This commit is contained in:
2026-02-20 11:23:12 +00:00
parent d061ac49c2
commit a07f96fcd2
8 changed files with 118 additions and 14 deletions

View File

@@ -5,6 +5,14 @@ input_path = '~/.config/matugen/templates/ghostty-theme'
output_path = '~/.config/ghostty/themes/matugen'
post_hook = 'pkill -SIGUSR2 ghostty'
[templates.kitty]
input_path = '~/.config/matugen/templates/kitty-colors.conf'
output_path = '~/.config/kitty/colors.conf'
[templates.foot]
input_path = '~/.config/matugen/templates/foot-theme'
output_path = '~/.config/foot/colors.ini'
[templates.gtk3]
input_path = '~/.config/matugen/templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/colors.css'

View File

@@ -0,0 +1,37 @@
# vim:ft=kitty
foreground {{colors.on_surface.default.hex}}
background {{colors.surface.default.hex}}
selection_foreground {{colors.on_secondary_container.default.hex}}
selection_background {{colors.secondary_container.default.hex}}
cursor {{colors.on_surface.default.hex}}
cursor_text_color {{colors.surface.default.hex}}
url_color {{colors.primary.default.hex}}
active_border_color {{colors.primary.default.hex}}
inactive_border_color {{colors.outline.default.hex}}
bell_border_color {{colors.error.default.hex}}
tab_bar_background {{colors.surface.default.hex}}
active_tab_foreground {{colors.on_primary.default.hex}}
active_tab_background {{colors.primary.default.hex}}
inactive_tab_foreground {{colors.on_surface.default.hex}}
inactive_tab_background {{colors.surface_variant.default.hex}}
color0 {{colors.surface_variant.default.hex}}
color1 {{colors.error.default.hex}}
color2 {{colors.primary.default.hex}}
color3 {{colors.secondary.default.hex}}
color4 {{colors.tertiary.default.hex}}
color5 {{colors.primary_container.default.hex}}
color6 {{colors.secondary_container.default.hex}}
color7 {{colors.on_surface.default.hex}}
color8 {{colors.outline_variant.default.hex}}
color9 {{colors.error_container.default.hex}}
color10 {{colors.primary_container.default.hex}}
color11 {{colors.secondary_container.default.hex}}
color12 {{colors.tertiary_container.default.hex}}
color13 {{colors.primary.default.hex}}
color14 {{colors.secondary.default.hex}}
color15 {{colors.on_surface_variant.default.hex}}