summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/highlights.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 21:22:16 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 21:22:16 +0200
commitfca99d96f4e9ad068deb86a25831f92eb6a3edb6 (patch)
treeac81b98f2c54816913542f81057439b2ae8be83a /lua/no-clown-fiesta/highlights.lua
parentd606be8904a93365435e294a55d1db048891d505 (diff)
Update colors
Diffstat (limited to 'lua/no-clown-fiesta/highlights.lua')
-rw-r--r--lua/no-clown-fiesta/highlights.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 6f9f5c7..96e9de4 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -55,7 +55,7 @@ local highlights = {
EndOfBuffer = { fg = C.bg },
NonText = { fg = C.bg },
Variable = { fg = C.white, style = Config.italic_variables },
- String = { fg = C.blue },
+ String = { fg = C.light_gray_blue },
Character = { fg = C.light_green },
Constant = { fg = C.orange },
Number = { fg = C.red },
@@ -76,8 +76,8 @@ local highlights = {
Exception = { fg = C.red },
Include = { fg = C.red },
PreProc = { fg = C.orange },
- Define = { fg = C.orange },
- Macro = { fg = C.orange },
+ Define = { fg = C.red },
+ Macro = { fg = C.cyan },
PreCondit = { fg = C.orange },
Special = { fg = C.orange },
SpecialChar = { fg = C.orange },