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.
;; main colors
background = #FFFFFF
foreground = #F5F5F5
foreground-alt = #141C21
background = #26232f
foreground = #26232f
foreground-alt = #c8c8cb
alpha = #00000000
;; shades
shade1 = #880E4F
shade2 = #AD1457
shade3 = #C2185B
shade4 = #D81B60
shade5 = #E91E63
shade6 = #EC407A
shade7 = #F06292
shade8 = #F48FB1
shade1 = #D6ADB5
shade2 = #D7BDC3
shade3 = #D6ADB5
shade4 = #D7BDC3
shade5 = #D6ADB5
shade6 = #D7BDC3
shade7 = #D6ADB5
shade8 = #D7BDC3
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View file

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