diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index 2522701..b7793cc 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -6,7 +6,7 @@ "comments": "#676E95", "caret": "#FFCC00", "findHighlight": "#F8E71C", - "foreground": "#959DCB", + "foreground": "#A6ACCD", "guides": "#4E557980", "lineNumbers": "#3A3F58", "invisibles": "#4E5579", diff --git a/src/themes/theme-template.yml b/src/themes/theme-template.yml index 7ed3a8f..b1a4435 100644 --- a/src/themes/theme-template.yml +++ b/src/themes/theme-template.yml @@ -412,7 +412,9 @@ colors: statusBarForeground: '{{variant.scheme.comments}}' activityBarBackground: '{{variant.scheme.background}}' titleBarActiveBackground: '{{variant.scheme.background}}' + titleBarActiveForeground: '{{variant.scheme.comments}}' titleBarInactiveBackground: '{{variant.scheme.background}}' + titleBarInactiveForeground: '{{variant.scheme.comments}}' sideBarBackground: '{{variant.scheme.background}}' tabsContainerBackground: '{{variant.scheme.background}}' inactiveTabBackground: '{{variant.scheme.background}}' @@ -425,3 +427,4 @@ colors: editorFindWidgetBackground: '{{variant.scheme.background}}' inactiveTabActiveGroupForeground: '{{variant.scheme.comments}}' focusedElementOutline: '{{variant.scheme.background}}' + sideBarTitleForeground: '{{variant.scheme.foreground}}' diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index c59c037..6617d12 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -669,7 +669,9 @@ "statusBarForeground": "#4A4A4A", "activityBarBackground": "#212121", "titleBarActiveBackground": "#212121", + "titleBarActiveForeground": "#4A4A4A", "titleBarInactiveBackground": "#212121", + "titleBarInactiveForeground": "#4A4A4A", "sideBarBackground": "#212121", "tabsContainerBackground": "#212121", "inactiveTabBackground": "#212121", @@ -681,6 +683,7 @@ "dropdownBackground": "#212121", "editorFindWidgetBackground": "#212121", "inactiveTabActiveGroupForeground": "#4A4A4A", - "focusedElementOutline": "#212121" + "focusedElementOutline": "#212121", + "sideBarTitleForeground": "#eeffffff" } } \ No newline at end of file diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 6d06292..8ebf44a 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -669,7 +669,9 @@ "statusBarForeground": "#546E7A", "activityBarBackground": "#263238", "titleBarActiveBackground": "#263238", + "titleBarActiveForeground": "#546E7A", "titleBarInactiveBackground": "#263238", + "titleBarInactiveForeground": "#546E7A", "sideBarBackground": "#263238", "tabsContainerBackground": "#263238", "inactiveTabBackground": "#263238", @@ -681,6 +683,7 @@ "dropdownBackground": "#263238", "editorFindWidgetBackground": "#263238", "inactiveTabActiveGroupForeground": "#546E7A", - "focusedElementOutline": "#263238" + "focusedElementOutline": "#263238", + "sideBarTitleForeground": "#eeffff" } } \ No newline at end of file diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index f96d69f..a29d908 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -669,7 +669,9 @@ "statusBarForeground": "#CCD7DA", "activityBarBackground": "#FAFAFA", "titleBarActiveBackground": "#FAFAFA", + "titleBarActiveForeground": "#CCD7DA", "titleBarInactiveBackground": "#FAFAFA", + "titleBarInactiveForeground": "#CCD7DA", "sideBarBackground": "#FAFAFA", "tabsContainerBackground": "#FAFAFA", "inactiveTabBackground": "#FAFAFA", @@ -681,6 +683,7 @@ "dropdownBackground": "#FAFAFA", "editorFindWidgetBackground": "#FAFAFA", "inactiveTabActiveGroupForeground": "#CCD7DA", - "focusedElementOutline": "#FAFAFA" + "focusedElementOutline": "#FAFAFA", + "sideBarTitleForeground": "#80CBC4" } } \ No newline at end of file diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index a69c94c..03b10c8 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -25,7 +25,7 @@ "string constant.other.placeholder" ], "settings": { - "foreground": "#959DCB" + "foreground": "#A6ACCD" } }, { @@ -450,7 +450,7 @@ "punctuation.definition.list_item.markdown" ], "settings": { - "foreground": "#959DCB" + "foreground": "#A6ACCD" } }, { @@ -629,7 +629,7 @@ "punctuation.section.class.end" ], "settings": { - "foreground": "#959DCB" + "foreground": "#A6ACCD" } }, { @@ -658,18 +658,20 @@ "markup.table" ], "settings": { - "foreground": "#959DCB" + "foreground": "#A6ACCD" } } ], "colors": { "editorBackground": "#292D3E", - "editorForeground": "#959DCB", + "editorForeground": "#A6ACCD", "statusBarBackground": "#292D3E", "statusBarForeground": "#676E95", "activityBarBackground": "#292D3E", "titleBarActiveBackground": "#292D3E", + "titleBarActiveForeground": "#676E95", "titleBarInactiveBackground": "#292D3E", + "titleBarInactiveForeground": "#676E95", "sideBarBackground": "#292D3E", "tabsContainerBackground": "#292D3E", "inactiveTabBackground": "#292D3E", @@ -681,6 +683,7 @@ "dropdownBackground": "#292D3E", "editorFindWidgetBackground": "#292D3E", "inactiveTabActiveGroupForeground": "#676E95", - "focusedElementOutline": "#292D3E" + "focusedElementOutline": "#292D3E", + "sideBarTitleForeground": "#A6ACCD" } } \ No newline at end of file