feat: more standard kitty colours

This commit is contained in:
2026-08-21 17:06:16 +02:00
parent 66f85fe590
commit 17e404b67c
@@ -9,50 +9,6 @@ selection_foreground {{ colors.on_secondary_container.default.hex }}
url_color {{ colors.tertiary.default.hex }}
# --- ANSI Colors ---
color0 {{ colors.surface.default.hex }}
color1 {{ colors.error.default.hex }}
color2 {{ colors.tertiary.default.hex }}
color3 {{ colors.secondary.default.hex }}
color4 {{ colors.primary.default.hex }}
color5 {{ colors.tertiary_fixed_dim.default.hex }}
color6 {{ colors.secondary_fixed_dim.default.hex }}
color7 {{ colors.on_surface.default.hex }}
color8 {{ colors.surface_variant.default.hex }}
color9 {{ colors.error_container.default.hex }}
color10 {{ colors.tertiary_container.default.hex }}
color11 {{ colors.secondary_container.default.hex }}
color12 {{ colors.primary_container.default.hex }}
color13 {{ colors.on_secondary_fixed_variant.default.hex }}
color14 {{ colors.on_tertiary_fixed_variant.default.hex }}
color15 {{ colors.on_surface_variant.default.hex }}
# --- Starship Prompt Bubbles ---
color255 {{ colors.primary_container.default.hex }}
color254 {{ colors.primary.default.hex }}
color253 {{ colors.secondary_container.default.hex }}
color252 {{ colors.secondary.default.hex }}
color251 {{ colors.tertiary_container.default.hex }}
color250 {{ colors.tertiary.default.hex }}
color249 {{ colors.error_container.default.hex }}
color248 {{ colors.error.default.hex }}
color232 {{ colors.on_primary_container.default.hex }}
color233 {{ colors.on_primary.default.hex }}
color234 {{ colors.on_secondary_container.default.hex }}
color235 {{ colors.on_secondary.default.hex }}
color236 {{ colors.on_tertiary_container.default.hex }}
color237 {{ colors.on_tertiary.default.hex }}
color238 {{ colors.on_error_container.default.hex }}
color239 {{ colors.on_error.default.hex }}
color240 {{ colors.on_primary_container.default.hex }}
# Matched with unthemed light/dark
color243 {{ colors.primary.default.hex }}
color244 {{ colors.error.default.hex }}
color245 {{ colors.outline_variant.default.hex }}
# --- UI Elements ---
active_tab_foreground {{ colors.on_primary.default.hex }}
active_tab_background {{ colors.primary.default.hex }}