We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26447ae commit 7905486Copy full SHA for 7905486
lua/astrotheme/groups/base.lua
@@ -45,7 +45,7 @@ local function callback(opts)
45
SpellCap = { undercurl = true },
46
SpellLocal = { undercurl = true },
47
SpellRare = { undercurl = true },
48
- StatusLine = { fg = C.text, bg = C.crust },
+ StatusLine = { fg = C.text, bg = C.status },
49
StatusLineNC = { fg = C.subtext0, bg = C.none },
50
StatusLineTerm = { fg = C.text, bg = C.overlay1 },
51
StatusLineTermNC = { fg = C.crust, bg = C.none },
@@ -60,7 +60,7 @@ local function callback(opts)
60
WinBarNC = { fg = C.subtext0, bg = opts.inactive and C.crust or C.base },
61
TabLine = { fg = C.subtext0, bg = C.none },
62
TabLineSel = { fg = C.text, bg = C.none },
63
- TabLineFill = { fg = C.none, bg = C.overlay2 },
+ TabLineFill = { fg = C.none, bg = C.crust },
64
Terminal = { fg = C.text, bg = C.overlay2 },
65
Visual = { fg = C.none, bg = C.surface1 },
66
VisualNOS = { fg = C.surface1, bg = C.none },
0 commit comments