From bdb5f497cac5c70048304b56f0779c7d9a23f01f Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 21 Jul 2022 23:01:07 +0200 Subject: Set constants to white --- lua/no-clown-fiesta/Treesitter.lua | 4 ++-- lua/no-clown-fiesta/highlights.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lua') diff --git a/lua/no-clown-fiesta/Treesitter.lua b/lua/no-clown-fiesta/Treesitter.lua index f34d390..f2b70e4 100644 --- a/lua/no-clown-fiesta/Treesitter.lua +++ b/lua/no-clown-fiesta/Treesitter.lua @@ -13,7 +13,7 @@ local Treesitter = { TSLabel = { fg = C.white }, TSNamespace = { fg = C.white }, TSRepeat = { fg = C.gray_blue }, - TSConstant = { fg = C.red }, + TSConstant = { fg = C.white }, TSConstBuiltin = { fg = C.red }, TSFloat = { fg = C.red }, TSNumber = { fg = C.red }, @@ -47,7 +47,7 @@ local Treesitter = { TSTitle = { fg = C.medium_gray }, TSLiteral = { fg = C.medium_gray }, TSURI = { fg = C.cyan, style = "underline" }, - TSKeywordOperator = { fg = C.medium_gray }, + TSKeywordOperator = { fg = C.gray_blue }, TSStructure = { fg = C.purple_test }, TSStrong = { fg = C.medium_gray }, TSQueryLinterError = { fg = C.warning_orange }, diff --git a/lua/no-clown-fiesta/highlights.lua b/lua/no-clown-fiesta/highlights.lua index b8f2cc6..d3ee47c 100644 --- a/lua/no-clown-fiesta/highlights.lua +++ b/lua/no-clown-fiesta/highlights.lua @@ -57,7 +57,7 @@ local highlights = { Variable = { fg = C.white, style = Config.italic_variables }, String = { fg = C.medium_gray_blue }, Character = { fg = C.light_green }, - Constant = { fg = C.red }, + Constant = { fg = C.white }, Number = { fg = C.red }, Boolean = { fg = C.red }, Float = { fg = C.red }, -- cgit v1.2.3-70-g09d2