You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PmenuThumb { bg=p1.bg.li(50) }, -- Popup menu: Thumb of the scrollbar.
76
83
77
84
Search { bg=p.blossom.lightness(p1.bg.l+24), fg=p.fg }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
78
85
IncSearch { bg=p.blossom.lightness(p1.bg.l+56), fg=p1.bg, gui="bold" }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
79
86
-- Substitute { }, -- |:substitute| replacement text highlighting
80
87
MatchParen { Search }, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
81
-
--QuickFixLine { }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
88
+
QuickFixLine { Search }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
82
89
CurSearch { IncSearch },
83
90
84
91
SpellBad { fg=Error.fg.de(30), gui="undercurl", guisp=Error.fg }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
@@ -91,6 +98,8 @@ local function generate(p, opt)
91
98
TabLine { StatusLine }, -- tab pages line, not active tab page label
92
99
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
PmenuThumb { bg=p1.bg.li(58) }, -- Popup menu: Thumb of the scrollbar.
76
83
77
84
Search { bg=p.blossom.lightness(p1.bg.l-15), fg=p.fg }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
78
85
IncSearch { bg=p.blossom.lightness(p1.bg.l-35), fg=p1.bg, gui="bold" }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
79
86
-- Substitute { }, -- |:substitute| replacement text highlighting
80
87
MatchParen { Search }, -- The character under the cursor or just before it, if it is a paired bracket, and its match. |pi_paren.txt|
81
-
--QuickFixLine { }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
88
+
QuickFixLine { Search }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
82
89
CurSearch { IncSearch },
83
90
84
91
SpellBad { fg=Error.fg.de(30), gui="undercurl", sp=Error.fg }, -- Word that is not recognized by the spellchecker. |spell| Combined with the highlighting used otherwise.
@@ -91,6 +98,8 @@ local function generate(p, opt)
91
98
TabLine { StatusLine }, -- tab pages line, not active tab page label
92
99
TabLineFill { StatusLineNC }, -- tab pages line, where there are no labels
0 commit comments