diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2025-04-25 17:03:01 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2025-04-25 17:03:01 -0300 |
| commit | dc520bf035d1d5382311800b695b56acb2e0671e (patch) | |
| tree | a40fc6cb333bd33b291cfc7179d396501a555ee4 /lua | |
| parent | a933d8666dad9363dc6908ae72cfc832299c2f59 (diff) | |
| download | gruvbox-dc520bf035d1d5382311800b695b56acb2e0671e.tar.gz gruvbox-dc520bf035d1d5382311800b695b56acb2e0671e.tar.xz | |
chore: add WhichKeyTitle highlight group
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index 8d47c5a..161e1cf 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -1109,6 +1109,7 @@ local function get_groups() MiniTestFail = { link = "GruvboxRedBold" }, MiniTestPass = { link = "GruvboxGreenBold" }, MiniTrailspace = { bg = colors.red }, + WhichKeyTitle = { link = "NormalFloat" }, ["@comment"] = { link = "Comment" }, ["@none"] = { bg = "NONE", fg = "NONE" }, ["@preproc"] = { link = "PreProc" }, |
