diff options
Diffstat (limited to 'common/modules/matugen/templates/matugen-mango.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-mango.nix | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/common/modules/matugen/templates/matugen-mango.nix b/common/modules/matugen/templates/matugen-mango.nix index 385e212..7645ba9 100644 --- a/common/modules/matugen/templates/matugen-mango.nix +++ b/common/modules/matugen/templates/matugen-mango.nix @@ -8,15 +8,14 @@ xdg.configFile = { "matugen/templates/mango.conf" = { text = '' - shadowscolor = 0x{{colors.shadow.default.hex_stripped}}ff - rootcolor = 0x{{colors.surface.default.hex_stripped}}ff - bordercolor = 0x{{colors.outline.default.hex_stripped}}ff - focuscolor = 0x{{colors.primary.default.hex_stripped}}ff - maximizescreencolor = 0x{{colors.secondary.default.hex_stripped}}ff - urgentcolor = 0x{{colors.error.default.hex_stripped}}ff - scratchpadcolor = 0x{{colors.tertiary.default.hex_stripped}}ff - globalcolor = 0x{{colors.on_tertiary.default.hex_stripped}}ff - overlaycolor = 0x{{colors.on_primary.default.hex_stripped}}ff + rootcolor={{colors.background.default.hex_stripped}}ff + bordercolor={{colors.outline_variant.default.hex_stripped}}ff + focuscolor={{colors.primary.default.hex_stripped}}ff + maximizescreencolor={{colors.secondary_container.default.hex_stripped}}ff + urgentcolor={{colors.error.default.hex_stripped}}ff + scratchpadcolor={{colors.tertiary.default.hex_stripped}}ff + globalcolor={{colors.secondary_container.default.hex_stripped}}ff + overlaycolor={{colors.tertiary_container.default.hex_stripped}}ff ''; }; }; |
