py3status: change OK color to neutral
This commit is contained in:
parent
61a595f322
commit
5a85a8599e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ general {
|
||||||
colors = true
|
colors = true
|
||||||
# These will be used if not supplied by a module
|
# These will be used if not supplied by a module
|
||||||
color = '#f2f0ec'
|
color = '#f2f0ec'
|
||||||
color_good = '#00e6ac'
|
color_good = '#f2f0ec'
|
||||||
color_bad = '#f2777a'
|
color_bad = '#f2777a'
|
||||||
color_degraded = '#ffcc66'
|
color_degraded = '#ffcc66'
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
Loading…
Reference in a new issue