93 lines
3.8 KiB
JSON
93 lines
3.8 KiB
JSON
{
|
|
"inherit": false,
|
|
"base": "vs-dark",
|
|
"colors": {
|
|
"focusBorder": "#2D72D2",
|
|
"foreground": "#F6F7F9",
|
|
"button.background": "#2D72D2",
|
|
"button.foreground": "#ffffff",
|
|
"dropdown.background": "#4b5360",
|
|
"input.background": "#4b5360",
|
|
"inputOption.activeBorder": "#2D72D2",
|
|
"list.activeSelectionBackground": "#2D72D280",
|
|
"list.activeSelectionForeground": "#FFFFFF",
|
|
"list.dropBackground": "#2D72D280",
|
|
"list.focusBackground": "#2D72D280",
|
|
"list.focusForeground": "#FFFFFF",
|
|
"list.highlightForeground": "#2D72D2",
|
|
"list.hoverBackground": "#FFFFFF1a",
|
|
"list.inactiveSelectionBackground": "#FFFFFF33",
|
|
"activityBar.background": "#414854",
|
|
"activityBar.dropBackground": "#2D72D280",
|
|
"activityBarBadge.background": "#2D72D2",
|
|
"activityBarBadge.foreground": "#ffffff",
|
|
"badge.background": "#2D72D2",
|
|
"badge.foreground": "#ffffff",
|
|
"sideBar.background": "#383e48",
|
|
"sideBarSectionHeader.background": "#414854",
|
|
"editorGroup.dropBackground": "#2D72D280",
|
|
"editorGroup.focusedEmptyBorder": "#2D72D2",
|
|
"editorGroupHeader.tabsBackground": "#383e48",
|
|
"tab.border": "#00000033",
|
|
"tab.activeBorder": "#2D72D2",
|
|
"tab.inactiveBackground": "#414854",
|
|
"tab.activeModifiedBorder": "#2D72D2",
|
|
"tab.inactiveModifiedBorder": "#1b447e",
|
|
"tab.unfocusedActiveModifiedBorder": "#245ba8",
|
|
"tab.unfocusedInactiveModifiedBorder": "#1b447e",
|
|
"editor.background": "#2F343C",
|
|
"editor.foreground": "#F6F7F9",
|
|
"editorLineNumber.foreground": "#FFFFFF4d",
|
|
"editorLineNumber.activeForeground": "#F6F7F9",
|
|
"editor.lineHighlightBorder": "#ffffff00",
|
|
"editor.lineHighlightBackground": "#FFFFFF0a",
|
|
"editor.rangeHighlightBackground": "#FFFFFF0d",
|
|
"editorWidget.background": "#383e48",
|
|
"editorHoverWidget.background": "#383e48",
|
|
"editorMarkerNavigation.background": "#383e48",
|
|
"peekView.border": "#2D72D2",
|
|
"peekViewEditor.background": "#252930",
|
|
"peekViewResult.background": "#383e48",
|
|
"peekViewTitle.background": "#2F343C",
|
|
"panel.background": "#383e48",
|
|
"panel.border": "#FFFFFF1a",
|
|
"panelTitle.activeBorder": "#F6F7F980",
|
|
"panelTitle.inactiveForeground": "#F6F7F980",
|
|
"statusBar.background": "#252930",
|
|
"statusBar.debuggingBackground": "#2D72D2",
|
|
"statusBar.debuggingForeground": "#ffffff",
|
|
"statusBar.noFolderBackground": "#252930",
|
|
"statusBarItem.activeBackground": "#2D72D280",
|
|
"statusBarItem.hoverBackground": "#FFFFFF1a",
|
|
"statusBarItem.remoteBackground": "#2D72D2",
|
|
"statusBarItem.remoteForeground": "#ffffff",
|
|
"titleBar.activeBackground": "#252930",
|
|
"pickerGroup.border": "#FFFFFF1a",
|
|
"debugToolBar.background": "#414854",
|
|
"editorBracketHighlight.foreground1": "#388eff",
|
|
"editorBracketHighlight.foreground2": "#ff5257",
|
|
"editorBracketHighlight.foreground3": "#2ba665",
|
|
"editorBracketHighlight.foreground4": "#fff099",
|
|
"selection.background": "#2D72D2"
|
|
},
|
|
"rules": [
|
|
{ "foreground": "#ffffff", "token": "plain" },
|
|
{ "foreground": "#61AFEF", "token": "blue" },
|
|
{ "foreground": "#72CA9B", "token": "green" },
|
|
{ "foreground": "#EC9A3C", "token": "orange" },
|
|
{ "foreground": "#E76A6E", "token": "red" },
|
|
{ "foreground": "#EB6847", "token": "vermillion" },
|
|
{ "foreground": "#F5498B", "token": "rose" },
|
|
{ "foreground": "#BD6BBD", "token": "violet" },
|
|
{ "foreground": "#9881F3", "token": "indigo" },
|
|
{ "foreground": "#3FA6DA", "token": "cerulean" },
|
|
{ "foreground": "#13C9BA", "token": "turquoise" },
|
|
{ "foreground": "#43BF4D", "token": "forest" },
|
|
{ "foreground": "#B6D94C", "token": "lime" },
|
|
{ "foreground": "#F0B726", "token": "gold" },
|
|
{ "foreground": "#AF855A", "token": "sepia" },
|
|
{ "foreground": "#8F99A8", "fontStyle": "italic", "token": "comment" }
|
|
],
|
|
"encodedTokensColors": []
|
|
}
|