chore: Improve workbench theme

Close #12, #13
This commit is contained in:
Mattia Astorino 2017-04-30 22:38:33 +02:00
parent af4c82f0f7
commit f543a31da4
10 changed files with 245 additions and 84 deletions

View file

@ -1,5 +1,18 @@
"light": { "light": {
"folderExpanded": "_folder_open", "folderExpanded": "_folder_open",
"folder": "_folder_light", "folder": "_folder_light",
{{> folderNames}} "folderNames": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
"bower_components": "_file_bower"
},
"folderNamesExpanded": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
"bower_components": "_file_bower"
}
}, },

View file

@ -6,17 +6,22 @@
"comments": "#4A4A4A", "comments": "#4A4A4A",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#F8E71C",
"foreground": "#eeffffff", "foreground": "#EEFFFF",
"focusBorder": "#FFFFFF00",
"guides": "#42424270", "guides": "#42424270",
"lineNumbers": "#424242", "lineNumbers": "#424242",
"invisibles": "#65737e", "invisibles": "#65737E",
"lineHighlight": "#00000050", "lineHighlight": "#00000050",
"selection": "#61616150", "selection": "#61616150",
"shadow": "#00000010", "shadow": "#00000030",
"keywords": "#cfd8dc", "inputBackground": "#FFFFFF05",
"constant": "#80CBC4", "inputForeground": "#EEFFFF",
"string": "#F9355A", "inputBorder": "#FFFFFF10",
"constantEscape": "#FFC400", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"accents": {
"teal": "#80CBC4"
},
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -6,17 +6,22 @@
"comments": "#546E7A", "comments": "#546E7A",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#F8E71C",
"foreground": "#eeffff", "foreground": "#EEFFFF",
"focusBorder": "#FFFFFF00",
"guides": "#37474F80", "guides": "#37474F80",
"lineNumbers": "#37474F", "lineNumbers": "#37474F",
"invisibles": "#65737e", "invisibles": "#65737E",
"lineHighlight": "#00000050", "lineHighlight": "#00000050",
"selection": "#80CBC420", "selection": "#80CBC420",
"shadow": "#00000010", "shadow": "#00000030",
"keywords": "#cfd8dc", "inputBackground": "#FFFFFF05",
"constant": "#80CBC4", "inputForeground": "#EEFFFF",
"string": "#F9355A", "inputBorder": "#FFFFFF10",
"constantEscape": "#FFC400", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"accents": {
"teal": "#80CBC4"
},
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -6,17 +6,22 @@
"comments": "#CCD7DA", "comments": "#CCD7DA",
"caret": "#27272790", "caret": "#27272790",
"findHighlight": "#F8E71C", "findHighlight": "#F8E71C",
"foreground": "#80CBC4", "foreground": "#90A4AE",
"focusBorder": "#FFFFFF00",
"guides": "#B0BEC570", "guides": "#B0BEC570",
"lineNumbers": "#CFD8DC", "lineNumbers": "#CFD8DC",
"invisibles": "#E7EAEC", "invisibles": "#E7EAEC",
"lineHighlight": "#90A4AE20", "lineHighlight": "#90A4AE20",
"selection": "#80CBC440", "selection": "#80CBC440",
"shadow": "#90A4AE50", "shadow": "#00000030",
"keywords": "#AAB3B5", "inputBackground": "#00000005",
"constant": "#80CBC4", "inputForeground": "#90A4AE",
"string": "#F9355A", "inputBorder": "#00000010",
"constantEscape": "#FFC400", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"accents": {
"teal": "#80CBC4"
},
"base": { "base": {
"white": "#FFFFFF", "white": "#FFFFFF",
"black": "#000000", "black": "#000000",

View file

@ -6,17 +6,22 @@
"comments": "#676E95", "comments": "#676E95",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#F8E71C",
"foreground": "#A6ACCD", "foreground": "#EEFFFF",
"focusBorder": "#FFFFFF00",
"guides": "#4E557980", "guides": "#4E557980",
"lineNumbers": "#3A3F58", "lineNumbers": "#3A3F58",
"invisibles": "#4E5579", "invisibles": "#4E5579",
"lineHighlight": "#00000030", "lineHighlight": "#00000030",
"selection": "#717CB440", "selection": "#717CB440",
"shadow": "#00000010", "shadow": "#00000050",
"keywords": "#cfd8dc", "inputBackground": "#FFFFFF05",
"constant": "#80CBC4", "inputForeground": "#EEFFFF",
"string": "#F9355A", "inputBorder": "#FFFFFF10",
"constantEscape": "#FFC400", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030",
"accents": {
"teal": "#80CBC4"
},
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -407,7 +407,10 @@ tokenColors:
foreground: '{{variant.scheme.foreground}}' foreground: '{{variant.scheme.foreground}}'
colors: colors:
# Abstract # Abstract
focusBorder: '{{variant.scheme.background}}' focusBorder: '{{variant.scheme.focusBorder}}'
editorCursor.foreground: '{{variant.scheme.caret}}'
scrollbar.shadow: '{{variant.scheme.shadow}}'
widget.shadow: '{{variant.scheme.shadow}}'
# Editor # Editor
editor.background: '{{variant.scheme.background}}' editor.background: '{{variant.scheme.background}}'
@ -415,12 +418,18 @@ colors:
editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}' editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}'
editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}' editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}'
editor.selectionBackground: '{{variant.scheme.selection}}' editor.selectionBackground: '{{variant.scheme.selection}}'
editorHoverWidget.background: '{{variant.scheme.background}}'
# Editor Indents # Editor Indents
editorIndentGuide.background: '{{variant.scheme.guides}}' editorIndentGuide.background: '{{variant.scheme.guides}}'
# Editor Tabs # Editor Group and GroupHeader
editorGroupHeader.tabsBackground: '{{variant.scheme.background}}' editorGroupHeader.tabsBackground: '{{variant.scheme.background}}'
editorGroup.border: '{{variant.scheme.shadow}}'
# Tabs
tab.inactiveBackground: '{{variant.scheme.background}}'
tab.inactiveForeground: '{{variant.scheme.comments}}'
# Status bar # Status bar
statusBar.background: '{{variant.scheme.background}}' statusBar.background: '{{variant.scheme.background}}'
@ -428,6 +437,7 @@ colors:
# Activity bar # Activity bar
activityBar.background: '{{variant.scheme.background}}' activityBar.background: '{{variant.scheme.background}}'
activityBar.foreground: '{{variant.scheme.foreground}}'
# Title bar # Title bar
titleBar.activeBackground: '{{variant.scheme.background}}' titleBar.activeBackground: '{{variant.scheme.background}}'
@ -439,10 +449,32 @@ colors:
sideBar.background: '{{variant.scheme.background}}' sideBar.background: '{{variant.scheme.background}}'
sideBarTitle.foreground: '{{variant.scheme.foreground}}' sideBarTitle.foreground: '{{variant.scheme.foreground}}'
# Tabs
tab.inactiveBackground: '{{variant.scheme.background}}'
tab.inactiveForeground: '{{variant.scheme.comments}}'
# Inputs and triggers # Inputs and triggers
dropdown.background: '{{variant.scheme.background}}' dropdown.background: '{{variant.scheme.background}}'
input.background: '{{variant.scheme.background}}' input.background: '{{variant.scheme.inputBackground}}'
input.foreground: '{{variant.scheme.inputForeground}}'
input.border: '{{variant.scheme.inputBorder}}'
# Lists
list.hoverBackground: '{{variant.scheme.background}}'
list.activeSelectionBackground: '{{variant.scheme.lineHighlight}}'
list.activeSelectionForeground: '{{variant.scheme.accents.teal}}'
list.inactiveSelectionBackground: '{{variant.scheme.lineHighlight}}'
list.highlightForeground: '{{variant.scheme.accents.teal}}'
list.focusBackground: '{{variant.scheme.lineNumbers}}'
# Terminal colors
terminal.ansiWhite: '{{variant.scheme.base.white}}'
terminal.ansiBlack: '{{variant.scheme.base.black}}'
terminal.ansiBlue: '{{variant.scheme.base.blue}}'
terminal.ansiCyan: '{{variant.scheme.base.cyan}}'
terminal.ansiGreen: '{{variant.scheme.base.green}}'
terminal.ansiMagenta: '{{variant.scheme.base.purple}}'
terminal.ansiRed: '{{variant.scheme.base.red}}'
terminal.ansiYellow: '{{variant.scheme.base.yellow}}'
# Scrollbars
scrollbarSlider.background: '{{variant.scheme.scrollbars}}'
scrollbarSlider.hoverBackground: '{{variant.scheme.scrollbarsHover}}'
# Peekview

