96 lines
3.9 KiB
JSON
96 lines
3.9 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": [
|
|
{ "foreground": "#1C2127", "token": "plain" },
|
|
{ "foreground": "#2D72D2", "token": "blue" },
|
|
{ "foreground": "#238551", "token": "green" },
|
|
{ "foreground": "#C87619", "token": "orange" },
|
|
{ "foreground": "#CD4246", "token": "red" },
|
|
{ "foreground": "#D33D17", "token": "vermillion" },
|
|
{ "foreground": "#DB2C6F", "token": "rose" },
|
|
{ "foreground": "#9D3F9D", "token": "violet" },
|
|
{ "foreground": "#7961DB", "token": "indigo" },
|
|
{ "foreground": "#147EB3", "token": "cerulean" },
|
|
{ "foreground": "#00A396", "token": "turquoise" },
|
|
{ "foreground": "#29A634", "token": "forest" },
|
|
{ "foreground": "#8EB125", "token": "lime" },
|
|
{ "foreground": "#D1980B", "token": "gold" },
|
|
{ "foreground": "#946638", "token": "sepia" },
|
|
{ "foreground": "#5C7080", "fontStyle": "italic", "token": "comment" }
|
|
],
|
|
"encodedTokensColors": []
|
|
}
|