]> Freerunner's - dotfiles.git/commitdiff
swaync: de-saturate borders
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 19 Sep 2024 15:56:47 +0000 (17:56 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 19 Sep 2024 15:56:47 +0000 (17:56 +0200)
config/dot-config/swaync/style.css

index d9015fab6253fed3efed8dd754c8c99f342dd8e4..ea8905bfe60e66668ab3cd07ee7d0c55508676e6 100644 (file)
@@ -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;
 }
 
 .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 {