feat: first full theme implementation (wip)
This commit is contained in:
parent
02414dc7b9
commit
c3c42d4d06
9 changed files with 47 additions and 20 deletions
|
@ -8,11 +8,9 @@
|
||||||
"findHighlight": "#F8E71C",
|
"findHighlight": "#F8E71C",
|
||||||
"foreground": "#eeffffff",
|
"foreground": "#eeffffff",
|
||||||
"guides": "#42424270",
|
"guides": "#42424270",
|
||||||
"activeGuide": "#FFFFFF50",
|
"lineNumbers": "#424242",
|
||||||
"stackGuides": "#42424280",
|
|
||||||
"gutter": "#424242",
|
|
||||||
"invisibles": "#65737e",
|
"invisibles": "#65737e",
|
||||||
"highlight": "#00000050",
|
"lineHighlight": "#00000050",
|
||||||
"selection": "#61616150",
|
"selection": "#61616150",
|
||||||
"shadow": "#00000010",
|
"shadow": "#00000010",
|
||||||
"keywords": "#cfd8dc",
|
"keywords": "#cfd8dc",
|
||||||
|
|
|
@ -8,11 +8,9 @@
|
||||||
"findHighlight": "#F8E71C",
|
"findHighlight": "#F8E71C",
|
||||||
"foreground": "#eeffff",
|
"foreground": "#eeffff",
|
||||||
"guides": "#37474F80",
|
"guides": "#37474F80",
|
||||||
"activeGuide": "#80CBC470",
|
"lineNumbers": "#37474F",
|
||||||
"stackGuides": "#37474Fff",
|
|
||||||
"gutter": "#37474F",
|
|
||||||
"invisibles": "#65737e",
|
"invisibles": "#65737e",
|
||||||
"highlight": "#00000050",
|
"lineHighlight": "#00000050",
|
||||||
"selection": "#80CBC420",
|
"selection": "#80CBC420",
|
||||||
"shadow": "#00000010",
|
"shadow": "#00000010",
|
||||||
"keywords": "#cfd8dc",
|
"keywords": "#cfd8dc",
|
||||||
|
|
|
@ -8,11 +8,9 @@
|
||||||
"findHighlight": "#F8E71C",
|
"findHighlight": "#F8E71C",
|
||||||
"foreground": "#80CBC4",
|
"foreground": "#80CBC4",
|
||||||
"guides": "#B0BEC570",
|
"guides": "#B0BEC570",
|
||||||
"activeGuide": "#00000070",
|
"lineNumbers": "#CFD8DC",
|
||||||
"stackGuides": "#B0BEC580",
|
|
||||||
"gutter": "#CFD8DC",
|
|
||||||
"invisibles": "#E7EAEC",
|
"invisibles": "#E7EAEC",
|
||||||
"highlight": "#90A4AE20",
|
"lineHighlight": "#90A4AE20",
|
||||||
"selection": "#80CBC440",
|
"selection": "#80CBC440",
|
||||||
"shadow": "#90A4AE50",
|
"shadow": "#90A4AE50",
|
||||||
"keywords": "#AAB3B5",
|
"keywords": "#AAB3B5",
|
||||||
|
|
|
@ -8,11 +8,9 @@
|
||||||
"findHighlight": "#F8E71C",
|
"findHighlight": "#F8E71C",
|
||||||
"foreground": "#959DCB",
|
"foreground": "#959DCB",
|
||||||
"guides": "#4E557980",
|
"guides": "#4E557980",
|
||||||
"activeGuide": "#828ED5",
|
"lineNumbers": "#3A3F58",
|
||||||
"stackGuides": "#4E5579",
|
|
||||||
"gutter": "#3A3F58",
|
|
||||||
"invisibles": "#4E5579",
|
"invisibles": "#4E5579",
|
||||||
"highlight": "#00000030",
|
"lineHighlight": "#00000030",
|
||||||
"selection": "#717CB440",
|
"selection": "#717CB440",
|
||||||
"shadow": "#00000010",
|
"shadow": "#00000010",
|
||||||
"keywords": "#cfd8dc",
|
"keywords": "#cfd8dc",
|
||||||
|
|
|
@ -414,3 +414,10 @@ colors:
|
||||||
sideBarBackground: '{{variant.scheme.background}}'
|
sideBarBackground: '{{variant.scheme.background}}'
|
||||||
tabsContainerBackground: '{{variant.scheme.background}}'
|
tabsContainerBackground: '{{variant.scheme.background}}'
|
||||||
inactiveTabBackground: '{{variant.scheme.background}}'
|
inactiveTabBackground: '{{variant.scheme.background}}'
|
||||||
|
editorLineNumbers: '{{variant.scheme.lineNumbers}}'
|
||||||
|
editorLineHighlight: '{{variant.scheme.lineHighlight}}'
|
||||||
|
editorSelection: '{{variant.scheme.selection}}'
|
||||||
|
editorIndentGuides: '{{variant.scheme.guides}}'
|
||||||
|
inputBoxBackground: '{{variant.scheme.background}}'
|
||||||
|
dropdownBackground: '{{variant.scheme.background}}'
|
||||||
|
editorFindWidgetBackground: '{{variant.scheme.background}}'
|
||||||
|
|
|
@ -670,6 +670,13 @@
|
||||||
"titleBarInactiveBackground": "#212121",
|
"titleBarInactiveBackground": "#212121",
|
||||||
"sideBarBackground": "#212121",
|
"sideBarBackground": "#212121",
|
||||||
"tabsContainerBackground": "#212121",
|
"tabsContainerBackground": "#212121",
|
||||||
"inactiveTabBackground": "#212121"
|
"inactiveTabBackground": "#212121",
|
||||||
|
"editorLineNumbers": "#424242",
|
||||||
|
"editorLineHighlight": "#00000050",
|
||||||
|
"editorSelection": "#61616150",
|
||||||
|
"editorIndentGuides": "#42424270",
|
||||||
|
"inputBoxBackground": "#212121",
|
||||||
|
"dropdownBackground": "#212121",
|
||||||
|
"editorFindWidgetBackground": "#212121"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -670,6 +670,13 @@
|
||||||
"titleBarInactiveBackground": "#263238",
|
"titleBarInactiveBackground": "#263238",
|
||||||
"sideBarBackground": "#263238",
|
"sideBarBackground": "#263238",
|
||||||
"tabsContainerBackground": "#263238",
|
"tabsContainerBackground": "#263238",
|
||||||
"inactiveTabBackground": "#263238"
|
"inactiveTabBackground": "#263238",
|
||||||
|
"editorLineNumbers": "#37474F",
|
||||||
|
"editorLineHighlight": "#00000050",
|
||||||
|
"editorSelection": "#80CBC420",
|
||||||
|
"editorIndentGuides": "#37474F80",
|
||||||
|
"inputBoxBackground": "#263238",
|
||||||
|
"dropdownBackground": "#263238",
|
||||||
|
"editorFindWidgetBackground": "#263238"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -670,6 +670,13 @@
|
||||||
"titleBarInactiveBackground": "#FAFAFA",
|
"titleBarInactiveBackground": "#FAFAFA",
|
||||||
"sideBarBackground": "#FAFAFA",
|
"sideBarBackground": "#FAFAFA",
|
||||||
"tabsContainerBackground": "#FAFAFA",
|
"tabsContainerBackground": "#FAFAFA",
|
||||||
"inactiveTabBackground": "#FAFAFA"
|
"inactiveTabBackground": "#FAFAFA",
|
||||||
|
"editorLineNumbers": "#CFD8DC",
|
||||||
|
"editorLineHighlight": "#90A4AE20",
|
||||||
|
"editorSelection": "#80CBC440",
|
||||||
|
"editorIndentGuides": "#B0BEC570",
|
||||||
|
"inputBoxBackground": "#FAFAFA",
|
||||||
|
"dropdownBackground": "#FAFAFA",
|
||||||
|
"editorFindWidgetBackground": "#FAFAFA"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -670,6 +670,13 @@
|
||||||
"titleBarInactiveBackground": "#292D3E",
|
"titleBarInactiveBackground": "#292D3E",
|
||||||
"sideBarBackground": "#292D3E",
|
"sideBarBackground": "#292D3E",
|
||||||
"tabsContainerBackground": "#292D3E",
|
"tabsContainerBackground": "#292D3E",
|
||||||
"inactiveTabBackground": "#292D3E"
|
"inactiveTabBackground": "#292D3E",
|
||||||
|
"editorLineNumbers": "#3A3F58",
|
||||||
|
"editorLineHighlight": "#00000030",
|
||||||
|
"editorSelection": "#717CB440",
|
||||||
|
"editorIndentGuides": "#4E557980",
|
||||||
|
"inputBoxBackground": "#292D3E",
|
||||||
|
"dropdownBackground": "#292D3E",
|
||||||
|
"editorFindWidgetBackground": "#292D3E"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue