Skip to content

Commit

Permalink
ZenFS: Match encumberance colors
Browse files Browse the repository at this point in the history
Use break values from `display::encumb_color` for graph widget
  • Loading branch information
alef authored Jul 27, 2024
1 parent 3135a6a commit b3e6496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/ui/zenfs/encumberance.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"style": "graph",
"symbols": "·−=≡≣",
"fill": "bucket",
"colors": [ "c_green", "c_light_green", "c_yellow", "h_yellow" ],
"colors": [ "c_green", "c_light_gray", "c_yellow", "c_light_red", "c_red" ],
"breaks": [ 0, 10, 40, 70],
"flags": [ "W_LABEL_NONE", "W_NO_PADDING" ]
},
{
Expand Down

0 comments on commit b3e6496

Please sign in to comment.