Skip to content

Commit 8538403

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): make substitute more bold and noticeable
1 parent a2d4203 commit 8538403

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ local function callback(opts)
167167
--------------------
168168
Search = { fg = C.none, bg = C.ui.selection },
169169
IncSearch = { fg = C.ui.base, bg = C.ui.purple },
170+
Substitute = { fg = C.ui.base, bg = C.ui.red, bold = true },
170171
CurSearch = { link = "IncSearch" },
171172
Visual = { fg = C.none, bg = C.ui.selection },
172173
VisualNOS = { fg = C.ui.selection, bg = C.none },

0 commit comments

Comments
 (0)