diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-21 20:30:00 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2024-07-21 20:30:00 +0200 |
commit | c2fa9bcee1e4b159efad4004babdad47e17a713d (patch) | |
tree | 8ea2096d1bf7a5f17e0909de3d46bcc2085f555a /lua/no-clown-fiesta/groups | |
parent | 2d195b02ddc9b21fad8e35a69c567ef5b9935a52 (diff) |
Update grug colors
Diffstat (limited to 'lua/no-clown-fiesta/groups')
-rw-r--r-- | lua/no-clown-fiesta/groups/treesitter.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/no-clown-fiesta/groups/treesitter.lua b/lua/no-clown-fiesta/groups/treesitter.lua index 1ee9cec..3471df9 100644 --- a/lua/no-clown-fiesta/groups/treesitter.lua +++ b/lua/no-clown-fiesta/groups/treesitter.lua @@ -16,7 +16,7 @@ function M.highlight(palette, opts) ["@const.macro"] = { fg = palette.cyan }, ["@constant"] = { fg = palette.white }, ["@constructor"] = { fg = palette.cyan }, - ["@diff.delta"] = { fg = palette.orange }, + ["@diff.delta"] = { fg = palette.sign_change }, ["@error"] = { fg = palette.error }, ["@function"] = vim.tbl_extend( "force", @@ -64,12 +64,12 @@ function M.highlight(palette, opts) ["@string"] = { fg = palette.medium_gray_blue }, ["@string.escape"] = { fg = palette.medium_gray_blue }, ["@string.regexp"] = { fg = palette.medium_gray_blue }, - ["@string.special.path"] = { fg = palette.medium_gray_blue }, + ["@string.special.path"] = { fg = palette.light_gray }, ["@string.special.symbol"] = { fg = palette.medium_gray }, ["@tag"] = { fg = palette.blue }, ["@tag.attribute"] = { fg = palette.white }, ["@tag.delimiter"] = { fg = palette.white }, - ["@text.uri"] = { fg = palette.medium_gray_blue }, + ["@text.uri"] = { fg = palette.light_gray }, ["@type"] = vim.tbl_extend("force", { fg = palette.white }, opts.styles.type), ["@type.builtin"] = { fg = palette.white }, ["@variable"] = vim.tbl_extend( |