View file

@ -25,7 +25,7 @@
"string constant.other.placeholder" "string constant.other.placeholder"
], ],
"settings": { "settings": {
"foreground": "#eeffffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -450,7 +450,7 @@
"punctuation.definition.list_item.markdown" "punctuation.definition.list_item.markdown"
], ],
"settings": { "settings": {
"foreground": "#eeffffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -468,7 +468,7 @@
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
], ],
"settings": { "settings": {
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -553,8 +553,8 @@
"markup.quote punctuation.definition.blockquote.markdown" "markup.quote punctuation.definition.blockquote.markdown"
], ],
"settings": { "settings": {
"background": "#65737e", "background": "#65737E",
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -629,7 +629,7 @@
"punctuation.section.class.end" "punctuation.section.class.end"
], ],
"settings": { "settings": {
"foreground": "#eeffffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -638,7 +638,7 @@
"variable.language.fenced.markdown" "variable.language.fenced.markdown"
], ],
"settings": { "settings": {
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -649,7 +649,7 @@
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"background": "#00000050", "background": "#00000050",
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -658,31 +658,55 @@
"markup.table" "markup.table"
], ],
"settings": { "settings": {
"foreground": "#eeffffff" "foreground": "#EEFFFF"
} }
} }
], ],
"colors": { "colors": {
"focusBorder": "#212121", "focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000030",
"widget.shadow": "#00000030",
"editor.background": "#212121", "editor.background": "#212121",
"editor.foreground": "#eeffffff", "editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#424242", "editorLineNumber.foreground": "#424242",
"editor.lineHighlightBackground": "#00000050", "editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#61616150", "editor.selectionBackground": "#61616150",
"editorHoverWidget.background": "#212121",
"editorIndentGuide.background": "#42424270", "editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121", "editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030",
"tab.inactiveBackground": "#212121",
"tab.inactiveForeground": "#4A4A4A",
"statusBar.background": "#212121", "statusBar.background": "#212121",
"statusBar.foreground": "#4A4A4A", "statusBar.foreground": "#4A4A4A",
"activityBar.background": "#212121", "activityBar.background": "#212121",
"activityBar.foreground": "#EEFFFF",
"titleBar.activeBackground": "#212121", "titleBar.activeBackground": "#212121",
"titleBar.activeForeground": "#4A4A4A", "titleBar.activeForeground": "#4A4A4A",
"titleBar.inactiveBackground": "#212121", "titleBar.inactiveBackground": "#212121",
"titleBar.inactiveForeground": "#4A4A4A", "titleBar.inactiveForeground": "#4A4A4A",
"sideBar.background": "#212121", "sideBar.background": "#212121",
"sideBarTitle.foreground": "#eeffffff", "sideBarTitle.foreground": "#EEFFFF",
"tab.inactiveBackground": "#212121",
"tab.inactiveForeground": "#4A4A4A",
"dropdown.background": "#212121", "dropdown.background": "#212121",
"input.background": "#212121" "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10",
"list.hoverBackground": "#212121",
"list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#424242",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#FF5370",
"terminal.ansiYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030"
} }
} }

