Adjust polybar colors to match ‘yoshi-theme’
This commit is contained in:
parent
92d397dffb
commit
b7719aabae
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
; -*- mode: conf-windows; -*-
|
||||
[colors]
|
||||
background = #1f2c3f
|
||||
background = #475454
|
||||
background-alt = #222222
|
||||
foreground = #bfbfbf
|
||||
foreground-alt = #969696
|
||||
|
@ -89,9 +89,7 @@ pin-workspaces = false
|
|||
enable-click = false
|
||||
enable-scroll = false
|
||||
|
||||
label-active = %icon% %name%
|
||||
label-active-foreground = #65a854
|
||||
label-active-background = #1f2c3f
|
||||
label-active = " %name%* "
|
||||
|
||||
label-empty-foreground = #969696
|
||||
|
||||
|
@ -99,6 +97,7 @@ label-empty-foreground = #969696
|
|||
type = internal/xwindow
|
||||
label = %title%
|
||||
format-padding = 4
|
||||
format-background = #a85454
|
||||
|
||||
[module/xkeyboard]
|
||||
type = internal/xkeyboard
|
||||
|
|
Loading…
Reference in a new issue