Colors: changed constant to gold
This commit is contained in:
parent
b77119ffdd
commit
c009b792d7
|
@ -26,7 +26,7 @@ local theme = lush(function(injected_functions)
|
|||
ColorColumn({ fg = colors.none, bg = colors.gold }),
|
||||
Normal({ fg = colors.fg, bg = colors.space_cadet }),
|
||||
Comment({ fg = colors.amethyst, bg = colors.none, italic = true }),
|
||||
Constant({ fg = colors.crayola, bg = colors.none }),
|
||||
Constant({ fg = colors.gold, bg = colors.none }),
|
||||
Number({ fg = colors.crayola, bg = colors.none }),
|
||||
Include({ fg = colors.gold, bg = colors.none }),
|
||||
Keyword({ fg = colors.orange_peel, bg = colors.none }),
|
||||
|
|
Loading…
Reference in a new issue