Files
Nix-Vibe/home-manager/modules/matugen-themes/kitty-colors.conf.template
T
petere eb08cd4282 Nix-Vibe public snapshot (squashed history)
Current state of main at 0240060 feat(hp-laptop): install TeleportFling from its flake. History intentionally
collapsed to a single commit; this repo mirrors only the latest state.
2026-09-19 13:53:39 +01:00

33 lines
1.4 KiB
Plaintext

background {{colors.surface.dark.hex}}
foreground {{colors.on_surface.dark.hex}}
selection_background {{colors.primary.dark.hex}}
selection_foreground {{colors.on_primary.dark.hex}}
url_color {{colors.tertiary.dark.hex}}
cursor {{colors.on_surface.dark.hex}}
cursor_text_color {{colors.surface.dark.hex}}
active_tab_background {{colors.primary.dark.hex}}
active_tab_foreground {{colors.on_primary.dark.hex}}
inactive_tab_background {{colors.surface_container_low.dark.hex}}
inactive_tab_foreground {{colors.on_surface_variant.dark.hex}}
# ANSI 16 — mapped to Material-You roles (NOT base16: matugen's base16 dark
# accents collapse to near-black, making colored terminal text unreadable).
# Material roles are the dark-mode light-tinted variants, all >10:1 contrast
# on the surface, so both text and UI stay legible.
color0 {{colors.surface.dark.hex}}
color1 {{colors.error.dark.hex}}
color2 {{colors.tertiary.dark.hex}}
color3 {{colors.secondary.dark.hex}}
color4 {{colors.primary.dark.hex}}
color5 {{colors.tertiary.dark.hex}}
color6 {{colors.secondary.dark.hex}}
color7 {{colors.on_surface.dark.hex}}
color8 {{colors.outline.dark.hex}}
color9 {{colors.error.dark.hex}}
color10 {{colors.tertiary.dark.hex}}
color11 {{colors.secondary.dark.hex}}
color12 {{colors.primary.dark.hex}}
color13 {{colors.tertiary.dark.hex}}
color14 {{colors.secondary.dark.hex}}
color15 {{colors.on_surface.dark.hex}}