aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllison Leão <ellisonleao@gmail.com>2023-11-11 14:30:53 -0300
committerEllison Leão <ellisonleao@gmail.com>2023-11-11 14:30:53 -0300
commitad4fe5084ecc24c93a0abf0995418f930252226a (patch)
tree5b3cdf7117f1d81f86d4f7d8d8d7c427c3c78886
parent477c62493c82684ed510c4f70eaf83802e398898 (diff)
downloadgruvbox-ad4fe5084ecc24c93a0abf0995418f930252226a.tar.gz
gruvbox-ad4fe5084ecc24c93a0abf0995418f930252226a.tar.xz
using GruvboxPurple for QuickFixLine. close #292
-rw-r--r--lua/gruvbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index ceba073..e45da9b 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -304,7 +304,7 @@ local function get_groups()
Search = { fg = colors.yellow, bg = colors.bg0, reverse = config.inverse },
IncSearch = { fg = colors.orange, bg = colors.bg0, reverse = config.inverse },
CurSearch = { link = "IncSearch" },
- QuickFixLine = { fg = colors.bg0, bg = colors.yellow, bold = config.bold },
+ QuickFixLine = { link = "GruvboxPurple" },
Underlined = { fg = colors.blue, underline = config.underline },
StatusLine = { fg = colors.bg2, bg = colors.fg1, reverse = config.inverse },
StatusLineNC = { fg = colors.bg1, bg = colors.fg4, reverse = config.inverse },