diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:34:22 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-21 20:34:22 +0100 | 
| commit | f62b277af6518d370d412d5b444e87d1c0ac0d4b (patch) | |
| tree | 17fdf84df8f36946f400cdc531d6b5cecb460af7 /lua/no-clown-fiesta/Treesitter.lua | |
| parent | 3b33e963951c5fa5dcd8b725cf7d4f630b06e279 (diff) | |
feat(treesitter): conditional to gray blue
Diffstat (limited to 'lua/no-clown-fiesta/Treesitter.lua')
| -rw-r--r-- | lua/no-clown-fiesta/Treesitter.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 99de273..0215f51 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -5,7 +5,7 @@ local Treesitter = {    TSConstructor = { fg = C.white },    TSType = { fg = C.white },    TSTypeBuiltin = { fg = C.white }, -  TSConditional = { fg = C.red }, +  TSConditional = { fg = C.gray_blue },    TSException = { fg = C.red },    TSInclude = { fg = C.gray_blue },    TSKeyword = { fg = C.blue },  |