diff --git a/Assets/Matugen/matugen.toml b/Assets/Matugen/matugen.toml index dea2b91..c456eda 100644 --- a/Assets/Matugen/matugen.toml +++ b/Assets/Matugen/matugen.toml @@ -23,8 +23,4 @@ output_path = "~/.config/qt6ct/colors/noctalia.conf" [templates.qt5] input_path = "templates/qtct.conf" -output_path = "~/.config/qt5ct/colors/noctalia.conf" - -[templates.kitty] -input_path = "templates/kitty.conf" -output_path = "~/.config/kitty/noctalia.conf" \ No newline at end of file +output_path = "~/.config/qt5ct/colors/noctalia.conf" \ No newline at end of file diff --git a/Assets/Matugen/templates/kitty.conf b/Assets/Matugen/templates/kitty.conf deleted file mode 100644 index cd86820..0000000 --- a/Assets/Matugen/templates/kitty.conf +++ /dev/null @@ -1,23 +0,0 @@ -background {{colors.surface.default.hex}} -foreground {{colors.on_surface.default.hex}} -cursor_color {{colors.primary.default.hex}} -selection_background {{colors.surface_container.default.hex}} -selection_foreground {{colors.on_surface.default.hex}} -url_color {{colors.primary.default.hex}} - -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.surface_container_highest.default.hex}} -color6 {{colors.secondary.default.hex}} -color7 {{colors.on_background.default.hex}} -color8 {{colors.outline.default.hex}} -color9 {{colors.error_container.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}}