summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 00:53:00 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-20 00:53:00 +0200
commit8670c80781546352960b4f216e613007617bcd01 (patch)
treec53f02f82c35bb96597721885f2bbc7afaa8f20c
parent978c1946320041d49ccede933299ebcfdb47dda8 (diff)
Set bulit in to blue
-rw-r--r--lua/no-clown-fiesta/Treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua
index 9427501..27583d6 100644
--- a/lua/no-clown-fiesta/Treesitter.lua
+++ b/lua/no-clown-fiesta/Treesitter.lua
@@ -4,7 +4,7 @@ local Treesitter = {
TSAttribute = { fg = C.white },
TSConstructor = { fg = C.white },
TSType = { fg = C.gray_blue },
- TSTypeBuiltin = { fg = C.white },
+ TSTypeBuiltin = { fg = C.blue },
TSConditional = { fg = C.gray_blue },
TSException = { fg = C.red },
TSInclude = { fg = C.red },