matugen/templates/kitty.conf
2026-02-01 23:10:23 +01:00

28 lines
1.2 KiB
Plaintext

# The kitty terminal template for matugen
cursor {{colors.primary.default.hex}}
background {{colors.background.default.hex | set_saturation: 2.0 }}
foreground {{colors.on_background.default.hex}}
color0 {{colors.surface.default.hex}}
color1 {{colors.error.default.hex}}
color2 {{colors.primary.default.hex}}
color3 {{colors.tertiary.default.hex}}
color4 {{colors.secondary.default.hex}}
color5 {{colors.primary_container.default.hex}}
color6 {{colors.secondary_container.default.hex}}
color7 {{colors.on_surface.default.hex}}
color8 {{colors.surface_variant.default.hex}}
color9 {{colors.error_container.default.hex}}
color10 {{colors.inverse_primary.default.hex}}
color11 {{colors.on_tertiary_container.default.hex}}
color12 {{colors.on_secondary_container.default.hex}}
color13 {{colors.on_primary_container.default.hex}}
color14 {{colors.on_surface_variant.default.hex}}
color15 {{colors.inverse_surface.default.hex}}
# Matugen filters are slightly different, approximating saturation/lightness logic
mark1_foreground {{colors.secondary_container.default.hex}}
mark2_foreground {{colors.on_surface.default.hex}}
mark3_foreground {{colors.secondary_container.default.hex}}