From e79bd3273f58ba38e8fcd716090b89326791afbb Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 23 Jul 2021 14:04:41 +0200 Subject: Fix colorscheme in python for if, for, and commets --- .config/nvim/lua/dark/Treesitter.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/nvim/lua/dark/Treesitter.lua') diff --git a/.config/nvim/lua/dark/Treesitter.lua b/.config/nvim/lua/dark/Treesitter.lua index 91651e8..e644b8b 100644 --- a/.config/nvim/lua/dark/Treesitter.lua +++ b/.config/nvim/lua/dark/Treesitter.lua @@ -1,18 +1,18 @@ local Treesitter = { - TSComment = { fg = C.blue }, + TSComment = { fg = C.gray }, TSAnnotation = { fg = C.purple }, TSAttribute = { fg = C.white }, TSConstructor = { fg = C.orange }, TSType = { fg = C.orange }, TSTypeBuiltin = { fg = C.orange }, - TSConditional = { fg = C.orange }, - TSException = { fg = C.orange }, + TSConditional = { fg = C.red }, + TSException = { fg = C.red }, TSInclude = { fg = C.red }, TSKeyword = { fg = C.red }, TSKeywordFunction = { fg = C.red }, TSLabel = { fg = C.orange }, TSNamespace = { fg = C.orange }, - TSRepeat = { fg = C.orange }, + TSRepeat = { fg = C.red }, TSConstant = { fg = C.orange }, TSConstBuiltin = { fg = C.orange }, TSFloat = { fg = C.blue }, -- cgit v1.2.3-70-g09d2