diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:02:20 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 01:02:20 +0200 |
commit | c41d37a313bdbec7b3c14c486cb047854c121522 (patch) | |
tree | deb0ad93cf91316030bb0ceede1229fc42c081d8 | |
parent | 268740e9ef08260be00b7262a1e6f32d508c9e61 (diff) |
Revert "Change identifier to blue"
This reverts commit b92f02effcade5bdc7aa69049a9160bd0a1a9299.
-rw-r--r-- | lua/no-clown-fiesta/highlights.lua | 2 |
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 }, |