nvim: modules: statusline: Use srcery variant for white foreground

This commit is contained in:
Sanchayan Maity 2021-01-22 16:10:43 +05:30
parent 355b060aea
commit 47ab28723f

View file

@ -5,7 +5,7 @@ local gls = gl.section
local colors = {
line_bg = '#21242b',
bg = '#000000',
fg = '#c0c0c0',
fg = '#dobfa1',
yellow = '#fabd2f',
cyan = '#008080',
darkblue = '#081633',