diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 82a0112f608..dda8b7be560 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -391,6 +391,11 @@ "editor.wordHighlightBackground": "#004454AA", "editor.wordHighlightStrongBackground": "#005A6FAA", + // Editor: Colorized Bracket Highlighting + "editorBracketHighlight.foreground1": "#cdcdcdff", + "editorBracketHighlight.foreground2": "#b58900ff", + "editorBracketHighlight.foreground3": "#d33682ff", + // Editor: Suggest // "editorSuggestWidget.background": "", // "editorSuggestWidget.border": "",