aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXun <58657914+eeeXun@users.noreply.github.com>2023-04-12 08:48:25 +0800
committerGitHub <noreply@github.com>2023-04-11 21:48:25 -0300
commit13941800b5b67fcc976b5823bd4895b10460282b (patch)
treec4452e3800d73b0217e46456a359348875c06a3a
parentde4e3380575acc1bc9a349d32f028301dea54dcd (diff)
downloadgruvbox-13941800b5b67fcc976b5823bd4895b10460282b.tar.gz
gruvbox-13941800b5b67fcc976b5823bd4895b10460282b.tar.xz
fix: LspSignatureActiveParameter color (#234)
* fix: LspSignatureActiveParameter color * change LspSignatureActiveParameter color * link LspSignatureActiveParameter to Search
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index b7a2d9d..827a922 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -183,7 +183,7 @@ M.setup = function()
LspReferenceText = { link = "GruvboxYellowBold" },
LspReferenceWrite = { link = "GruvboxOrangeBold" },
LspCodeLens = { link = "GruvboxGray" },
- LspSignatureActiveParameter = { fg = colors.bright_orange, bold = true },
+ LspSignatureActiveParameter = { link = "Search" },
-- semantic token
-- adapted from https://github.com/jdrouhard/neovim/blob/9f035559defd9d575f37fd825954610065d9cf96/src/nvim/highlight_group.c#L267
["@class"] = { link = "@constructor" },