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

matugen/vesktop/vencord/equibop: minor contrast improvements

This commit is contained in:
bbedward
2026-07-19 19:08:41 -04:00
parent e300b14dde
commit 3d9374d2b2
+4 -1
View File
@@ -159,6 +159,7 @@
/* buttons and controls — on-color state layers */
--bg-brand: {{colors.primary.default.hex}} !important;
--background-brand: {{colors.primary.default.hex}} !important;
--control-primary-background-default: {{colors.primary.default.hex}} !important;
--control-primary-background-hover: color-mix(in srgb, {{colors.primary.default.hex}} 92%, {{colors.on_primary.default.hex}}) !important;
--control-primary-background-active: color-mix(in srgb, {{colors.primary.default.hex}} 85%, {{colors.on_primary.default.hex}}) !important;
@@ -293,7 +294,9 @@
.theme-dark div[class*="newBadge"],
.theme-light div[class*="newBadge"],
.theme-dark div[class*="divider"] [class*="endCap"],
.theme-light div[class*="divider"] [class*="endCap"] {
.theme-light div[class*="divider"] [class*="endCap"],
.theme-dark span[class*="botTag"],
.theme-light span[class*="botTag"] {
--white: {{colors.on_primary.default.hex}} !important;
--white-500: {{colors.on_primary.default.hex}} !important;
}