polybar: switched to One Dark colours
This commit is contained in:
parent
cbcc7556c0
commit
99f4984283
|
@ -17,13 +17,16 @@
|
|||
;==========================================================
|
||||
|
||||
[colors]
|
||||
background = #282A2E
|
||||
background-alt = #373B41
|
||||
foreground = #C5C8C6
|
||||
primary = #F0C674
|
||||
secondary = #8ABEB7
|
||||
alert = #A54242
|
||||
disabled = #707880
|
||||
background = #282C34
|
||||
background-alt = #282C34
|
||||
foreground = #98C379
|
||||
foreground-alt = #C678DD
|
||||
primary = #C678DD
|
||||
secondary = #E5C07B
|
||||
alert = #E06C75
|
||||
disabled = #ABB2BF
|
||||
separator = #61AFEF
|
||||
windowTitle = #56B6C2
|
||||
|
||||
[bar/myBar]
|
||||
width = 100%
|
||||
|
@ -45,7 +48,7 @@ padding = 2
|
|||
module-margin = 1
|
||||
|
||||
separator = |
|
||||
separator-foreground = ${colors.disabled}
|
||||
separator-foreground = ${colors.separator}
|
||||
|
||||
font-0 = Open Sans:size=10;2
|
||||
|
||||
|
@ -68,6 +71,7 @@ type = internal/xworkspaces
|
|||
|
||||
label-active = %name%
|
||||
label-active-background = ${colors.background-alt}
|
||||
label-active-foreground = ${colors.foreground-alt}
|
||||
label-active-underline= ${colors.primary}
|
||||
label-active-padding = 1
|
||||
|
||||
|
@ -90,6 +94,7 @@ label-empty-padding = 1
|
|||
[module/xwindow]
|
||||
type = internal/xwindow
|
||||
label = %title:0:60:...%
|
||||
label-foreground = ${colors.windowTitle}
|
||||
|
||||
[module/filesystem]
|
||||
type = internal/fs
|
||||
|
|
Loading…
Reference in a new issue