Browse Source

updated swaync color palette

pull/260/head^2
JaKooLit 2 years ago
parent
commit
e86a1b3e3f
  1. 5
      config/swaync/style.css

5
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;

Loading…
Cancel
Save