Skip to content

Commit af4935b

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): change search to have more readable colors
1 parent 07c9590 commit af4935b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrotheme/groups/base.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local function callback(opts)
2828
WinSeparator = { fg = C.overlay1, bg = C.none },
2929
Folded = { fg = C.subtext1, bg = C.none },
3030
FoldColumn = { fg = C.none, bg = C.none },
31-
IncSearch = { fg = C.yellow, bg = C.subtext0 },
31+
IncSearch = { fg = C.base, bg = C.purple },
3232
CurSearch = { link = "IncSearch" },
3333
LineNr = { fg = C.subtext1, bg = C.none },
3434
NonText = { fg = C.subtext1, bg = C.none },
@@ -38,7 +38,7 @@ local function callback(opts)
3838
PmenuThumb = { fg = C.none, bg = C.text },
3939
Question = { fg = C.purple, bg = C.none },
4040
QuickFixLine = { fg = C.overlay2, bg = C.yellow },
41-
Search = { fg = C.overlay2, bg = C.yellow },
41+
Search = { fg = C.base, bg = C.blue },
4242
SignColumn = { fg = C.none, bg = C.none },
4343
SpecialKey = { fg = C.subtext1, bg = C.none },
4444
SpellBad = { undercurl = true },

0 commit comments

Comments
 (0)