summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-05 01:01:36 +0000
committerGitHub <noreply@github.com>2026-04-05 01:01:36 +0000
commit54f9ab518a9d589088ef97c885cfee21b9dd3203 (patch)
tree96741f089d637c54e0ef0111f9e4c97c06b7f4cb
parent2234fbef1b76253af87867e4427a4afc38e7448f (diff)
Delete .config/matugen directory
-rw-r--r--.config/matugen/config.toml10
-rw-r--r--.config/matugen/templates/gtk.css17
2 files changed, 0 insertions, 27 deletions
diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml
deleted file mode 100644
index ba30315..0000000
--- a/.config/matugen/config.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[config]
-default_mode = "dark"
-
-[templates.gtk3]
-input_path = "~/.config/matugen/templates/gtk.css"
-output_path = "~/.config/gtk-3.0/gtk.css"
-
-[templates.gtk4]
-input_path = "~/.config/matugen/templates/gtk.css"
-output_path = "~/.config/gtk-4.0/gtk.css"
diff --git a/.config/matugen/templates/gtk.css b/.config/matugen/templates/gtk.css
deleted file mode 100644
index 1d7e5f7..0000000
--- a/.config/matugen/templates/gtk.css
+++ /dev/null
@@ -1,17 +0,0 @@
-@define-color accent_color {{colors.primary_fixed_dim.default.hex}};
-@define-color accent_fg_color {{colors.on_primary_fixed.default.hex}};
-@define-color accent_bg_color {{colors.primary_fixed_dim.default.hex}};
-@define-color window_bg_color {{colors.surface_dim.default.hex}};
-@define-color window_fg_color {{colors.on_surface.default.hex}};
-@define-color headerbar_bg_color {{colors.surface_dim.default.hex}};
-@define-color headerbar_fg_color {{colors.on_surface.default.hex}};
-@define-color popover_bg_color {{colors.surface_dim.default.hex}};
-@define-color popover_fg_color {{colors.on_surface.default.hex}};
-@define-color view_bg_color {{colors.surface.default.hex}};
-@define-color view_fg_color {{colors.on_surface.default.hex}};
-@define-color card_bg_color {{colors.surface.default.hex}};
-@define-color card_fg_color {{colors.on_surface.default.hex}};
-@define-color sidebar_bg_color @window_bg_color;
-@define-color sidebar_fg_color @window_fg_color;
-@define-color sidebar_border_color @window_bg_color;
-@define-color sidebar_backdrop_color @window_bg_color;