From ea1bab1b447374dd230ab95e5b19f41b7264fa61 Mon Sep 17 00:00:00 2001 From: Franek Date: Thu, 13 Feb 2025 22:07:19 +0100 Subject: [PATCH] ignore pywal generated color file --- .gitignore | 1 + styles/colors/index.scss | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 298eb4d..f7587cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ @girs/ +styles/colors/index.scss \ No newline at end of file diff --git a/styles/colors/index.scss b/styles/colors/index.scss index 83a9459..a612c59 100644 --- a/styles/colors/index.scss +++ b/styles/colors/index.scss @@ -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%);