Skip to content

Commit

Permalink
feat(base): change search to have more readable colors
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Lamia authored and mehalter committed Jul 8, 2023
1 parent 07c9590 commit af4935b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrotheme/groups/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function callback(opts)
WinSeparator = { fg = C.overlay1, bg = C.none },
Folded = { fg = C.subtext1, bg = C.none },
FoldColumn = { fg = C.none, bg = C.none },
IncSearch = { fg = C.yellow, bg = C.subtext0 },
IncSearch = { fg = C.base, bg = C.purple },
CurSearch = { link = "IncSearch" },
LineNr = { fg = C.subtext1, bg = C.none },
NonText = { fg = C.subtext1, bg = C.none },
Expand All @@ -38,7 +38,7 @@ local function callback(opts)
PmenuThumb = { fg = C.none, bg = C.text },
Question = { fg = C.purple, bg = C.none },
QuickFixLine = { fg = C.overlay2, bg = C.yellow },
Search = { fg = C.overlay2, bg = C.yellow },
Search = { fg = C.base, bg = C.blue },
SignColumn = { fg = C.none, bg = C.none },
SpecialKey = { fg = C.subtext1, bg = C.none },
SpellBad = { undercurl = true },
Expand Down

0 comments on commit af4935b

Please sign in to comment.