diff options
Diffstat (limited to 'config/polybar/shapes/colors.ini')
| -rw-r--r-- | config/polybar/shapes/colors.ini | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/config/polybar/shapes/colors.ini b/config/polybar/shapes/colors.ini new file mode 100644 index 0000000..67db5bf --- /dev/null +++ b/config/polybar/shapes/colors.ini @@ -0,0 +1,29 @@ +;; ┌────────────────────────────────────────────────────────────┐ +;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▀░█▀█░█░░░█▀█░█▀▄░█▀▀│ +;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█░░░█░█░█░░░█░█░█▀▄░▀▀█│ +;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀░▀▀▀│ +;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░░░░░░░░░│ +;; └────────────────────────────────────────────────────────────┘ + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[color] + +;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. + +;; main colors +background = #1F1F1F +foreground = #FFFFFF +foreground-alt = #FFFFFF + +;; shades +shade1 = #0D47A1 +shade2 = #1565C0 +shade3 = #1976D2 +shade4 = #1E88E5 +shade5 = #2196F3 +shade6 = #42A5F5 +shade7 = #64B5F6 +shade8 = #90CAF9 + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |
