summaryrefslogtreecommitdiff
path: root/lua/no-clown-fiesta/highlights.lua
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 23:01:07 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 23:01:07 +0200
commitbdb5f497cac5c70048304b56f0779c7d9a23f01f (patch)
treeaade8e90a39f421c636a80ebcd4d0cc0acac998e /lua/no-clown-fiesta/highlights.lua
parent31f85717571188632caae40dab2cccbb9c51511c (diff)
Set constants to white
Diffstat (limited to 'lua/no-clown-fiesta/highlights.lua')
-rw-r--r--lua/no-clown-fiesta/highlights.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua
index b8f2cc6..d3ee47c 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -57,7 +57,7 @@ local highlights = {
Variable = { fg = C.white, style = Config.italic_variables },
String = { fg = C.medium_gray_blue },
Character = { fg = C.light_green },
- Constant = { fg = C.red },
+ Constant = { fg = C.white },
Number = { fg = C.red },
Boolean = { fg = C.red },
Float = { fg = C.red },