diff --git a/.gitignore b/.gitignore index 1622101..84c82a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ # Ignore personal configurations (e.g.: hyprpaper.conf, input.conf) hypr/hyprpaper.conf hypr/input.conf +ags/style/_wal.scss *.log diff --git a/ags/.gitignore b/ags/.gitignore index 22f46a2..298eb4d 100644 --- a/ags/.gitignore +++ b/ags/.gitignore @@ -1,3 +1,2 @@ node_modules/ @girs/ -./style/_wal.scss diff --git a/ags/style/_wal.scss b/ags/style/_wal.scss index 512da7f..0d7b0c8 100644 --- a/ags/style/_wal.scss +++ b/ags/style/_wal.scss @@ -1,26 +1,26 @@ // SCSS Variables // Generated by 'wal' -$wallpaper: "/home/joaov/wallpapers/Frieren At The Funeral.jpg"; +$wallpaper: "/home/joaov/wallpapers/Gumi Street Bike.jpg"; // Special -$background: #181515; -$foreground: #c5c4c4; -$cursor: #c5c4c4; +$background: #0d101f; +$foreground: #c2c3c7; +$cursor: #c2c3c7; // Colors -$color0: #181515; -$color1: #CA778C; -$color2: #AA8C81; -$color3: #AA8CAA; -$color4: #DCA8AF; -$color5: #B4ADC5; -$color6: #D2B5C5; -$color7: #9b9090; -$color8: #715c5c; -$color9: #d49ba9; -$color10: #cfa08f; -$color11: #d195d1; -$color12: #e3bdc3; -$color13: #c0b4df; -$color14: #e4bfd3; -$color15: #c5c4c4; +$color0: #0d101f; +$color1: #425169; +$color2: #4b756e; +$color3: #488389; +$color4: #708078; +$color5: #7a997b; +$color6: #9ba287; +$color7: #90929b; +$color8: #5c6071; +$color9: #586C8C; +$color10: #649D93; +$color11: #60AFB7; +$color12: #96ABA0; +$color13: #A3CCA4; +$color14: #CFD8B4; +$color15: #c2c3c7;