colors - default- fix default colorscheme to match actual default

the in-code color scheme doesnt match the file.. it SHOULD... fix.

@fix
This commit is contained in:
Carsten Haitzler 2022-01-12 19:40:36 +00:00
parent 3f2fbd83d7
commit fa07673a4e
1 changed files with 7 additions and 7 deletions

View File

@ -24,13 +24,13 @@ tab_title_2 = #000000
[Normal] [Normal]
def = #aaaaaa def = #aaaaaa
black = #000000 black = #000000
red = #c00000 red = #cc3333
green = #00c000 green = #33cc33
yellow = #c0c000 yellow = #cc8833
blue = #0000c0 blue = #3333cc
magenta = #c000c0 magenta = #cc33cc
cyan = #00c0c0 cyan = #33cccc
white = #c0c0c0 white = #cccccc
inverse_fg = #222222 inverse_fg = #222222
inverse_bg = #aaaaaa inverse_bg = #aaaaaa