This commit is contained in:
Never Gude 2026-01-07 13:56:52 +01:00
parent e6714de34b
commit b0b4067a00
10 changed files with 2610 additions and 98 deletions

View file

@ -204,7 +204,7 @@ c.colors.statusbar.normal.bg = bg0
c.colors.statusbar.insert.fg = bg0
# Background color of the statusbar in insert mode.
c.colors.statusbar.insert.bg = dark_aqua
c.colors.statusbar.insert.bg = bright_blue
# Foreground color of the statusbar in passthrough mode.
c.colors.statusbar.passthrough.fg = bg0
@ -280,7 +280,7 @@ c.colors.tabs.indicator.stop = bright_aqua
c.colors.tabs.indicator.error = bright_red
# Foreground color of unselected odd tabs.
c.colors.tabs.odd.fg = fg2
c.colors.tabs.odd.fg = fg3
# Background color of unselected odd tabs.
c.colors.tabs.odd.bg = bg2
@ -289,44 +289,44 @@ c.colors.tabs.odd.bg = bg2
c.colors.tabs.even.fg = c.colors.tabs.odd.fg
# Background color of unselected even tabs.
c.colors.tabs.even.bg = bg3
c.colors.tabs.even.bg = c.colors.tabs.odd.bg
# Foreground color of selected odd tabs.
c.colors.tabs.selected.odd.fg = fg2
c.colors.tabs.selected.odd.fg = bright_green
# Background color of selected odd tabs.
c.colors.tabs.selected.odd.bg = bg0
c.colors.tabs.selected.odd.bg = c.colors.tabs.odd.bg
# Foreground color of selected even tabs.
c.colors.tabs.selected.even.fg = c.colors.tabs.selected.odd.fg
# Background color of selected even tabs.
c.colors.tabs.selected.even.bg = bg0
# Background color of pinned unselected even tabs.
c.colors.tabs.pinned.even.bg = bright_green
# Foreground color of pinned unselected even tabs.
c.colors.tabs.pinned.even.fg = bg2
c.colors.tabs.selected.even.bg = c.colors.tabs.selected.odd.bg
# Background color of pinned unselected odd tabs.
c.colors.tabs.pinned.odd.bg = bright_green
# Foreground color of pinned unselected odd tabs.
c.colors.tabs.pinned.odd.fg = c.colors.tabs.pinned.even.fg
c.colors.tabs.pinned.odd.fg = bg2
# Background color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.bg = bg0
# Background color of pinned unselected even tabs.
c.colors.tabs.pinned.even.bg = c.colors.tabs.pinned.odd.bg
# Foreground color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.fg = c.colors.tabs.selected.odd.fg
# Foreground color of pinned unselected even tabs.
c.colors.tabs.pinned.even.fg = c.colors.tabs.pinned.odd.fg
# Background color of pinned selected odd tabs.
c.colors.tabs.pinned.selected.odd.bg = c.colors.tabs.pinned.selected.even.bg
c.colors.tabs.pinned.selected.odd.bg = c.colors.tabs.selected.odd.fg
# Foreground color of pinned selected odd tabs.
c.colors.tabs.pinned.selected.odd.fg = c.colors.tabs.selected.odd.fg
c.colors.tabs.pinned.selected.odd.fg = bg2
# Background color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.bg = c.colors.tabs.pinned.selected.odd.bg
# Foreground color of pinned selected even tabs.
c.colors.tabs.pinned.selected.even.fg = c.colors.tabs.pinned.selected.odd.fg
# Background color for webpages if unset (or empty to use the theme's
# color).
# c.colors.webpage.bg = bg4
c.colors.webpage.bg = fg0