99 lines
4.3 KiB
JSON
99 lines
4.3 KiB
JSON
{
|
|
"inherit": false,
|
|
"base": "vs-dark",
|
|
"colors": {
|
|
"focusBorder": "#0E5A8A",
|
|
"foreground": "#202B33",
|
|
"button.background": "#0E5A8A",
|
|
"button.foreground": "#ffffff",
|
|
"dropdown.background": "#ffffff",
|
|
"input.background": "#ffffff",
|
|
"inputOption.activeBorder": "#0E5A8A",
|
|
"list.activeSelectionBackground": "#0E5A8A80",
|
|
"list.activeSelectionForeground": "#FFFFFF",
|
|
"list.dropBackground": "#0E5A8A80",
|
|
"list.focusBackground": "#0E5A8A80",
|
|
"list.focusForeground": "#FFFFFF",
|
|
"list.highlightForeground": "#0E5A8A",
|
|
"list.hoverBackground": "#FFFFFF1a",
|
|
"list.inactiveSelectionBackground": "#FFFFFF33",
|
|
"activityBar.background": "#ffffff",
|
|
"activityBar.dropBackground": "#0E5A8A80",
|
|
"activityBarBadge.background": "#0E5A8A",
|
|
"activityBarBadge.foreground": "#ffffff",
|
|
"badge.background": "#0E5A8A",
|
|
"badge.foreground": "#ffffff",
|
|
"sideBar.background": "#ffffff",
|
|
"sideBarSectionHeader.background": "#ffffff",
|
|
"editorGroup.dropBackground": "#0E5A8A80",
|
|
"editorGroup.focusedEmptyBorder": "#0E5A8A",
|
|
"editorGroupHeader.tabsBackground": "#ffffff",
|
|
"tab.border": "#00000033",
|
|
"tab.activeBorder": "#0E5A8A",
|
|
"tab.inactiveBackground": "#ffffff",
|
|
"tab.activeModifiedBorder": "#0E5A8A",
|
|
"tab.inactiveModifiedBorder": "#083652",
|
|
"tab.unfocusedActiveModifiedBorder": "#0b486e",
|
|
"tab.unfocusedInactiveModifiedBorder": "#083652",
|
|
"editor.background": "#f5f8fa",
|
|
"editor.foreground": "#202B33",
|
|
"editor.selectionBackground": "#91d5ff",
|
|
"editor.findMatchBackground": "#91d5ff",
|
|
"editor.findMatchBorder": "#57bfff",
|
|
"editor.findMatchHighlightBackground": "#cee2ed",
|
|
"editorLineNumber.foreground": "#8A9BA8",
|
|
"editorLineNumber.activeForeground": "#000000",
|
|
"editor.lineHighlightBorder": "#D8E1E8",
|
|
"editor.rangeHighlightBackground": "#ffffff",
|
|
"editorWidget.background": "#ffffff",
|
|
"editorHoverWidget.background": "#ffffff",
|
|
"editorMarkerNavigation.background": "#ffffff",
|
|
"peekView.border": "#0E5A8A",
|
|
"peekViewEditor.background": "#c4c6c8",
|
|
"peekViewResult.background": "#ffffff",
|
|
"peekViewTitle.background": "#f5f8fa",
|
|
"panel.background": "#ffffff",
|
|
"panel.border": "#FFFFFF1a",
|
|
"panelTitle.activeBorder": "#202B3380",
|
|
"panelTitle.inactiveForeground": "#202B3380",
|
|
"statusBar.background": "#c4c6c8",
|
|
"statusBar.debuggingBackground": "#0E5A8A",
|
|
"statusBar.debuggingForeground": "#ffffff",
|
|
"statusBar.noFolderBackground": "#c4c6c8",
|
|
"statusBarItem.activeBackground": "#0E5A8A80",
|
|
"statusBarItem.hoverBackground": "#FFFFFF1a",
|
|
"statusBarItem.remoteBackground": "#0E5A8A",
|
|
"statusBarItem.remoteForeground": "#ffffff",
|
|
"titleBar.activeBackground": "#c4c6c8",
|
|
"pickerGroup.border": "#FFFFFF1a",
|
|
"debugToolBar.background": "#ffffff",
|
|
"editorBracketHighlight.foreground1": "#1170ac",
|
|
"editorBracketHighlight.foreground2": "#d23434",
|
|
"editorBracketHighlight.foreground3": "#0c7f50",
|
|
"editorBracketHighlight.foreground4": "#ffdf7f",
|
|
"selection.background": "#0E5A8A"
|
|
},
|
|
"rules": [
|
|
{ "token": "", "foreground": "252A31" },
|
|
{ "token": "invalid", "foreground": "ff0000" },
|
|
{ "token": "emphasis", "fontStyle": "italic" },
|
|
{ "token": "strong", "fontStyle": "bold" },
|
|
{ "token": "identifier", "foreground": "C87619", "note": "orange" },
|
|
{ "token": "variable", "foreground": "CD4246", "note": "red" },
|
|
{ "token": "constant", "foreground": "D1980B", "note": "gold" },
|
|
{ "token": "number", "foreground": "D1980B", "note": "gold" },
|
|
{ "token": "annotation", "foreground": "00A396", "note": "turquoise" },
|
|
{ "token": "type", "foreground": "C87619", "note": "orange" },
|
|
{ "token": "delimiter", "foreground": "202B33", "note": "white" },
|
|
{ "token": "tag", "foreground": "29A634", "note": "forest" },
|
|
{ "token": "meta", "foreground": "2D72D2", "note": "blue" },
|
|
{ "token": "key", "foreground": "CD4246", "note": "red" },
|
|
{ "token": "operators", "foreground": "147EB3", "note": "cerulean" },
|
|
{ "token": "attribute", "foreground": "D1980B", "note": "gold" },
|
|
{ "token": "string", "foreground": "238551", "note": "green" },
|
|
{ "token": "keyword", "foreground": "9D3F9D", "note": "violet" },
|
|
{ "token": "comment", "foreground": "5F6B7C", "fontStyle": "italic" }
|
|
],
|
|
"encodedTokensColors": []
|
|
}
|