aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default.sh16
-rw-r--r--tmux.config4
2 files changed, 10 insertions, 10 deletions
diff --git a/themes/default.sh b/themes/default.sh
index 74decd1..073f067 100644
--- a/themes/default.sh
+++ b/themes/default.sh
@@ -12,7 +12,7 @@ fi
#TMUX_POWERLINE_SEPARATOR_LEFT_BOLD="​ #Byte code for zero width space to make the segments into bars instead of arrows
-TMUX_POWERLINE_DEFAULT_BACKGROUND_COLOR=${TMUX_POWERLINE_DEFAULT_BACKGROUND_COLOR:-'19'}
+TMUX_POWERLINE_DEFAULT_BACKGROUND_COLOR=${TMUX_POWERLINE_DEFAULT_BACKGROUND_COLOR:-'66'}
TMUX_POWERLINE_DEFAULT_FOREGROUND_COLOR=${TMUX_POWERLINE_DEFAULT_FOREGROUND_COLOR:-'255'}
TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR=${TMUX_POWERLINE_DEFAULT_LEFTSIDE_SEPARATOR:-$TMUX_POWERLINE_SEPARATOR_RIGHT_BOLD}
@@ -23,8 +23,8 @@ 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 26 253"
- "hostname 6 253" \
+ "tmux_session_info 172 229"
+ "hostname 72 229" \
#"ifstat 30 255" \
#"ifstat_sys 30 255" \
#"vcs_branch 29 88" \
@@ -48,11 +48,11 @@ if [ -z $TMUX_POWERLINE_RIGHT_STATUS_SEGMENTS ]; then
#"weather 37 255" \
#"rainbarf 0 0" \
#"xkb_layout 125 117" \
- "lan_ip 24 255" \
- "wan_ip 24 255" \
- "date_day 235 136" \
- "date 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
- "time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
+ "lan_ip 132 229" \
+ "wan_ip 132 229" \
+ "date_day 241 229" \
+ "date 241 229 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
+ "time 241 229 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
#"utc_time 235 136 ${TMUX_POWERLINE_SEPARATOR_LEFT_THIN}" \
)
fi
diff --git a/tmux.config b/tmux.config
index 68372b3..c939926 100644
--- a/tmux.config
+++ b/tmux.config
@@ -49,8 +49,8 @@ set-option -g default-command "reattach-to-user-namespace -l zsh"
#### COLOUR (Solarized dark)
## default statusbar colors
-set-option -g status-bg colour19 #base02
-set-option -g status-fg colour253 #yellow
+set-option -g status-bg colour66 #base02
+set-option -g status-fg colour229 #yellow
#set-option -g status-attr default
## default window title colors