summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:30:50 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-22 00:30:50 +0200
commit04d71a44f8c9ef1a9ad0ac8f6a5167d7172f2168 (patch)
treec2186ace513ef94795b39867f4f17d5cac1e8e65
parent40a962d55c0bf4d6393931fe42656f1e0ae7c791 (diff)
Update spec colors
-rw-r--r--lua/no-clown-fiesta/highlights.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index 3592fa9..f63b98c 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -78,8 +78,8 @@ local highlights = {
PreProc = { fg = C.white },
Define = { fg = C.red },
Macro = { fg = C.cyan },
- PreCondit = { fg = C.white },
- Special = { fg = C.orange },
+ PreCondit = { fg = C.medium_gray },
+ Special = { fg = C.white },
SpecialChar = { fg = C.white },
Tag = { fg = C.pale_purple },
Debug = { fg = C.red },