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/ node_modules/
@girs/ @girs/
styles/colors/index.scss

View File

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