1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-15 18:22:08 -04:00

fix gtk3 colors and clean media player

This commit is contained in:
bbedward
2025-09-14 20:49:13 -04:00
parent 59c7246989
commit a0192e709e
5 changed files with 688 additions and 1864 deletions

View File

@@ -76,8 +76,8 @@
@define-color scrollbar_hover_color {{colors.primary.default.hex}};
/* Selection and highlight colors */
@define-color selection_bg_color {{colors.primary_container.default.hex}};
@define-color selection_fg_color {{colors.on_primary_container.default.hex}};
@define-color selection_bg_color {{colors.primary.default.hex}};
@define-color selection_fg_color {{colors.on_primary.default.hex}};
/* Tooltip colors */
@define-color tooltip_bg_color {{colors.inverse_surface.default.hex}};