diff options
| author | JaKooLit <jimmielovejay.com> | 2024-05-12 00:06:11 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-05-12 00:06:11 +0900 |
| commit | e86a1b3e3fd185e37011ea4ff9d793273e777d73 (patch) | |
| tree | 8ccc4f6f6bf434afcedc31029c56be00e117f115 /config | |
| parent | d47bec0c13940612733eb609cc25ef9f70eff066 (diff) | |
updated swaync color palette
Diffstat (limited to 'config')
| -rwxr-xr-x | config/swaync/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index 4e6b4faf..e0ef3cf8 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -3,14 +3,13 @@ @import '../../.config/waybar/wallust/colors-waybar.css'; -@define-color noti-border-color @color12; +@define-color noti-border-color @color9; @define-color noti-bg rgba(0, 0, 0, 0.8); @define-color noti-bg-alt #111111; @define-color noti-bg-hover @color2; @define-color text-color @color12; -@define-color text-color-alt @color9; +@define-color text-color-alt @foreground; @define-color text-color-disabled rgba(150, 150, 150, 0.8); - * { font-family: "JetBrains Mono Nerd Font"; font-weight: bold; |
