ignore pywal generated color file

This commit is contained in:
Franek 2025-02-13 22:07:19 +01:00
parent d1a5441514
commit ea1bab1b44
2 changed files with 21 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules/
@girs/
styles/colors/index.scss

View File

@ -1,29 +1,29 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_187.jpg";
$wallpaper: "/home/sadorowo/images/wallpapers/youtube_Sheri_144.jpg";
// Special
$background: #130f0c;
$foreground: #e0dfe0;
$cursor: #e0dfe0;
$background: #fdf8f5;
$foreground: #151511;
$cursor: #151511;
// Colors
$color0: #130f0c;
$color1: #61A7D7;
$color2: #89888C;
$color3: #A89DA7;
$color4: #D3ACA4;
$color5: #B9BEC8;
$color6: #A7CBE3;
$color7: #e0dfe0;
$color8: #9c9c9c;
$color9: #61A7D7;
$color10: #89888C;
$color11: #A89DA7;
$color12: #D3ACA4;
$color13: #B9BEC8;
$color14: #A7CBE3;
$color15: #e0dfe0;
$color0: #fdf8f5;
$color1: #BC766C;
$color2: #C89175;
$color3: #787085;
$color4: #A1778A;
$color5: #C57D82;
$color6: #A49296;
$color7: #151511;
$color8: #927f73;
$color9: #BC766C;
$color10: #C89175;
$color11: #787085;
$color12: #A1778A;
$color13: #C57D82;
$color14: #A49296;
$color15: #151511;
$primary: lighten($color4, 20%);
$onPrimary: darken($color2, 20%);
$primaryContainer: darken($color2, 10%);