View file

@ -25,7 +25,7 @@
"string constant.other.placeholder" "string constant.other.placeholder"
], ],
"settings": { "settings": {
"foreground": "#eeffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -450,7 +450,7 @@
"punctuation.definition.list_item.markdown" "punctuation.definition.list_item.markdown"
], ],
"settings": { "settings": {
"foreground": "#eeffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -468,7 +468,7 @@
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown" "text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
], ],
"settings": { "settings": {
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -553,8 +553,8 @@
"markup.quote punctuation.definition.blockquote.markdown" "markup.quote punctuation.definition.blockquote.markdown"
], ],
"settings": { "settings": {
"background": "#65737e", "background": "#65737E",
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -629,7 +629,7 @@
"punctuation.section.class.end" "punctuation.section.class.end"
], ],
"settings": { "settings": {
"foreground": "#eeffff" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -638,7 +638,7 @@
"variable.language.fenced.markdown" "variable.language.fenced.markdown"
], ],
"settings": { "settings": {
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -649,7 +649,7 @@
"settings": { "settings": {
"fontStyle": "bold", "fontStyle": "bold",
"background": "#00000050", "background": "#00000050",
"foreground": "#65737e" "foreground": "#65737E"
} }
}, },
{ {
@ -658,31 +658,55 @@
"markup.table" "markup.table"
], ],
"settings": { "settings": {
"foreground": "#eeffff" "foreground": "#EEFFFF"
} }
} }
], ],
"colors": { "colors": {
"focusBorder": "#263238", "focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000030",
"widget.shadow": "#00000030",
"editor.background": "#263238", "editor.background": "#263238",
"editor.foreground": "#eeffff", "editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F", "editorLineNumber.foreground": "#37474F",
"editor.lineHighlightBackground": "#00000050", "editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#80CBC420", "editor.selectionBackground": "#80CBC420",
"editorHoverWidget.background": "#263238",
"editorIndentGuide.background": "#37474F80", "editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238", "editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030",
"tab.inactiveBackground": "#263238",
"tab.inactiveForeground": "#546E7A",
"statusBar.background": "#263238", "statusBar.background": "#263238",
"statusBar.foreground": "#546E7A", "statusBar.foreground": "#546E7A",
"activityBar.background": "#263238", "activityBar.background": "#263238",
"activityBar.foreground": "#EEFFFF",
"titleBar.activeBackground": "#263238", "titleBar.activeBackground": "#263238",
"titleBar.activeForeground": "#546E7A", "titleBar.activeForeground": "#546E7A",
"titleBar.inactiveBackground": "#263238", "titleBar.inactiveBackground": "#263238",
"titleBar.inactiveForeground": "#546E7A", "titleBar.inactiveForeground": "#546E7A",
"sideBar.background": "#263238", "sideBar.background": "#263238",
"sideBarTitle.foreground": "#eeffff", "sideBarTitle.foreground": "#EEFFFF",
"tab.inactiveBackground": "#263238",
"tab.inactiveForeground": "#546E7A",
"dropdown.background": "#263238", "dropdown.background": "#263238",
"input.background": "#263238" "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10",
"list.hoverBackground": "#263238",
"list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#37474F",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#FF5370",
"terminal.ansiYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030"
} }
} }

