1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-10 07:25:37 -05:00

matugen: remove surface shifting option entirely

This commit is contained in:
bbedward
2025-11-07 23:52:33 -05:00
parent 20a684e8f5
commit 8a96f71d10
24 changed files with 360 additions and 468 deletions

View File

@@ -1,5 +1,5 @@
[colors.primary]
background = '{{colors.surface.default.hex}}'
background = '{{colors.background.default.hex}}'
foreground = '{{colors.on_surface.default.hex}}'
[colors.selection]
@@ -7,5 +7,5 @@ text = '{{colors.on_surface.default.hex}}'
background = '{{colors.primary_container.default.hex}}'
[colors.cursor]
text = '{{colors.surface.default.hex}}'
text = '{{colors.background.default.hex}}'
cursor = '{{colors.primary.default.hex}}'