mixu / tmux-mem

Display memory usage in your tmux status bar or in the terminal
16 stars 3 forks source link

Reverse the Colors #2

Open bgenchel opened 5 years ago

bgenchel commented 5 years ago

The adaptive colorscheme is non-intuitive at the moment ... right now, if you have above 75% of your memory available, the bar is red, but if you have < 25% of your memory available, the bar is green. As having more memory is a good thing, and having less memory is bad, this goes against both common sense, and against tmux-cpu's colors.

I would recommend reversing the color list in index.js

Tried to make the change myself, but denied permission to make a branch so I can't open a PR.