colors were backwards

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

View file

@ -5,7 +5,7 @@ colors:
cursor:
text: CellForeground
cursor: '{cursor}'
bright:
normal:
black: '{color0}'
red: '{color1}'
green: '{color2}'
@ -14,7 +14,7 @@ colors:
magenta: '{color5}'
cyan: '{color6}'
white: '{color7}'
normal:
bright:
black: '{color8}'
red: '{color9}'
green: '{color10}'
@ -23,4 +23,3 @@ colors:
magenta: '{color13}'
cyan: '{color14}'
white: '{color15}'