Skip to content

Commit 7aee6a6

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): make machparen stand out more, closes: #77
1 parent d8da4ef commit 7aee6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ local function callback(opts)
168168
Search = { fg = C.none, bg = C.ui.selection },
169169
IncSearch = { fg = C.ui.base, bg = C.ui.purple },
170170
CurSearch = { link = "IncSearch" },
171-
MatchParen = { fg = C.none, bg = C.ui.highlight },
172171
Visual = { fg = C.none, bg = C.ui.selection },
173172
VisualNOS = { fg = C.ui.selection, bg = C.none },
174173

@@ -178,6 +177,7 @@ local function callback(opts)
178177
CursorColumn = { fg = C.none, bg = C.ui.current_line },
179178
ColorColumn = { fg = C.none, bg = C.ui.current_line }, -- NOTE: Find better color
180179
CursorLine = { fg = C.none, bg = C.ui.current_line },
180+
MatchParen = { fg = C.ui.orange, bg = C.none, bold = true },
181181

182182
--------------------
183183
--- Spell

0 commit comments

Comments
 (0)