summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:02:20 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 01:02:20 +0200
commitc41d37a313bdbec7b3c14c486cb047854c121522 (patch)
treedeb0ad93cf91316030bb0ceede1229fc42c081d8
parent268740e9ef08260be00b7262a1e6f32d508c9e61 (diff)
Revert "Change identifier to blue"
This reverts commit b92f02effcade5bdc7aa69049a9160bd0a1a9299.
-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 91af6f7..c8cddb1 100644
--- a/lua/no-clown-fiesta/highlights.lua
+++ b/lua/no-clown-fiesta/highlights.lua
@@ -61,7 +61,7 @@ local highlights = {
Number = { fg = C.red },
Boolean = { fg = C.red },
Float = { fg = C.red },
- Identifier = { fg = C.blue },
+ Identifier = { fg = C.white },
Function = { fg = C.purple, style = Config.italic_functions },
Operator = { fg = C.orange },
Type = { fg = C.white },