Drop the needless active_border_color/active_tab_background settings in favor of just using accent

Closes #4121
This commit is contained in:
David Heinemeier Hansson
2026-01-08 10:32:21 +01:00
parent e08301dee2
commit 72b3b930c7
16 changed files with 2 additions and 46 deletions

View File

@@ -21,8 +21,6 @@
# {{ accent }} - Theme accent color
# {{ selection_background }} - Selection highlight background
# {{ selection_foreground }} - Selection highlight foreground
# {{ active_border_color }} - Active window/element border
# {{ active_tab_background }} - Active tab background
#
# {{ color0 }} through {{ color15 }} - Standard 16-color terminal palette
# color0-7: Normal colors (black, red, green, yellow, blue, magenta, cyan, white)

View File

@@ -6,8 +6,8 @@ selection_background {{ selection_background }}
cursor {{ cursor }}
cursor_text_color {{ background }}
active_border_color {{ active_border_color }}
active_tab_background {{ active_tab_background }}
active_border_color {{ accent }}
active_tab_background {{ accent }}
color0 {{ color0 }}
color1 {{ color1 }}

View File

@@ -1,7 +1,4 @@
accent = "#1e66f5"
active_border_color = "#8839EF"
active_tab_background = "#8839EF"
cursor = "#dc8a78"
foreground = "#4c4f69"
background = "#eff1f5"

View File

@@ -1,7 +1,4 @@
accent = "#89b4fa"
active_border_color = "#CBA6F7"
active_tab_background = "#CBA6F7"
cursor = "#f5e0dc"
foreground = "#cdd6f4"
background = "#1e1e2e"

View File

@@ -1,7 +1,4 @@
accent = "#7d82d9"
active_border_color = "#7d82d9"
active_tab_background = "#060B1E"
cursor = "#ffcead"
foreground = "#ffcead"
background = "#060B1E"

View File

@@ -1,7 +1,4 @@
accent = "#7fbbb3"
active_border_color = "#7fbbb3"
active_tab_background = "#2d353b"
cursor = "#d3c6aa"
foreground = "#d3c6aa"
background = "#2d353b"

View File

@@ -1,7 +1,4 @@
accent = "#205EA6"
active_border_color = "#D14D41"
active_tab_background = "#CECDC3"
cursor = "#100F0F"
foreground = "#100F0F"
background = "#FFFCF0"

View File

@@ -1,7 +1,4 @@
accent = "#7daea3"
active_border_color = "#458588"
active_tab_background = "#d65d0e"
cursor = "#bdae93"
foreground = "#d4be98"
background = "#282828"

View File

@@ -1,7 +1,4 @@
accent = "#829dd4"
active_border_color = "#829dd4"
active_tab_background = "#0B0C16"
cursor = "#ddf7ff"
foreground = "#ddf7ff"
background = "#0B0C16"

View File

@@ -1,7 +1,4 @@
accent = "#7e9cd8"
active_border_color = "#7e9cd8"
active_tab_background = "#1f1f28"
cursor = "#c8c093"
foreground = "#dcd7ba"
background = "#1f1f28"

View File

@@ -1,7 +1,4 @@
accent = "#e68e0d"
active_border_color = "#595959"
active_tab_background = "#121212"
cursor = "#eaeaea"
foreground = "#bebebe"
background = "#121212"

View File

@@ -1,7 +1,4 @@
accent = "#81a1c1"
active_border_color = "#81A1C1"
active_tab_background = "#2E3440"
cursor = "#d8dee9"
foreground = "#d8dee9"
background = "#2e3440"

View File

@@ -1,7 +1,4 @@
accent = "#509475"
active_border_color = "#509475"
active_tab_background = "#C1C497"
cursor = "#D7C995"
foreground = "#C1C497"
background = "#111c18"

View File

@@ -1,7 +1,4 @@
accent = "#f38d70"
active_border_color = "#e6d9db"
active_tab_background = "#f9cc6c"
cursor = "#c3b7b8"
foreground = "#e6d9db"
background = "#2c2525"

View File

@@ -1,7 +1,4 @@
accent = "#56949f"
active_border_color = "#595959"
active_tab_background = "#fffaf3"
cursor = "#cecacd"
foreground = "#575279"
background = "#faf4ed"

View File

@@ -1,7 +1,4 @@
accent = "#7aa2f7"
active_border_color = "#7aa2f7"
active_tab_background = "#7aa2f7"
cursor = "#c0caf5"
foreground = "#a9b1d6"
background = "#1a1b26"