Skip to content

Commit 7905486

Browse files
A-Lamiamehalter
authored andcommitted
feat(base): add palette for status, change tabline to crust
1 parent 26447ae commit 7905486

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
@@ -45,7 +45,7 @@ local function callback(opts)
4545
SpellCap = { undercurl = true },
4646
SpellLocal = { undercurl = true },
4747
SpellRare = { undercurl = true },
48-
StatusLine = { fg = C.text, bg = C.crust },
48+
StatusLine = { fg = C.text, bg = C.status },
4949
StatusLineNC = { fg = C.subtext0, bg = C.none },
5050
StatusLineTerm = { fg = C.text, bg = C.overlay1 },
5151
StatusLineTermNC = { fg = C.crust, bg = C.none },
@@ -60,7 +60,7 @@ local function callback(opts)
6060
WinBarNC = { fg = C.subtext0, bg = opts.inactive and C.crust or C.base },
6161
TabLine = { fg = C.subtext0, bg = C.none },
6262
TabLineSel = { fg = C.text, bg = C.none },
63-
TabLineFill = { fg = C.none, bg = C.overlay2 },
63+
TabLineFill = { fg = C.none, bg = C.crust },
6464
Terminal = { fg = C.text, bg = C.overlay2 },
6565
Visual = { fg = C.none, bg = C.surface1 },
6666
VisualNOS = { fg = C.surface1, bg = C.none },

0 commit comments

Comments
 (0)