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; -*-
|
; -*- mode: conf-windows; -*-
|
||||||
[colors]
|
[colors]
|
||||||
background = #1f2c3f
|
background = #475454
|
||||||
background-alt = #222222
|
background-alt = #222222
|
||||||
foreground = #bfbfbf
|
foreground = #bfbfbf
|
||||||
foreground-alt = #969696
|
foreground-alt = #969696
|
||||||
|
@ -89,9 +89,7 @@ pin-workspaces = false
|
||||||
enable-click = false
|
enable-click = false
|
||||||
enable-scroll = false
|
enable-scroll = false
|
||||||
|
|
||||||
label-active = %icon% %name%
|
label-active = " %name%* "
|
||||||
label-active-foreground = #65a854
|
|
||||||
label-active-background = #1f2c3f
|
|
||||||
|
|
||||||
label-empty-foreground = #969696
|
label-empty-foreground = #969696
|
||||||
|
|
||||||
|
@ -99,6 +97,7 @@ label-empty-foreground = #969696
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
label = %title%
|
label = %title%
|
||||||
format-padding = 4
|
format-padding = 4
|
||||||
|
format-background = #a85454
|
||||||
|
|
||||||
[module/xkeyboard]
|
[module/xkeyboard]
|
||||||
type = internal/xkeyboard
|
type = internal/xkeyboard
|
||||||
|
|
Loading…
Reference in a new issue