From ad4fe5084ecc24c93a0abf0995418f930252226a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Sat, 11 Nov 2023 14:30:53 -0300 Subject: using GruvboxPurple for QuickFixLine. close #292 --- lua/gruvbox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }, -- cgit v1.2.3