colors were backwards
This commit is contained in:
parent
56e669280c
commit
63d786955f
1 changed files with 17 additions and 18 deletions
|
@ -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}'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue