taffybar: lighter bar background and rounded corners
Reduce bar alpha from 0.55 to 0.35 for more transparency and add 6px border-radius to match widget squircles. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
border-width: 0px;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
border-radius: 0px;
|
||||
border-radius: 6px;
|
||||
box-shadow: none;
|
||||
background-color: @bar-background;
|
||||
background-image: none;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
@define-color accent #f1b2b2;
|
||||
|
||||
/* Bar chrome */
|
||||
@define-color bar-background rgba(0, 0, 0, 0.55);
|
||||
@define-color bar-background rgba(0, 0, 0, 0.35);
|
||||
@define-color bar-gradient-start rgba(20, 26, 40, 0.68);
|
||||
@define-color bar-gradient-end rgba(12, 18, 30, 0.68);
|
||||
@define-color bar-border rgba(255, 255, 255, 0.06);
|
||||
|
||||
Reference in New Issue
Block a user