Sfoglia il codice sorgente

change yellow hex in catpuccin eww theme

siduck 3 anni fa
parent
commit
7b0f6a9b4c
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      eww/eww.scss
  2. 1 1
      eww/scss/themes/catppuccin.scss

+ 1 - 1
eww/eww.scss

@@ -1,4 +1,4 @@
-@import "scss/themes/onedark.scss";
+@import "scss/themes/catppuccin.scss";
 
 // header
 @import "scss/header/statusBtns.scss";

+ 1 - 1
eww/scss/themes/catppuccin.scss

@@ -6,5 +6,5 @@ $lightGrey: #585767;
 $green: #ABE9B3;
 $red: #F28FAD;
 $blue: #8bc2f0;
-$yellow: #F8BD96;
+$yellow: #FAE3B0;
 $purple: #d5aeea;