From c119b67f97316c3c2e82d50f324ce948fe03f61b Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 19 Sep 2024 17:56:47 +0200 Subject: [PATCH] swaync: de-saturate borders --- config/dot-config/swaync/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/dot-config/swaync/style.css b/config/dot-config/swaync/style.css index d9015fab..ea8905bf 100644 --- a/config/dot-config/swaync/style.css +++ b/config/dot-config/swaync/style.css @@ -13,6 +13,7 @@ @define-color text-color rgb(255, 255, 255); @define-color text-color-disabled rgb(150, 150, 150); @define-color bg-selected rgb(0, 128, 255); + .notification-row { outline: none; } @@ -264,10 +265,10 @@ .control-center { /* The Control Center which contains the old notifications + widgets */ - background: alpha(@base01,0.97); - color: @base05; + background: alpha(@base00,0.95); + color: @base01; border-radius: 12px; - border: 1px solid @base0D; + border: 1px solid @base02; } .control-center .control-center-list-placeholder { -- 2.51.2