@@ -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,