feat: first full theme implementation (wip)

This commit is contained in:
Mattia Astorino 2017-04-11 09:08:59 +02:00
parent 02414dc7b9
commit c3c42d4d06
9 changed files with 47 additions and 20 deletions

View file

@ -8,11 +8,9 @@
"findHighlight": "#F8E71C",
"foreground": "#eeffffff",
"guides": "#42424270",
"activeGuide": "#FFFFFF50",
"stackGuides": "#42424280",
"gutter": "#424242",
"lineNumbers": "#424242",
"invisibles": "#65737e",
"highlight": "#00000050",
"lineHighlight": "#00000050",
"selection": "#61616150",
"shadow": "#00000010",
"keywords": "#cfd8dc",

View file

@ -8,11 +8,9 @@
"findHighlight": "#F8E71C",
"foreground": "#eeffff",
"guides": "#37474F80",
"activeGuide": "#80CBC470",
"stackGuides": "#37474Fff",
"gutter": "#37474F",
"lineNumbers": "#37474F",
"invisibles": "#65737e",
"highlight": "#00000050",
"lineHighlight": "#00000050",
"selection": "#80CBC420",
"shadow": "#00000010",
"keywords": "#cfd8dc",

View file

@ -8,11 +8,9 @@
"findHighlight": "#F8E71C",
"foreground": "#80CBC4",
"guides": "#B0BEC570",
"activeGuide": "#00000070",
"stackGuides": "#B0BEC580",
"gutter": "#CFD8DC",
"lineNumbers": "#CFD8DC",
"invisibles": "#E7EAEC",
"highlight": "#90A4AE20",
"lineHighlight": "#90A4AE20",
"selection": "#80CBC440",
"shadow": "#90A4AE50",
"keywords": "#AAB3B5",

View file

@ -8,11 +8,9 @@
"findHighlight": "#F8E71C",
"foreground": "#959DCB",
"guides": "#4E557980",
"activeGuide": "#828ED5",
"stackGuides": "#4E5579",
"gutter": "#3A3F58",
"lineNumbers": "#3A3F58",
"invisibles": "#4E5579",
"highlight": "#00000030",
"lineHighlight": "#00000030",
"selection": "#717CB440",
"shadow": "#00000010",
"keywords": "#cfd8dc",

View file

@ -414,3 +414,10 @@ colors:
sideBarBackground: '{{variant.scheme.background}}'
tabsContainerBackground: '{{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}}'

View file

@ -670,6 +670,13 @@
"titleBarInactiveBackground": "#212121",
"sideBarBackground": "#212121",
"tabsContainerBackground": "#212121",
"inactiveTabBackground": "#212121"
"inactiveTabBackground": "#212121",
"editorLineNumbers": "#424242",
"editorLineHighlight": "#00000050",
"editorSelection": "#61616150",
"editorIndentGuides": "#42424270",
"inputBoxBackground": "#212121",
"dropdownBackground": "#212121",
"editorFindWidgetBackground": "#212121"
}
}

View file

@ -670,6 +670,13 @@
"titleBarInactiveBackground": "#263238",
"sideBarBackground": "#263238",
"tabsContainerBackground": "#263238",
"inactiveTabBackground": "#263238"
"inactiveTabBackground": "#263238",
"editorLineNumbers": "#37474F",
"editorLineHighlight": "#00000050",
"editorSelection": "#80CBC420",
"editorIndentGuides": "#37474F80",
"inputBoxBackground": "#263238",
"dropdownBackground": "#263238",
"editorFindWidgetBackground": "#263238"
}
}

View file

@ -670,6 +670,13 @@
"titleBarInactiveBackground": "#FAFAFA",
"sideBarBackground": "#FAFAFA",
"tabsContainerBackground": "#FAFAFA",
"inactiveTabBackground": "#FAFAFA"
"inactiveTabBackground": "#FAFAFA",
"editorLineNumbers": "#CFD8DC",
"editorLineHighlight": "#90A4AE20",
"editorSelection": "#80CBC440",
"editorIndentGuides": "#B0BEC570",
"inputBoxBackground": "#FAFAFA",
"dropdownBackground": "#FAFAFA",
"editorFindWidgetBackground": "#FAFAFA"
}
}

View file

@ -670,6 +670,13 @@
"titleBarInactiveBackground": "#292D3E",
"sideBarBackground": "#292D3E",
"tabsContainerBackground": "#292D3E",
"inactiveTabBackground": "#292D3E"
"inactiveTabBackground": "#292D3E",
"editorLineNumbers": "#3A3F58",
"editorLineHighlight": "#00000030",
"editorSelection": "#717CB440",
"editorIndentGuides": "#4E557980",
"inputBoxBackground": "#292D3E",
"dropdownBackground": "#292D3E",
"editorFindWidgetBackground": "#292D3E"
}
}