From 74e9a8622e8eea1217a84801ea2fdaf531ab446f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 21 Jul 2022 21:46:14 +0200 Subject: Add bold to tstype --- lua/no-clown-fiesta/Treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index 4b910d9..6d4a040 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -3,7 +3,7 @@ local Treesitter = { TSAnnotation = { fg = C.white }, TSAttribute = { fg = C.white }, TSConstructor = { fg = C.white }, - TSType = { fg = C.white }, + TSType = { fg = C.white, style = "bold" }, TSTypeBuiltin = { fg = C.white }, TSConditional = { fg = C.gray_blue }, TSException = { fg = C.red }, -- cgit v1.2.3-70-g09d2