Update .config/polybar/colorblocks/colors.ini

Update .config/polybar/colorblocks/scripts/rofi/colors.rasi
This commit is contained in:
punkfairie 2024-08-05 17:58:43 -07:00
parent a01e62a21f
commit 8d64ec7f9c
Signed by: punkfairie
GPG key ID: A86AF57F837E320F
2 changed files with 16 additions and 16 deletions

View file

@ -12,19 +12,19 @@
;; Use pywal.sh in scripts directory to use colors from an image/wallpaper. ;; Use pywal.sh in scripts directory to use colors from an image/wallpaper.
;; main colors ;; main colors
background = #FFFFFF background = #26232f
foreground = #F5F5F5 foreground = #26232f
foreground-alt = #141C21 foreground-alt = #c8c8cb
alpha = #00000000 alpha = #00000000
;; shades ;; shades
shade1 = #880E4F shade1 = #D6ADB5
shade2 = #AD1457 shade2 = #D7BDC3
shade3 = #C2185B shade3 = #D6ADB5
shade4 = #D81B60 shade4 = #D7BDC3
shade5 = #E91E63 shade5 = #D6ADB5
shade6 = #EC407A shade6 = #D7BDC3
shade7 = #F06292 shade7 = #D6ADB5
shade8 = #F48FB1 shade8 = #D7BDC3
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View file

@ -2,9 +2,9 @@
* { * {
al: #00000000; al: #00000000;
bg: #FFFFFFFF; bg: #26232fFF;
bg1: #E91E63FF; bg1: #D7BDC3FF;
bg2: #D81B60FF; bg2: #D6ADB5FF;
bg3: #C2185BFF; bg3: #D7BDC3FF;
fg: #141C21FF; fg: #c8c8cbFF;
} }