Update .config/polybar/colorblocks/colors.ini
Update .config/polybar/colorblocks/scripts/rofi/colors.rasi
This commit is contained in:
parent
a01e62a21f
commit
8d64ec7f9c
2 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue