From 310ed601e46ff1fa534b36f31603bfcc829bc485 Mon Sep 17 00:00:00 2001 From: CPea Date: Sun, 20 Apr 2025 19:07:17 +0700 Subject: [PATCH] feat(highlights): add highlight for `QuickFixLine` --- lua/one_monokai/highlights/groups.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/one_monokai/highlights/groups.lua b/lua/one_monokai/highlights/groups.lua index 34e2a75..407e117 100644 --- a/lua/one_monokai/highlights/groups.lua +++ b/lua/one_monokai/highlights/groups.lua @@ -71,6 +71,8 @@ local defaults = { Visual = { bg = colors.dark_gray }, WarningMsg = { fg = colors.yellow }, + QuickFixLine = { bg = colors.vulcan }, + Directory = { fg = colors.aqua }, SpecialKey = { fg = colors.pink }, Title = { fg = colors.yellow },