From feb9890ed50b8c61d8ef96db9c0723025a1003de Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Wed, 5 Aug 2020 23:14:56 -0400 Subject: [PATCH] gitmux tweaking --- tmux/gitmux.conf.symlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/gitmux.conf.symlink b/tmux/gitmux.conf.symlink index 197c4c0..3a583ec 100644 --- a/tmux/gitmux.conf.symlink +++ b/tmux/gitmux.conf.symlink @@ -12,7 +12,7 @@ tmux: clean: '' styles: state: '#[fg=red,bold]' - branch: '#[fg=red,bold]' + branch: '#[fg=bold]' remote: '#[fg=colour239]' staged: '#[fg=colour241,bold]' conflict: '#[fg=red,bold]' @@ -20,4 +20,4 @@ tmux: untracked: '#[fg=colour239,bold]' stashed: '#[fg=colour239,bold]' clean: '#[fg=colour241,bold]' - layout: [' ', remote, ' ', flags, ' |'] + layout: [' ', branch, ' ', flags, ' |']