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

matugen/vesktop: tweak some colors of unread indicators to follow

primary theme
This commit is contained in:
bbedward
2026-07-19 14:26:30 -04:00
parent 57fd39d84d
commit d003683689
+18 -1
View File
@@ -238,7 +238,8 @@
--background-feedback-warning: {{colors.tertiary_container.default.hex}} !important;
--notice-background-warning: {{colors.tertiary_container.default.hex}} !important;
--notice-text-warning: {{colors.on_tertiary_container.default.hex}} !important;
--badge-notification-background: {{colors.error.default.hex}} !important;
--badge-notification-background: {{colors.primary.default.hex}} !important;
--background-feedback-notification: {{colors.primary.default.hex}} !important;
--red-400: {{colors.error.default.hex}} !important;
--red-430: {{colors.error.default.hex}} !important;
--red-500: {{colors.error.default.hex}} !important;
@@ -280,3 +281,19 @@
background: color-mix(in srgb, {{colors.primary.default.hex}} 30%, transparent);
color: inherit;
}
/* unread pills + notification badges → primary */
.theme-dark span[class*="unreadPill"],
.theme-light span[class*="unreadPill"] {
--interactive-text-active: {{colors.primary.default.hex}} !important;
}
.theme-dark div[class*="numberBadge"],
.theme-light div[class*="numberBadge"],
.theme-dark div[class*="newBadge"],
.theme-light div[class*="newBadge"],
.theme-dark div[class*="divider"] [class*="endCap"],
.theme-light div[class*="divider"] [class*="endCap"] {
--white: {{colors.on_primary.default.hex}} !important;
--white-500: {{colors.on_primary.default.hex}} !important;
}