From b502161b117a62c1cb027841db69800ccf3f52b9 Mon Sep 17 00:00:00 2001 From: MichaelThomas0721 Date: Wed, 27 Aug 2025 19:22:16 -0400 Subject: [PATCH] Added kitty matugen template --- Assets/Matugen/matugen.toml | 7 ++++++- Assets/Matugen/templates/kitty.conf | 25 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Assets/Matugen/templates/kitty.conf diff --git a/Assets/Matugen/matugen.toml b/Assets/Matugen/matugen.toml index c456eda..1633bfd 100644 --- a/Assets/Matugen/matugen.toml +++ b/Assets/Matugen/matugen.toml @@ -23,4 +23,9 @@ output_path = "~/.config/qt6ct/colors/noctalia.conf" [templates.qt5] input_path = "templates/qtct.conf" -output_path = "~/.config/qt5ct/colors/noctalia.conf" \ No newline at end of file +output_path = "~/.config/qt5ct/colors/noctalia.conf" + +[templates.kitty] +input_path = "templates/kitty.conf" +output_path = "~/.config/kitty/themes/noctalia.conf" +post_hook = 'kitty +kitten themes --reload-in=all noctalia' diff --git a/Assets/Matugen/templates/kitty.conf b/Assets/Matugen/templates/kitty.conf new file mode 100644 index 0000000..ed0aee4 --- /dev/null +++ b/Assets/Matugen/templates/kitty.conf @@ -0,0 +1,25 @@ +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.primary.default.hex}} +color6 {{colors.secondary.default.hex}} +color7 {{colors.on_background.default.hex}} +color8 {{colors.outline.default.hex}} +color9 {{colors.secondary_fixed_dim.default.hex}} +color10 {{colors.tertiary_container.default.hex}} +color11 {{colors.surface_container.default.hex}} +color12 {{colors.primary_container.default.hex}} +color13 {{colors.on_primary_container.default.hex}} +color14 {{colors.surface_variant.default.hex}} +color15 {{colors.on_background.default.hex}} + +cursor {{colors.primary.default.hex}} +cursor_text_color {{colors.on_surface.default.hex}} + +foreground {{colors.on_surface.default.hex}} +background {{colors.surface.default.hex}} +selection_foreground {{colors.on_secondary.default.hex}} +selection_background {{colors.secondary_fixed_dim.default.hex}} +url_color {{colors.primary.default.hex}}