colors were backwards

This commit is contained in:
Adam 2023-06-16 13:01:32 -04:00
parent 56e669280c
commit 63d786955f

View file

@ -3,24 +3,23 @@ colors:
background: '{background}' background: '{background}'
foreground: '{foreground}' foreground: '{foreground}'
cursor: cursor:
text: CellForeground text: CellForeground
cursor: '{cursor}' cursor: '{cursor}'
bright:
black: '{color0}'
red: '{color1}'
green: '{color2}'
yellow: '{color3}'
blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal: normal:
black: '{color8}' black: '{color0}'
red: '{color9}' red: '{color1}'
green: '{color10}' green: '{color2}'
yellow: '{color11}' yellow: '{color3}'
blue: '{color12}' blue: '{color4}'
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
bright:
black: '{color8}'
red: '{color9}'
green: '{color10}'
yellow: '{color11}'
blue: '{color12}'
magenta: '{color13}' magenta: '{color13}'
cyan: '{color14}' cyan: '{color14}'
white: '{color15}' white: '{color15}'