From 4c14251eee815fb591513b3c5924f67e1fc9919f Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 6 Jul 2026 11:23:25 +0200 Subject: [PATCH] feat: hyprtoolkit theme --- config/matugen/templates/hyprland/hyprtoolkit.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 config/matugen/templates/hyprland/hyprtoolkit.conf diff --git a/config/matugen/templates/hyprland/hyprtoolkit.conf b/config/matugen/templates/hyprland/hyprtoolkit.conf new file mode 100644 index 0000000..325aca0 --- /dev/null +++ b/config/matugen/templates/hyprland/hyprtoolkit.conf @@ -0,0 +1,10 @@ +# This configuration is generated by matugen +# Changing these variables with matugen still enabled will overwrite them. + +background = rgba({{colors.background.default.hex_stripped}}FF) +base = rgba({{colors.surface.default.hex_stripped}}FF) +text = rgba({{colors.on_background.default.hex_stripped}}FF) +accent = rgba({{colors.primary.default.hex_stripped}}FF) +accent_secondary = rgba({{colors.secondary.default.hex_stripped}}FF) +font_family = Comfortaa +font_family_monospace = Source Code Pro