This commit is contained in:
Out Of Ideas 2023-11-02 21:14:23 -05:00
parent 82eff3cfc5
commit b68edefefa
1 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ c.colors.downloads.start.bg = bg_insert_mode
c.colors.downloads.stop.fg = bg_default
# Color gradient stop for download backgrounds.
c.colors.downloads.stop.bg = bg_passthrough_mode
c.colors.downloads.stop.bg = bg_insert_mode
# Foreground color for downloads with errors.
c.colors.downloads.error.fg = fg_error
@ -233,7 +233,7 @@ c.colors.statusbar.url.hover.fg = fg_default
# Foreground color of the URL in the statusbar on successful load
# (http).
c.colors.statusbar.url.success.http.fg = bg_passthrough_mode
c.colors.statusbar.url.success.http.fg = bg_insert_mode
# Foreground color of the URL in the statusbar on successful load
# (https).
@ -249,7 +249,7 @@ c.colors.tabs.bar.bg = bg_default
c.colors.tabs.indicator.start = fg_disabled
# Color gradient end for the tab indicator.
c.colors.tabs.indicator.stop = bg_passthrough_mode
c.colors.tabs.indicator.stop = bg_insert_mode
# Color for the tab indicator on errors.
c.colors.tabs.indicator.error = fg_error
@ -267,7 +267,7 @@ c.colors.tabs.even.fg = fg_default
c.colors.tabs.even.bg = bg_default
# Background color of pinned unselected even tabs.
c.colors.tabs.pinned.even.bg = bg_passthrough_mode
c.colors.tabs.pinned.even.bg = bg_insert_mode
# Foreground color of pinned unselected even tabs.
c.colors.tabs.pinned.even.fg = bg_lightest