vscode/extensions/theme-red/themes/Red-color-theme.json
Benjamin Pasero 6c2730b652 fix #25399
2017-04-27 12:13:03 +02:00

54 lines
1.8 KiB
JSON

{
"tokenColors": "./red.tmTheme",
"colors": {
// window
"activityBarBadgeBackground": "#DB7E58",
"activityBarBackground": "#580000",
"inactiveTabBackground": "#300a0a",
"activeTabBackground": "#490000",
"sideBarBackground": "#330000",
"statusBarBackground": "#700000",
"tabsContainerBackground": "#330000",
"titleBarActiveBackground": "#770000",
// editor
"editorBackground": "#390000",
"editorGroupBorder": "#ff666633",
"editorCursor": "#970000",
"editorForeground": "#F8F8F8",
"editorWhitespaces": "#c10000",
"editorSelection": "#750000",
"editorLineNumbers": "#ff777788",
"editorWidgetBackground": "#300000",
"editorHoverBackground": "#300000",
"editorSuggestWidgetBackground": "#300000",
"editorSuggestWidgetBorder": "#220000",
"editorLineHighlight": "#ff000033",
"editorHoverHighlight": "#ff000044",
"editorSelectionHighlight": "#f5500039",
"editorLinkForeground": "#D69B6A",
"editorActiveLinkForeground": "#FFD0AA",
"peekViewTitleBackground": "#550000",
"peekViewBorder": "#ff000044",
"peekViewResultsBackground": "#400000",
"peekViewEditorBackground": "#300000",
// UI
"focusedElementOutline": "#ff6666aa",
"buttonBackground": "#885555",
"buttonHoverBackground": "#aa5555",
"dropdownBackground": "#580000",
"inputBoxBackground": "#580000",
"inputBoxActiveOptionBorder": "#cc0000",
"listHoverBackground": "#800000",
"listActiveSelectionBackground": "#700000",
"listInactiveSelectionBackground": "#770000",
"listFocusBackground": "#660000",
"listFocusAndSelectionBackground": "#880000",
"listHighlightForeground": "#ff4444",
"notificationsBackground": "#662222",
"pickerGroupForeground": "#cc9999",
"pickerGroupBorder": "#ff000033",
"infoBackground": "#550000",
"infoBorder": "#773333"
},
"name": "Red"
}