aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorYevhenii Babichenko <eugene.babichenko@protonmail.com>2024-09-30 01:04:10 +0300
committerYevhenii Babichenko <eugene.babichenko@protonmail.com>2024-09-30 01:04:10 +0300
commitcd6f64dbc198394cea70e3e584262c299cd794be (patch)
tree2037d4a8b876c3446f04d209554f5909f538b7dd /lua
parent7a1b23e4edf73a39642e77508ee6b9cbb8c60f9e (diff)
downloadgruvbox-cd6f64dbc198394cea70e3e584262c299cd794be.tar.gz
gruvbox-cd6f64dbc198394cea70e3e584262c299cd794be.tar.xz
better looking borders in noice.nvim popups
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 9c8cf01..c5bb4cc 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -886,6 +886,9 @@ local function get_groups()
CarbonDanger = { link = "GruvboxRed" },
CarbonPending = { link = "GruvboxYellow" },
NoiceCursor = { link = "TermCursor" },
+ NoiceCmdlinePopupBorder = { fg = colors.blue, bg = nil },
+ NoiceConfirmBorder = { link = "NoiceCmdlinePopupBorder" },
+ NoiceCmdlinePopupBorderSearch = { fg = colors.yellow, bg = nil },
NotifyDEBUGBorder = { link = "GruvboxBlue" },
NotifyDEBUGIcon = { link = "GruvboxBlue" },
NotifyDEBUGTitle = { link = "GruvboxBlue" },