diff --git a/src/themes/settings/specific/darker.json b/src/themes/settings/specific/darker.json index 805ff61..2a0000c 100644 --- a/src/themes/settings/specific/darker.json +++ b/src/themes/settings/specific/darker.json @@ -20,6 +20,7 @@ "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", "scrollbarsHover": "#00000030", + "statusbarForeground": "#4A4A4A", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/default.json b/src/themes/settings/specific/default.json index b9fd40d..104f10c 100644 --- a/src/themes/settings/specific/default.json +++ b/src/themes/settings/specific/default.json @@ -20,6 +20,7 @@ "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", "scrollbarsHover": "#00000030", + "statusbarForeground": "#546E7A", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/settings/specific/lighter.json b/src/themes/settings/specific/lighter.json index 373e9bc..2e3ed0d 100644 --- a/src/themes/settings/specific/lighter.json +++ b/src/themes/settings/specific/lighter.json @@ -20,6 +20,7 @@ "inputBorder": "#00000010", "scrollbars": "#00000050", "scrollbarsHover": "#00000030", + "statusbarForeground": "#90A4AE", "base": { "white": "#FFFFFF", "black": "#000000", diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index f56c447..8bd1c5e 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -20,6 +20,7 @@ "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", "scrollbarsHover": "#00000030", + "statusbarForeground": "#676E95", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 6273651..bf4c32e 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -674,9 +674,10 @@ "scrollbar.shadow": "{{variant.scheme.background}}00", "editorLink.activeForeground": "{{variant.scheme.foreground}}", "selection.background": "{{variant.scheme.foreground}}", + "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", + "editorBracketMatch.border": "{{variant.scheme.caret}}", "editor.background": "{{variant.scheme.background}}", "editor.foreground": "{{variant.scheme.foreground}}", - "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", "editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50", "editor.selectionBackground": "{{variant.scheme.selection}}", "editor.selectionHighlightBackground": "{{variant.scheme.caret}}20", @@ -689,7 +690,7 @@ "tab.border": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}", - "statusBar.foreground": "{{variant.scheme.foreground}}", + "statusBar.foreground": "{{variant.scheme.statusbarForeground}}", "activityBar.background": "{{variant.scheme.background}}", "activityBar.foreground": "{{variant.scheme.foreground}}", "activityBarBadge.background": "{{commons.accents.teal}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index d730539..8255808 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -674,9 +674,10 @@ "scrollbar.shadow": "#21212100", "editorLink.activeForeground": "#EEFFFF", "selection.background": "#EEFFFF", + "editorLineNumber.foreground": "#424242", + "editorBracketMatch.border": "#FFCC00", "editor.background": "#212121", "editor.foreground": "#EEFFFF", - "editorLineNumber.foreground": "#424242", "editor.lineHighlightBackground": "#00000050", "editor.selectionBackground": "#61616150", "editor.selectionHighlightBackground": "#FFCC0020", @@ -689,7 +690,7 @@ "tab.border": "#212121", "statusBar.background": "#212121", "statusBar.noFolderBackground": "#212121", - "statusBar.foreground": "#EEFFFF", + "statusBar.foreground": "#4A4A4A", "activityBar.background": "#212121", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 6ffc636..bc51e2c 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -674,9 +674,10 @@ "scrollbar.shadow": "#26323800", "editorLink.activeForeground": "#EEFFFF", "selection.background": "#EEFFFF", + "editorLineNumber.foreground": "#37474F", + "editorBracketMatch.border": "#FFCC00", "editor.background": "#263238", "editor.foreground": "#EEFFFF", - "editorLineNumber.foreground": "#37474F", "editor.lineHighlightBackground": "#00000050", "editor.selectionBackground": "#80CBC420", "editor.selectionHighlightBackground": "#FFCC0020", @@ -689,7 +690,7 @@ "tab.border": "#263238", "statusBar.background": "#263238", "statusBar.noFolderBackground": "#263238", - "statusBar.foreground": "#EEFFFF", + "statusBar.foreground": "#546E7A", "activityBar.background": "#263238", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index 54ce5ad..6d52db2 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -674,9 +674,10 @@ "scrollbar.shadow": "#FAFAFA00", "editorLink.activeForeground": "#90A4AE", "selection.background": "#90A4AE", + "editorLineNumber.foreground": "#CFD8DC", + "editorBracketMatch.border": "#272727", "editor.background": "#FAFAFA", "editor.foreground": "#90A4AE", - "editorLineNumber.foreground": "#CFD8DC", "editor.lineHighlightBackground": "#CCD7DA50", "editor.selectionBackground": "#80CBC440", "editor.selectionHighlightBackground": "#27272720", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index d1847c5..1da8f78 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -674,9 +674,10 @@ "scrollbar.shadow": "#292D3E00", "editorLink.activeForeground": "#A6ACCD", "selection.background": "#A6ACCD", + "editorLineNumber.foreground": "#3A3F58", + "editorBracketMatch.border": "#FFCC00", "editor.background": "#292D3E", "editor.foreground": "#A6ACCD", - "editorLineNumber.foreground": "#3A3F58", "editor.lineHighlightBackground": "#00000050", "editor.selectionBackground": "#717CB450", "editor.selectionHighlightBackground": "#FFCC0020", @@ -689,7 +690,7 @@ "tab.border": "#292D3E", "statusBar.background": "#292D3E", "statusBar.noFolderBackground": "#292D3E", - "statusBar.foreground": "#A6ACCD", + "statusBar.foreground": "#676E95", "activityBar.background": "#292D3E", "activityBar.foreground": "#A6ACCD", "activityBarBadge.background": "#80CBC4",