View file

@ -25,7 +25,7 @@
"string constant.other.placeholder" "string constant.other.placeholder"
], ],
"settings": { "settings": {
"foreground": "#80CBC4" "foreground": "#90A4AE"
} }
}, },
{ {
@ -450,7 +450,7 @@
"punctuation.definition.list_item.markdown" "punctuation.definition.list_item.markdown"
], ],
"settings": { "settings": {
"foreground": "#80CBC4" "foreground": "#90A4AE"
} }
}, },
{ {
@ -629,7 +629,7 @@
"punctuation.section.class.end" "punctuation.section.class.end"
], ],
"settings": { "settings": {
"foreground": "#80CBC4" "foreground": "#90A4AE"
} }
}, },
{ {
@ -658,31 +658,55 @@
"markup.table" "markup.table"
], ],
"settings": { "settings": {
"foreground": "#80CBC4" "foreground": "#90A4AE"
} }
} }
], ],
"colors": { "colors": {
"focusBorder": "#FAFAFA", "focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#27272790",
"scrollbar.shadow": "#00000030",
"widget.shadow": "#00000030",
"editor.background": "#FAFAFA", "editor.background": "#FAFAFA",
"editor.foreground": "#80CBC4", "editor.foreground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC", "editorLineNumber.foreground": "#CFD8DC",
"editor.lineHighlightBackground": "#90A4AE20", "editor.lineHighlightBackground": "#90A4AE20",
"editor.selectionBackground": "#80CBC440", "editor.selectionBackground": "#80CBC440",
"editorHoverWidget.background": "#FAFAFA",
"editorIndentGuide.background": "#B0BEC570", "editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA", "editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000030",
"tab.inactiveBackground": "#FAFAFA",
"tab.inactiveForeground": "#CCD7DA",
"statusBar.background": "#FAFAFA", "statusBar.background": "#FAFAFA",
"statusBar.foreground": "#CCD7DA", "statusBar.foreground": "#CCD7DA",
"activityBar.background": "#FAFAFA", "activityBar.background": "#FAFAFA",
"activityBar.foreground": "#90A4AE",
"titleBar.activeBackground": "#FAFAFA", "titleBar.activeBackground": "#FAFAFA",
"titleBar.activeForeground": "#CCD7DA", "titleBar.activeForeground": "#CCD7DA",
"titleBar.inactiveBackground": "#FAFAFA", "titleBar.inactiveBackground": "#FAFAFA",
"titleBar.inactiveForeground": "#CCD7DA", "titleBar.inactiveForeground": "#CCD7DA",
"sideBar.background": "#FAFAFA", "sideBar.background": "#FAFAFA",
"sideBarTitle.foreground": "#80CBC4", "sideBarTitle.foreground": "#90A4AE",
"tab.inactiveBackground": "#FAFAFA",
"tab.inactiveForeground": "#CCD7DA",
"dropdown.background": "#FAFAFA", "dropdown.background": "#FAFAFA",
"input.background": "#FAFAFA" "input.background": "#00000005",
"input.foreground": "#90A4AE",
"input.border": "#00000010",
"list.hoverBackground": "#FAFAFA",
"list.activeSelectionBackground": "#90A4AE20",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#90A4AE20",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#CFD8DC",
"terminal.ansiWhite": "#FFFFFF",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#6182B8",
"terminal.ansiCyan": "#39ADB5",
"terminal.ansiGreen": "#91B859",
"terminal.ansiMagenta": "#7C4DFF",
"terminal.ansiRed": "#E53935",
"terminal.ansiYellow": "#FFB62C",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030"
} }
} }

