We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c9590 commit af4935bCopy full SHA for af4935b
lua/astrotheme/groups/base.lua
@@ -28,7 +28,7 @@ local function callback(opts)
28
WinSeparator = { fg = C.overlay1, bg = C.none },
29
Folded = { fg = C.subtext1, bg = C.none },
30
FoldColumn = { fg = C.none, bg = C.none },
31
- IncSearch = { fg = C.yellow, bg = C.subtext0 },
+ IncSearch = { fg = C.base, bg = C.purple },
32
CurSearch = { link = "IncSearch" },
33
LineNr = { fg = C.subtext1, bg = C.none },
34
NonText = { fg = C.subtext1, bg = C.none },
@@ -38,7 +38,7 @@ local function callback(opts)
38
PmenuThumb = { fg = C.none, bg = C.text },
39
Question = { fg = C.purple, bg = C.none },
40
QuickFixLine = { fg = C.overlay2, bg = C.yellow },
41
- Search = { fg = C.overlay2, bg = C.yellow },
+ Search = { fg = C.base, bg = C.blue },
42
SignColumn = { fg = C.none, bg = C.none },
43
SpecialKey = { fg = C.subtext1, bg = C.none },
44
SpellBad = { undercurl = true },
0 commit comments