summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:20:44 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:20:44 +0200
commit40a962d55c0bf4d6393931fe42656f1e0ae7c791 (patch)
treeadd9121864301c9cdb23dac5eaa006f61f90943a
parent753d67cf5fce772c9acb9b0f638438730fb87cde (diff)
Replace orange with white in some places
-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 23d8c48..3592fa9 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -75,12 +75,12 @@ local highlights = {
Label = { fg = C.white },
Exception = { fg = C.red },
Include = { fg = C.red },
- PreProc = { fg = C.orange },
+ PreProc = { fg = C.white },
Define = { fg = C.red },
Macro = { fg = C.cyan },
- PreCondit = { fg = C.orange },
+ PreCondit = { fg = C.white },
Special = { fg = C.orange },
- SpecialChar = { fg = C.orange },
+ SpecialChar = { fg = C.white },
Tag = { fg = C.pale_purple },
Debug = { fg = C.red },
Delimiter = { fg = C.gray },