diff --git a/themes/White-Night-color-theme.json b/themes/White-Night-color-theme.json index ae54667..1885423 100644 --- a/themes/White-Night-color-theme.json +++ b/themes/White-Night-color-theme.json @@ -2,7 +2,7 @@ "colors": { "activityBar.background": "#000", "activityBar.border": "#0000", - "activityBar.foreground": "#2e2e37", + "activityBar.foreground": "#fff", "activityBarBadge.background": "#fff", "activityBarBadge.foreground": "#000", "badge.background": "#fff", @@ -55,6 +55,7 @@ "editorOverviewRuler.wordHighlightStrongForeground": "#7d46fc7f", "editorRuler.foreground": "#0a0b0f", "editorSuggestWidget.foreground": "#fff", + "editorSuggestWidget.focusHighlightForeground": "#000000", "editorWarning.foreground": "#f90", "editorWidget.background": "#0a0b0f", "editorWidget.border": "#1e1d27", @@ -107,7 +108,7 @@ "statusBar.background": "#000", "statusBar.debuggingBackground": "#f90", "statusBar.debuggingForeground": "#000", - "statusBar.foreground": "#2e2e37", + "statusBar.foreground": "#fff", "statusBar.noFolderBackground": "#000", "tab.activeBackground": "#fff", "tab.activeForeground": "#000", @@ -225,4 +226,4 @@ } } ] -} \ No newline at end of file +}