From e96bd085a51bc2c2d3015889bfeeb9601e225d57 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 9 Nov 2025 01:10:12 -0600 Subject: [PATCH] Improve contrast on volume notification for Matte Black theme (#3212) --- themes/matte-black/swayosd.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/matte-black/swayosd.css b/themes/matte-black/swayosd.css index 3f24dbb4..b00ea2f5 100644 --- a/themes/matte-black/swayosd.css +++ b/themes/matte-black/swayosd.css @@ -1,6 +1,6 @@ @define-color background-color #121212; -@define-color border-color #8A8A8D; -@define-color label #8A8A8D; -@define-color image #8A8A8D; -@define-color progress #8A8A8D; +@define-color border-color #CCCCCC; +@define-color label #CCCCCC; +@define-color image #CCCCCC; +@define-color progress #CCCCCC;