diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index d947d3d..6273651 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -689,7 +689,7 @@ "tab.border": "{{variant.scheme.background}}", "statusBar.background": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}", - "statusBar.foreground": "{{variant.scheme.comments}}", + "statusBar.foreground": "{{variant.scheme.foreground}}", "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 cb2c149..d730539 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -689,7 +689,7 @@ "tab.border": "#212121", "statusBar.background": "#212121", "statusBar.noFolderBackground": "#212121", - "statusBar.foreground": "#4A4A4A", + "statusBar.foreground": "#EEFFFF", "activityBar.background": "#212121", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 8620b30..6ffc636 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -689,7 +689,7 @@ "tab.border": "#263238", "statusBar.background": "#263238", "statusBar.noFolderBackground": "#263238", - "statusBar.foreground": "#546E7A", + "statusBar.foreground": "#EEFFFF", "activityBar.background": "#263238", "activityBar.foreground": "#EEFFFF", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index f3ea59b..54ce5ad 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -689,7 +689,7 @@ "tab.border": "#FAFAFA", "statusBar.background": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA", - "statusBar.foreground": "#90A4AE90", + "statusBar.foreground": "#90A4AE", "activityBar.background": "#FAFAFA", "activityBar.foreground": "#90A4AE", "activityBarBadge.background": "#80CBC4", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 8989208..d1847c5 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -689,7 +689,7 @@ "tab.border": "#292D3E", "statusBar.background": "#292D3E", "statusBar.noFolderBackground": "#292D3E", - "statusBar.foreground": "#676E95", + "statusBar.foreground": "#A6ACCD", "activityBar.background": "#292D3E", "activityBar.foreground": "#A6ACCD", "activityBarBadge.background": "#80CBC4",