Fix night theme, search fg

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent 1752319cc5
commit 65c91c4b70
46 changed files with 568 additions and 571 deletions

View File

@@ -1,23 +1,23 @@
[colors]
foreground = "#E0CCAE"
background = "#1a1b26"
background = "#0f0908"
cursor_bg = "#E0CCAE"
cursor_border = "#E0CCAE"
cursor_fg = "#1a1b26"
selection_bg = "#714f41"
cursor_fg = "#0f0908"
selection_bg = "#6b442f"
selection_fg = "#E0CCAE"
split = "#d47d49"
compose_cursor = "#ff9e64"
ansi = ["#15161e", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#F2A766"]
ansi = ["#0c0706", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#F2A766"]
brights = ["#392D2B", "#bf472c", "#a4896f", "#f2a766", "#d47d49", "#8a4b53", "#a67458", "#E0CCAE"]
[colors.tab_bar]
inactive_tab_edge = "#16161e"
background = "#1a1b26"
inactive_tab_edge = "#1f1311"
background = "#0f0908"
[colors.tab_bar.active_tab]
fg_color = "#16161e"
fg_color = "#1f1311"
bg_color = "#d47d49"
[colors.tab_bar.inactive_tab]
@@ -31,12 +31,12 @@ bg_color = "#241816"
[colors.tab_bar.new_tab_hover]
fg_color = "#d47d49"
bg_color = "#1a1b26"
bg_color = "#0f0908"
intensity = "Bold"
[colors.tab_bar.new_tab]
fg_color = "#d47d49"
bg_color = "#1a1b26"
bg_color = "#0f0908"
[metadata]
aliases = []