diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index b32f684..9191523 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -5,13 +5,13 @@ "background": "#212121", "comments": "#4A4A4A", "caret": "#FFCC00", - "findHighlight": "#F8E71C", + "findHighlight": "#FFCC00", "foreground": "#EEFFFF", "focusBorder": "#FFFFFF00", "guides": "#42424270", "lineNumbers": "#424242", "invisibles": "#65737E", - "lineHighlight": "#00000050", + "lineHighlight": "#000000", "selection": "#61616150", "shadow": "#00000030", "inputBackground": "#FFFFFF05", diff --git a/src/themes/settings/specific/default.json b/src/themes/settings/specific/default.json index 2cefb28..ccc7d5e 100644 --- a/src/themes/settings/specific/default.json +++ b/src/themes/settings/specific/default.json @@ -5,13 +5,13 @@ "background": "#263238", "comments": "#546E7A", "caret": "#FFCC00", - "findHighlight": "#F8E71C", + "findHighlight": "#FFCC00", "foreground": "#EEFFFF", "focusBorder": "#FFFFFF00", "guides": "#37474F80", "lineNumbers": "#37474F", "invisibles": "#65737E", - "lineHighlight": "#00000050", + "lineHighlight": "#000000", "selection": "#80CBC420", "shadow": "#00000030", "inputBackground": "#FFFFFF05", diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index 875ac92..35880c9 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -4,14 +4,14 @@ "scheme": { "background": "#FAFAFA", "comments": "#CCD7DA", - "caret": "#27272790", - "findHighlight": "#F8E71C", + "caret": "#272727", + "findHighlight": "#FFCC00", "foreground": "#90A4AE", "focusBorder": "#FFFFFF00", "guides": "#B0BEC570", "lineNumbers": "#CFD8DC", "invisibles": "#E7EAEC", - "lineHighlight": "#90A4AE20", + "lineHighlight": "#CCD7DA", "selection": "#80CBC440", "shadow": "#00000030", "inputBackground": "#00000005", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index ea1d69c..729cdc8 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -5,13 +5,13 @@ "background": "#292D3E", "comments": "#676E95", "caret": "#FFCC00", - "findHighlight": "#F8E71C", + "findHighlight": "#FFCC00", "foreground": "#A6ACCD", "focusBorder": "#FFFFFF00", "guides": "#4E557980", "lineNumbers": "#3A3F58", "invisibles": "#4E5579", - "lineHighlight": "#00000030", + "lineHighlight": "#000000", "selection": "#717CB440", "shadow": "#00000050", "inputBackground": "#FFFFFF05", diff --git a/src/themes/theme-template.yml b/src/themes/theme-template.yml index d0a7dbf..5c0b97a 100644 --- a/src/themes/theme-template.yml +++ b/src/themes/theme-template.yml @@ -415,7 +415,7 @@ colors: editor.background: '{{variant.scheme.background}}' editor.foreground: '{{variant.scheme.foreground}}' editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}' - editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}' + editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}50' editor.selectionBackground: '{{variant.scheme.selection}}' editorHoverWidget.background: '{{variant.scheme.background}}' @@ -448,9 +448,9 @@ colors: # Sidebar sideBar.background: '{{variant.scheme.background}}' sideBarTitle.foreground: '{{variant.scheme.foreground}}' + sideBarSectionHeader.background: '{{variant.scheme.background}}' # Inputs and triggers - dropdown.background: '{{variant.scheme.background}}' input.background: '{{variant.scheme.inputBackground}}' input.foreground: '{{variant.scheme.inputForeground}}' input.border: '{{variant.scheme.inputBorder}}' @@ -458,11 +458,15 @@ colors: inputValidation.infoBorder: '{{variant.scheme.base.blue}}' inputValidation.warningBorder: '{{variant.scheme.base.yellow}}' + # Dropdown + dropdown.background: '{{variant.scheme.background}}' + dropdown.border: '{{variant.scheme.inputBorder}}' + # Lists list.hoverBackground: '{{variant.scheme.background}}' - list.activeSelectionBackground: '{{variant.scheme.lineHighlight}}' + list.activeSelectionBackground: '{{variant.scheme.lineHighlight}}50' list.activeSelectionForeground: '{{variant.scheme.accents.teal}}' - list.inactiveSelectionBackground: '{{variant.scheme.lineHighlight}}' + list.inactiveSelectionBackground: '{{variant.scheme.lineHighlight}}50' list.highlightForeground: '{{variant.scheme.accents.teal}}' list.focusBackground: '{{variant.scheme.lineNumbers}}' @@ -493,7 +497,7 @@ colors: editorSuggestWidget.background: '{{variant.scheme.background}}' editorSuggestWidget.foreground: '{{variant.scheme.foreground}}' editorSuggestWidget.highlightForeground: '{{variant.scheme.accents.teal}}' - editorSuggestWidget.selectedBackground: '{{variant.scheme.lineHighlight}}' + editorSuggestWidget.selectedBackground: '{{variant.scheme.lineHighlight}}50' editorSuggestWidget.border: '{{variant.scheme.inputBorder}}' # Find & Replace Widgets @@ -506,11 +510,16 @@ colors: # Panels panel.border: '{{variant.scheme.background}}' + panelTitle.activeForeground: '{{variant.scheme.foreground}}' # Diff tool diffEditor.insertedTextBackground: '{{variant.scheme.base.green}}15' diffEditor.removedTextBackground: '{{variant.scheme.base.red}}20' + # Notification bar + notification.background: '{{variant.scheme.background}}' + notification.foreground: '{{variant.scheme.foreground}}' + # Buttons #button.background: '{{variant.scheme.accents.teal}}' #button.foreground: '{{variant.scheme.base.black}}' diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 0d5af5d..57d6312 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -688,13 +688,15 @@ "titleBar.inactiveForeground": "#4A4A4A", "sideBar.background": "#212121", "sideBarTitle.foreground": "#EEFFFF", - "dropdown.background": "#212121", + "sideBarSectionHeader.background": "#212121", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF", "inputValidation.warningBorder": "#FFCB6B", + "dropdown.background": "#212121", + "dropdown.border": "#FFFFFF10", "list.hoverBackground": "#212121", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", @@ -730,7 +732,10 @@ "activityBarBadge.background": "#80CBC4", "activityBarBadge.foreground": "#000000", "panel.border": "#212121", + "panelTitle.activeForeground": "#EEFFFF", "diffEditor.insertedTextBackground": "#C3E88D15", - "diffEditor.removedTextBackground": "#FF537020" + "diffEditor.removedTextBackground": "#FF537020", + "notification.background": "#212121", + "notification.foreground": "#EEFFFF" } } \ No newline at end of file diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index e0fd235..83de229 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -688,13 +688,15 @@ "titleBar.inactiveForeground": "#546E7A", "sideBar.background": "#263238", "sideBarTitle.foreground": "#EEFFFF", - "dropdown.background": "#263238", + "sideBarSectionHeader.background": "#263238", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF", "inputValidation.warningBorder": "#FFCB6B", + "dropdown.background": "#263238", + "dropdown.border": "#FFFFFF10", "list.hoverBackground": "#263238", "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", @@ -730,7 +732,10 @@ "activityBarBadge.background": "#80CBC4", "activityBarBadge.foreground": "#000000", "panel.border": "#263238", + "panelTitle.activeForeground": "#EEFFFF", "diffEditor.insertedTextBackground": "#C3E88D15", - "diffEditor.removedTextBackground": "#FF537020" + "diffEditor.removedTextBackground": "#FF537020", + "notification.background": "#263238", + "notification.foreground": "#EEFFFF" } } \ No newline at end of file diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index a2b97b1..bad2796 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -664,12 +664,12 @@ ], "colors": { "focusBorder": "#FFFFFF00", - "editorCursor.foreground": "#27272790", + "editorCursor.foreground": "#272727", "scrollbar.shadow": "#00000030", "editor.background": "#FAFAFA", "editor.foreground": "#90A4AE", "editorLineNumber.foreground": "#CFD8DC", - "editor.lineHighlightBackground": "#90A4AE20", + "editor.lineHighlightBackground": "#CCD7DA50", "editor.selectionBackground": "#80CBC440", "editorHoverWidget.background": "#FAFAFA", "editorIndentGuide.background": "#B0BEC570", @@ -688,17 +688,19 @@ "titleBar.inactiveForeground": "#CCD7DA", "sideBar.background": "#FAFAFA", "sideBarTitle.foreground": "#90A4AE", - "dropdown.background": "#FAFAFA", + "sideBarSectionHeader.background": "#FAFAFA", "input.background": "#00000005", "input.foreground": "#90A4AE", "input.border": "#00000010", "inputValidation.errorBorder": "#E53935", "inputValidation.infoBorder": "#6182B8", "inputValidation.warningBorder": "#FFB62C", + "dropdown.background": "#FAFAFA", + "dropdown.border": "#00000010", "list.hoverBackground": "#FAFAFA", - "list.activeSelectionBackground": "#90A4AE20", + "list.activeSelectionBackground": "#CCD7DA50", "list.activeSelectionForeground": "#80CBC4", - "list.inactiveSelectionBackground": "#90A4AE20", + "list.inactiveSelectionBackground": "#CCD7DA50", "list.highlightForeground": "#80CBC4", "list.focusBackground": "#CFD8DC", "terminal.ansiWhite": "#FFFFFF", @@ -723,14 +725,17 @@ "editorSuggestWidget.background": "#FAFAFA", "editorSuggestWidget.foreground": "#90A4AE", "editorSuggestWidget.highlightForeground": "#80CBC4", - "editorSuggestWidget.selectedBackground": "#90A4AE20", + "editorSuggestWidget.selectedBackground": "#CCD7DA50", "editorSuggestWidget.border": "#00000010", "widget.shadow": "#00000030", "editorWidget.background": "#FAFAFA", "activityBarBadge.background": "#80CBC4", "activityBarBadge.foreground": "#000000", "panel.border": "#FAFAFA", + "panelTitle.activeForeground": "#90A4AE", "diffEditor.insertedTextBackground": "#91B85915", - "diffEditor.removedTextBackground": "#E5393520" + "diffEditor.removedTextBackground": "#E5393520", + "notification.background": "#FAFAFA", + "notification.foreground": "#90A4AE" } } \ No newline at end of file diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index d464338..cecfe26 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -669,7 +669,7 @@ "editor.background": "#292D3E", "editor.foreground": "#A6ACCD", "editorLineNumber.foreground": "#3A3F58", - "editor.lineHighlightBackground": "#00000030", + "editor.lineHighlightBackground": "#00000050", "editor.selectionBackground": "#717CB440", "editorHoverWidget.background": "#292D3E", "editorIndentGuide.background": "#4E557980", @@ -688,17 +688,19 @@ "titleBar.inactiveForeground": "#676E95", "sideBar.background": "#292D3E", "sideBarTitle.foreground": "#A6ACCD", - "dropdown.background": "#292D3E", + "sideBarSectionHeader.background": "#292D3E", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF", "inputValidation.warningBorder": "#FFCB6B", + "dropdown.background": "#292D3E", + "dropdown.border": "#FFFFFF10", "list.hoverBackground": "#292D3E", - "list.activeSelectionBackground": "#00000030", + "list.activeSelectionBackground": "#00000050", "list.activeSelectionForeground": "#80CBC4", - "list.inactiveSelectionBackground": "#00000030", + "list.inactiveSelectionBackground": "#00000050", "list.highlightForeground": "#80CBC4", "list.focusBackground": "#3A3F58", "terminal.ansiWhite": "#ffffff", @@ -723,14 +725,17 @@ "editorSuggestWidget.background": "#292D3E", "editorSuggestWidget.foreground": "#A6ACCD", "editorSuggestWidget.highlightForeground": "#80CBC4", - "editorSuggestWidget.selectedBackground": "#00000030", + "editorSuggestWidget.selectedBackground": "#00000050", "editorSuggestWidget.border": "#FFFFFF10", "widget.shadow": "#00000050", "editorWidget.background": "#292D3E", "activityBarBadge.background": "#80CBC4", "activityBarBadge.foreground": "#000000", "panel.border": "#292D3E", + "panelTitle.activeForeground": "#A6ACCD", "diffEditor.insertedTextBackground": "#C3E88D15", - "diffEditor.removedTextBackground": "#FF537020" + "diffEditor.removedTextBackground": "#FF537020", + "notification.background": "#292D3E", + "notification.foreground": "#A6ACCD" } } \ No newline at end of file