diff options
| -rw-r--r-- | .config/matugen/config.toml | 10 | ||||
| -rw-r--r-- | .config/matugen/templates/gtk.css | 17 |
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; |
