mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 13:10:43 +00:00
54 lines
No EOL
1.8 KiB
JSON
54 lines
No EOL
1.8 KiB
JSON
{
|
|
"tokenColors": "./red.tmTheme",
|
|
"colors": {
|
|
// window
|
|
"activityBadgeBackground": "#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",
|
|
"editorSuggestMatchHighlight": "#ff4444",
|
|
"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",
|
|
"notificationsBackground": "#662222",
|
|
"pickerGroupForeground": "#cc9999",
|
|
"pickerGroupBorder": "#ff000033",
|
|
"infoBackground": "#550000",
|
|
"infoBorder": "#773333"
|
|
},
|
|
"name": "Red"
|
|
} |