Skip to content

Commit c233020

Browse files
authored
feat(highlights): add highlight for QuickFixLine (#109)
1 parent 1d63116 commit c233020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/one_monokai/highlights/groups.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ local defaults = {
7171
Visual = { bg = colors.dark_gray },
7272
WarningMsg = { fg = colors.yellow },
7373

74+
QuickFixLine = { bg = colors.vulcan },
75+
7476
Directory = { fg = colors.aqua },
7577
SpecialKey = { fg = colors.pink },
7678
Title = { fg = colors.yellow },

0 commit comments

Comments
 (0)