View file

@ -25,7 +25,7 @@
"string constant.other.placeholder" "string constant.other.placeholder"
], ],
"settings": { "settings": {
"foreground": "#A6ACCD" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -450,7 +450,7 @@
"punctuation.definition.list_item.markdown" "punctuation.definition.list_item.markdown"
], ],
"settings": { "settings": {
"foreground": "#A6ACCD" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -629,7 +629,7 @@
"punctuation.section.class.end" "punctuation.section.class.end"
], ],
"settings": { "settings": {
"foreground": "#A6ACCD" "foreground": "#EEFFFF"
} }
}, },
{ {
@ -658,31 +658,55 @@
"markup.table" "markup.table"
], ],
"settings": { "settings": {
"foreground": "#A6ACCD" "foreground": "#EEFFFF"
} }
} }
], ],
"colors": { "colors": {
"focusBorder": "#292D3E", "focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#FFCC00",
"scrollbar.shadow": "#00000050",
"widget.shadow": "#00000050",
"editor.background": "#292D3E", "editor.background": "#292D3E",
"editor.foreground": "#A6ACCD", "editor.foreground": "#EEFFFF",
"editorLineNumber.foreground": "#3A3F58", "editorLineNumber.foreground": "#3A3F58",
"editor.lineHighlightBackground": "#00000030", "editor.lineHighlightBackground": "#00000030",
"editor.selectionBackground": "#717CB440", "editor.selectionBackground": "#717CB440",
"editorHoverWidget.background": "#292D3E",
"editorIndentGuide.background": "#4E557980", "editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E", "editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000050",
"tab.inactiveBackground": "#292D3E",
"tab.inactiveForeground": "#676E95",
"statusBar.background": "#292D3E", "statusBar.background": "#292D3E",
"statusBar.foreground": "#676E95", "statusBar.foreground": "#676E95",
"activityBar.background": "#292D3E", "activityBar.background": "#292D3E",
"activityBar.foreground": "#EEFFFF",
"titleBar.activeBackground": "#292D3E", "titleBar.activeBackground": "#292D3E",
"titleBar.activeForeground": "#676E95", "titleBar.activeForeground": "#676E95",
"titleBar.inactiveBackground": "#292D3E", "titleBar.inactiveBackground": "#292D3E",
"titleBar.inactiveForeground": "#676E95", "titleBar.inactiveForeground": "#676E95",
"sideBar.background": "#292D3E", "sideBar.background": "#292D3E",
"sideBarTitle.foreground": "#A6ACCD", "sideBarTitle.foreground": "#EEFFFF",
"tab.inactiveBackground": "#292D3E",
"tab.inactiveForeground": "#676E95",
"dropdown.background": "#292D3E", "dropdown.background": "#292D3E",
"input.background": "#292D3E" "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10",
"list.hoverBackground": "#292D3E",
"list.activeSelectionBackground": "#00000030",
"list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000030",
"list.highlightForeground": "#80CBC4",
"list.focusBackground": "#3A3F58",
"terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#82AAFF",
"terminal.ansiCyan": "#89DDFF",
"terminal.ansiGreen": "#C3E88D",
"terminal.ansiMagenta": "#C792EA",
"terminal.ansiRed": "#FF5370",
"terminal.ansiYellow": "#FFCB6B",
"scrollbarSlider.background": "#00000050",
"scrollbarSlider.hoverBackground": "#00000030"
} }
} }