summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 22:56:14 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-21 22:56:14 +0200
commit31f85717571188632caae40dab2cccbb9c51511c (patch)
treebec10f23786aa3265871726882222e13684bc812
parent58e7ecde06c6a4cc7d3fd348c7479848f5f420ae (diff)
Set hl constant to red
-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 005f18f..b8f2cc6 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.orange },
+ Constant = { fg = C.red },
Number = { fg = C.red },
Boolean = { fg = C.red },
Float = { fg = C.red },