diff options
| author | Yevhenii Babichenko <eugene.babichenko@protonmail.com> | 2024-09-30 02:28:01 +0300 |
|---|---|---|
| committer | Yevhenii Babichenko <eugene.babichenko@protonmail.com> | 2024-09-30 02:28:01 +0300 |
| commit | e1b1f99e457e1e4e24b88d5b74e610291de29ae9 (patch) | |
| tree | 2568487ca39edc6dcc055a5cecf92a69d2a37841 /lua | |
| parent | cd6f64dbc198394cea70e3e584262c299cd794be (diff) | |
| download | gruvbox-e1b1f99e457e1e4e24b88d5b74e610291de29ae9.tar.gz gruvbox-e1b1f99e457e1e4e24b88d5b74e610291de29ae9.tar.xz | |
fix noice icons looks in popups
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua index c5bb4cc..3b7748f 100644 --- a/lua/gruvbox.lua +++ b/lua/gruvbox.lua @@ -887,8 +887,10 @@ local function get_groups() CarbonPending = { link = "GruvboxYellow" }, NoiceCursor = { link = "TermCursor" }, NoiceCmdlinePopupBorder = { fg = colors.blue, bg = nil }, + NoiceCmdlineIcon = { link = "NoiceCmdlinePopupBorder" }, NoiceConfirmBorder = { link = "NoiceCmdlinePopupBorder" }, NoiceCmdlinePopupBorderSearch = { fg = colors.yellow, bg = nil }, + NoiceCmdlineIconSearch = { link = "NoiceCmdlinePopupBorderSearch" }, NotifyDEBUGBorder = { link = "GruvboxBlue" }, NotifyDEBUGIcon = { link = "GruvboxBlue" }, NotifyDEBUGTitle = { link = "GruvboxBlue" }, |
