Add cpu_load_percent colors to tmux

Definitions for cpu_load_percent segment colors and gradient where missing
from default tmux color definitions, rendering this segment unusable for tmux
"out-of-the-box".
This commit is contained in:
Pavlo Shchelokovskyy 2014-01-31 12:46:40 +02:00
parent 4406498295
commit 78f236b735

View File

@ -20,6 +20,8 @@
"network_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0" },
"system_load": { "fg": "gray8", "bg": "gray0" },
"system_load_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0" },
"cpu_load_percent": { "fg": "gray8", "bg": "gray0" },
"cpu_load_percent_gradient": { "fg": "green_yellow_orange_red", "bg": "gray0" },
"environment": { "fg": "gray8", "bg": "gray0" },
"battery": { "fg": "gray8", "bg": "gray0" },
"battery_gradient": { "fg": "white_red", "bg": "gray0" }