mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-09 23:18:31 -04:00
matugen/vesktop: tweak some colors of unread indicators to follow
primary theme
This commit is contained in:
@@ -238,7 +238,8 @@
|
|||||||
--background-feedback-warning: {{colors.tertiary_container.default.hex}} !important;
|
--background-feedback-warning: {{colors.tertiary_container.default.hex}} !important;
|
||||||
--notice-background-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;
|
--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-400: {{colors.error.default.hex}} !important;
|
||||||
--red-430: {{colors.error.default.hex}} !important;
|
--red-430: {{colors.error.default.hex}} !important;
|
||||||
--red-500: {{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);
|
background: color-mix(in srgb, {{colors.primary.default.hex}} 30%, transparent);
|
||||||
color: inherit;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user