mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 22:07:59 +00:00
[polybar] Change bar background color to black
This commit is contained in:
parent
1de44938be
commit
18d2935a62
@ -7,19 +7,18 @@ margin-bottom = 0
|
|||||||
include-file = ~/.config/polybar/modules.ini
|
include-file = ~/.config/polybar/modules.ini
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
background = #000000
|
||||||
background = #263238
|
background-alt = #444444
|
||||||
background-alt = #444
|
|
||||||
foreground = #FFFFFF
|
foreground = #FFFFFF
|
||||||
foreground-alt = #555
|
foreground-alt = #555555
|
||||||
primary = #F5A70A
|
primary = #F5A70A
|
||||||
secondary = #e60053
|
secondary = #E60053
|
||||||
alert = #bd2c40
|
alert = #BD2C40
|
||||||
|
|
||||||
; bar colors
|
; bar colors
|
||||||
bn = #43a047
|
bn = #43A047
|
||||||
bm = #fdd835
|
bm = #FDD835
|
||||||
bd = #e53935
|
bd = #E53935
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
monitor = ${env:MONITOR:}
|
monitor = ${env:MONITOR:}
|
||||||
|
Loading…
Reference in New Issue
Block a user