diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-25 23:46:05 +0200 |
| commit | c57e8ab185623510e527400a34d729b313daffc4 (patch) | |
| tree | 7b67d44894255ce4810d8074d68fce88f66d37d0 /config/polybar/blocks/colors.ini | |
| parent | 9f004955033387eebf3f58aec2501fba5020f307 (diff) | |
feat(polybar): update polybar style
Diffstat (limited to 'config/polybar/blocks/colors.ini')
| -rw-r--r-- | config/polybar/blocks/colors.ini | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/config/polybar/blocks/colors.ini b/config/polybar/blocks/colors.ini new file mode 100644 index 0000000..097b2ee --- /dev/null +++ b/config/polybar/blocks/colors.ini @@ -0,0 +1,39 @@ +;; ┌────────────────────────────────────────────────────────────┐ +;; │░█▀█░█▀█░█░░░█░█░█▀▄░█▀█░█▀▄░░░░░░░░░█▀▀░█▀█░█░░░█▀█░█▀▄░█▀▀│ +;; │░█▀▀░█░█░█░░░░█░░█▀▄░█▀█░█▀▄░░░░▀░░░░█░░░█░█░█░░░█░█░█▀▄░▀▀█│ +;; │░▀░░░▀▀▀░▀▀▀░░▀░░▀▀░░▀░▀░▀░▀░░░░▀░░░░▀▀▀░▀▀▀░▀▀▀░▀▀▀░▀░▀░▀▀▀│ +;; │░Created░By░Aditya░Shakya░@adi1090x░░░░░░░░░░░░░░░░░░░░░░░░░│ +;; └────────────────────────────────────────────────────────────┘ + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ + +[color] + +;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. + +;; main colors +background = #2f343f +background-alt = #C4C7C5 +foreground = #1C1E20 +foreground-alt = #C4C7C5 +primary = #B4BC67 + +white = #FFFFFF +black = #000000 +red = #EC7875 +pink = #EC6798 +purple = #BE78D1 +blue = #75A4CD +cyan = #00C7DF +teal = #00B19F +green = #61C766 +lime = #B9C244 +yellow = #EBD369 +amber = #EDB83F +orange = #E57C46 +brown = #AC8476 +gray = #9E9E9E +indigo = #6C77BB +blue-gray = #6D8895 + +;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ |
