summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/cfg/themes
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/cfg/themes')
-rw-r--r--.config/nvim/lua/cfg/themes/dark.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/nvim/lua/cfg/themes/dark.lua b/.config/nvim/lua/cfg/themes/dark.lua
index fe2ff03..935b2be 100644
--- a/.config/nvim/lua/cfg/themes/dark.lua
+++ b/.config/nvim/lua/cfg/themes/dark.lua
@@ -101,23 +101,23 @@ local theme = lush(function()
Float { fg = c.red },
Identifier { fg = c.white },
- Function { fg = c.orange },
+ Function { fg = c.purple },
Operator { fg = c.orange },
- Type { fg = c.blue },
- StorageClass { Type },
- Structure { Type },
- Typedef { Type },
+ Type { fg = c.white },
+ StorageClass { fg = c.yellow },
+ Structure { fg = c.orange },
+ Typedef { fg = c.purple },
- Keyword { fg = c.blue },
+ Keyword { fg = c.orange },
Statement { Keyword },
- Conditional { Keyword },
+ Conditional { Keyword },
Repeat { Keyword },
Label { Keyword },
Exception { Keyword },
Include { Keyword },
- PreProc { fg = c.aqua },
+ PreProc { fg = c.orange },
Define { PreProc },
Macro { PreProc },
PreCondit { PreProc },