diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:42:00 +0200 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:42:00 +0200 | 
| commit | b92f02effcade5bdc7aa69049a9160bd0a1a9299 (patch) | |
| tree | 1914d0eb198c115efc8361b8dd7d1e41b41d95a2 /lua/no-clown-fiesta | |
| parent | 11f2d2c3e78ff2d0171cf93ff12fc1bfcc69ed1c (diff) | |
Change identifier to blue
Diffstat (limited to 'lua/no-clown-fiesta')
| -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 c8cddb1..91af6f7 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.white }, +  Identifier = { fg = C.blue },    Function = { fg = C.purple, style = Config.italic_functions },    Operator = { fg = C.orange },    Type = { fg = C.white },  |