added additional matugen templating. guides coming soon

This commit is contained in:
2026-06-01 20:22:50 +02:00
parent a9fdf19157
commit dbae27b8d8
85 changed files with 15614 additions and 122 deletions
+25
View File
@@ -0,0 +1,25 @@
[matugen]
main = {{ colors.background.default.hex_stripped }}
main-secondary = {{ colors.surface_bright.default.hex_stripped }}
accent = {{ colors.primary.default.hex_stripped }}
button = {{ colors.primary.default.hex_stripped }}
button-secondary = {{ colors.secondary.default.hex_stripped }}
button-active = {{ colors.primary_fixed.default.hex_stripped }}
button-disabled = {{ colors.surface_bright.default.hex_stripped }}
misc = {{ colors.tertiary.default.hex_stripped }}
subtext = {{ colors.on_surface_variant.default.hex_stripped }}
text = {{ colors.on_background.default.hex_stripped }}
sidebar = {{ colors.surface.default.hex_stripped }}
player = {{ colors.surface.default.hex_stripped }}
card = {{ colors.surface_bright.default.hex_stripped }}
notification = {{ colors.surface.default.hex_stripped }}
notification-error = {{ colors.error.default.hex_stripped }}
shadow = {{ colors.shadow.default.hex_stripped }}
nav-active-text = {{ colors.primary.default.hex_stripped }}
nav-active = {{ colors.primary.default.hex_stripped }}
tab-active = {{ colors.surface.default.hex_stripped }}
play-button = {{ colors.primary.default.hex_stripped }}
playback-bar = {{ colors.primary_fixed.default.hex_stripped }}