diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-03-13 14:03:54 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-03-13 14:04:24 -0600 |
commit | 058958519ff763ef52f01bc3bfeceb9639e9240b (patch) | |
tree | 02be7004b576d1863a481df47581d73bef8cae11 /themes | |
parent | 1fee52d6fe656d71ff84c9d4954d53015bae543e (diff) |
Changing orange color code to proper
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default.sh b/themes/default.sh index 3d3b2aa..a6a2bea 100644 --- a/themes/default.sh +++ b/themes/default.sh @@ -23,7 +23,7 @@ TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SEPARATOR=${TMUX_POWERLINE_DEFAULT_RIGHTSIDE_SE if [ -z $TMUX_POWERLINE_LEFT_STATUS_SEGMENTS ]; then TMUX_POWERLINE_LEFT_STATUS_SEGMENTS=( - "tmux_session_info 172 229" + "tmux_session_info 208 229" "hostname 72 229" \ #"ifstat 30 255" \ #"ifstat_sys 30 255" \ |