From 3d9374d2b2f628f18b999bfc231e74b9573e45f1 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sun, 19 Jul 2026 19:08:41 -0400 Subject: [PATCH] matugen/vesktop/vencord/equibop: minor contrast improvements --- quickshell/matugen/templates/vesktop.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quickshell/matugen/templates/vesktop.css b/quickshell/matugen/templates/vesktop.css index a70991e29..e910d1c22 100644 --- a/quickshell/matugen/templates/vesktop.css +++ b/quickshell/matugen/templates/vesktop.css @@ -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; }