dotfiles/tmux/gitmux.conf.symlink
2020-07-27 14:00:56 -04:00

24 lines
546 B
Plaintext

tmux:
symbols:
branch: '⎇ '
hashprefix: ':'
ahead: ↑·
behind: ↓·
staged: '●'
conflict: '✖ '
modified: '~'
untracked: '✚'
stashed: '⚑ '
clean: '✔'
styles:
state: '#[fg=red,bold]'
branch: '#[fg=red,bold]'
remote: '#[fg=colour239]'
staged: '#[fg=colour241,bold]'
conflict: '#[fg=red,bold]'
modified: '#[fg=colour239,bold]'
untracked: '#[fg=colour239,bold]'
stashed: '#[fg=colour239,bold]'
clean: '#[fg=green,bold]'
layout: [remote, ' ', flags, ' ']