diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-03 09:31:34 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-08-03 09:31:34 +0200 |
commit | 6a6100a8faa73815863cbabedb15e63aba0a1098 (patch) | |
tree | 69bba99668cd2b2c72eca35fd603214800932381 /.config/polybar | |
parent | 68f0ec3669f991945c10a04eba85eeb6e300960b (diff) |
update
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 53e3e69..10e2af1 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -103,18 +103,18 @@ pseudo-transparency = false [color] -bg = #312322 -fg = #cbc8c7 -fg-alt = #312322 +bg = #141618 +fg = #c4c4c5 +fg-alt = #141618 alpha = #00000000 -shade1 = #C0C3EF -shade2 = #BFC9F3 -shade3 = #BFCFF7 -shade4 = #BED5FB +shade1 = #1E1F2A +shade2 = #22232D +shade3 = #272731 +shade4 = #2B2B34 -shade-fg = #312322 +shade-fg = #c4c4c5 [module/alsa] type = internal/alsa |