From 293cc926c4649c27c7d937257a2533098096a8f6 Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Fri, 2 Feb 2018 13:54:15 +0800
Subject: tmux: tweak status line style a bit

---
 _tmux.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_tmux.conf b/_tmux.conf
index fe19b6e..d4b49e9 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -169,7 +169,7 @@ set -g status-style        "bg=default,bold"
 set -g status-left \
     "#[fg=magenta][#[fg=yellow]#h:#[fg=blue]#S#[fg=magenta]]#[default]"
 set -g status-right \
-    "#[fg=magenta][#[fg=yellow]%a %b %d #[fg=blue]%H:%M#[fg=magenta]]"
+    "#[fg=magenta][#[fg=green]%a #[fg=yellow]%b %d #[fg=blue]%H:%M#[fg=magenta]]"
 
 # If running inside tmux ($TMUX is set), then change the status line to red
 #if-shell -b '[ -n "$TMUX" ]' "set -g status-bg red"
-- 
cgit v1.2.2