nvim: modules: statusline: Use srcery variant for white foreground
This commit is contained in:
parent
355b060aea
commit
47ab28723f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local gls = gl.section
|
||||||
local colors = {
|
local colors = {
|
||||||
line_bg = '#21242b',
|
line_bg = '#21242b',
|
||||||
bg = '#000000',
|
bg = '#000000',
|
||||||
fg = '#c0c0c0',
|
fg = '#dobfa1',
|
||||||
yellow = '#fabd2f',
|
yellow = '#fabd2f',
|
||||||
cyan = '#008080',
|
cyan = '#008080',
|
||||||
darkblue = '#081633',
|
darkblue = '#081633',
|
||||||
|
|
Loading…
Reference in a new issue