This commit is contained in:
Chris 2020-10-31 18:53:03 -04:00
parent d79a301984
commit 420b69f57b

View file

@ -54,13 +54,13 @@ gls.left[2] = {
-- auto change color according the vim mode
local mode_color = {n = colors.purple,
i = colors.green,
v=colors.blue,
v = colors.blue,
[''] = colors.blue,
V=colors.blue,
V = colors.blue,
c = colors.purple,
no = colors.magenta,
s = colors.orange,
S=colors.orange,
S = colors.orange,
[''] = colors.orange,
ic = colors.yellow,
R = colors.red,