From 191a29079cc8ec48d5ac7ffc2aac7a10b94186ac Mon Sep 17 00:00:00 2001 From: Noah Masur Date: Mon, 27 Jul 2020 14:00:56 -0400 Subject: [PATCH] different gitmux colors --- tmux/gitmux.conf.symlink | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tmux/gitmux.conf.symlink b/tmux/gitmux.conf.symlink index af21fff..249c920 100644 --- a/tmux/gitmux.conf.symlink +++ b/tmux/gitmux.conf.symlink @@ -4,20 +4,20 @@ tmux: hashprefix: ':' ahead: ↑· behind: ↓· - staged: '● ' + staged: '●' conflict: '✖ ' - modified: '✚ ' - untracked: '… ' + modified: '~' + untracked: '✚' stashed: '⚑ ' - clean: ✔ + clean: '✔' styles: state: '#[fg=red,bold]' branch: '#[fg=red,bold]' remote: '#[fg=colour239]' - staged: '#[fg=green,bold]' + staged: '#[fg=colour241,bold]' conflict: '#[fg=red,bold]' - modified: '#[fg=red,bold]' - untracked: '#[fg=magenta,bold]' - stashed: '#[fg=cyan,bold]' + modified: '#[fg=colour239,bold]' + untracked: '#[fg=colour239,bold]' + stashed: '#[fg=colour239,bold]' clean: '#[fg=green,bold]' - layout: [remote, ' ', flags] + layout: [remote, ' ', flags, ' ']