Use faded green for success colours

This commit is contained in:
Jake Howard 2018-11-19 08:55:05 +00:00
parent cb3cf212b8
commit b2d34078ab
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -4,6 +4,7 @@ foreground = #dfdfdf
primary = #285577
secondary = #333333
alert = #bd2c40
success = #0d0
[settings]
screenchange-reload = true
@ -112,7 +113,7 @@ menu-0-0 = Shutdown
menu-0-0-foreground = ${colors.alert}
menu-0-0-exec = shutdown -h now
menu-0-1 = Restart
menu-0-1-foreground = #0F0
menu-0-1-foreground = ${colors.success}
menu-0-1-exec = shutdown -r now
label-separator = " | "
expand-right = false
@ -143,7 +144,7 @@ poll-interval = ${module/battery.poll-interval}
type = internal/network
interface = wlp2s0
label-connected =  %local_ip% (%essid%)
label-connected-foreground = #0F0
label-connected-foreground = ${colors.success}
label-packetloss = ${self.label-connected}
[module/eno1]