diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-13 02:36:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 02:36:43 +0900 |
| commit | 683e801de6ee2fe01513311e2bc13f695cd96486 (patch) | |
| tree | 64df94cb64f5ba161761bfd64ae93658ca163f9c /config/swaync/style.css | |
| parent | 35327b2814b228253464f0358f58c553ec98002b (diff) | |
| parent | ea93a71cf6ac92041f00168e040cdc22882047b7 (diff) | |
Merge branch 'development' into main
Diffstat (limited to 'config/swaync/style.css')
| -rwxr-xr-x | config/swaync/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/swaync/style.css b/config/swaync/style.css index da3746c9..73ad882a 100755 --- a/config/swaync/style.css +++ b/config/swaync/style.css @@ -1,15 +1,15 @@ /* ----------- 💫 https://github.com/JaKooLit 💫 -------- */ +/* swaync colors - wallust from waybar.css */ -@import '../../.cache/wal/colors-waybar.css'; +@import '../../.config/waybar/wallust/colors-waybar.css'; -@define-color noti-border-color @color2; +@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 @color7; -@define-color text-color-alt @color2; +@define-color text-color @foreground; +@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; |
