From 32d4941a178b472022559809b5796a735703bfdb Mon Sep 17 00:00:00 2001 From: Chris Roberts <33945730+Xtopher98@users.noreply.github.com> Date: Fri, 3 Sep 2021 05:13:53 -0700 Subject: [PATCH] Bracket Pair Colorizer (#195) * Added bracket pair colors for new VSC coloriser * Added supporting comments --- src/dracula.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/dracula.yml b/src/dracula.yml index d90ec6b..baeb70c 100644 --- a/src/dracula.yml +++ b/src/dracula.yml @@ -224,6 +224,14 @@ colors: editorBracketMatch.background: # Background color behind matching brackets editorBracketMatch.border: # Color for matching brackets boxes + editorBracketHighlight.foreground1: *FG # Color of first pair of brackets + editorBracketHighlight.foreground2: *PINK # Color of second pair of brackets + editorBracketHighlight.foreground3: *CYAN # Color of third pair of brackets + editorBracketHighlight.foreground4: *GREEN # Color of fourth pair of brackets + editorBracketHighlight.foreground5: *PURPLE # Color of fifth pair of brackets + editorBracketHighlight.foreground6: *ORANGE # Color of sixth pair of brackets + editorBracketHighlight.unexpectedBracket.foreground: *RED # Color of bracket matching error + editorOverviewRuler.border: *BGDarker # Color of the overview ruler border editorOverviewRuler.findMatchForeground: editorOverviewRuler.rangeHighlightForeground: