1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

re-work mmatugen meta theming

able to handle more rapid changes now, and colors look better
This commit is contained in:
bbedward
2025-08-25 23:19:29 -04:00
parent a185679cd1
commit 473429238f
7 changed files with 319 additions and 467 deletions

View File

@@ -1,5 +1,5 @@
background = {{colors.surface.default.hex}}
foreground = {{colors.on_surface.default.hex}}
cursor-color = {{colors.primary.default.hex}}
selection-background = {{colors.surface_container.default.hex}}
selection-background = {{colors.primary_container.default.hex}}
selection-foreground = {{colors.on_surface.default.hex}}

View File

@@ -105,14 +105,6 @@ dnd {
color: {{colors.on_surface.default.hex}};
}
.normal-icons {
-gtk-icon-size: 16px;
}
.large-icons {
-gtk-icon-size: 32px;
}
.background:backdrop {
background-color: {{colors.surface_dim.default.hex}};
color: {{colors.on_surface_variant.default.hex}};