Terminal bold colors when 255 is used in Windows (#137)
Colors in windows terminal appear bold if 255 or 254 colors are set
This commit is contained in:
parent
b68c4fdbd3
commit
9ab9d12521
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ endif
|
|||
|
||||
" Palette: {{{2
|
||||
|
||||
let s:fg = ['#F8F8F2', 255]
|
||||
let s:fg = ['#F8F8F2', 253]
|
||||
|
||||
let s:bglighter = ['#424450', 238]
|
||||
let s:bglight = ['#343746', 237]
|
||||
|
|
Loading…
Reference in a new issue