From d2c92863069b45d4264fb9dfc167cda07d2c7f6d Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Sat, 29 Oct 2022 19:20:48 +0200 Subject: Update lsp groups (#13) --- lua/no-clown-fiesta/highlight-group/treesitter.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua/no-clown-fiesta/highlight-group/treesitter.lua') diff --git a/lua/no-clown-fiesta/highlight-group/treesitter.lua b/lua/no-clown-fiesta/highlight-group/treesitter.lua index fb3d1c1..6217cb7 100644 --- a/lua/no-clown-fiesta/highlight-group/treesitter.lua +++ b/lua/no-clown-fiesta/highlight-group/treesitter.lua @@ -36,7 +36,7 @@ function M.highlight(palette, options) ["@number"] = { fg = palette.red }, ["@boolean"] = { fg = palette.red }, ["@character"] = { fg = palette.light_green }, - ["@error"] = { fg = palette.error_red }, + ["@error"] = { fg = palette.error }, ["@function"] = vim.tbl_extend( "force", { fg = palette.cyan }, @@ -75,7 +75,7 @@ function M.highlight(palette, options) ["@keyword.operator"] = { fg = palette.gray_blue }, ["@structure"] = { fg = palette.purple_test }, ["@strong"] = { fg = palette.medium_gray }, - ["@query.linter.error"] = { fg = palette.warning_orange }, + ["@query.linter.error"] = { fg = palette.warning }, } end -- cgit v1.2.3-70-g09d2