dotfiles/tmux/gitmux.conf.symlink
2020-07-30 21:12:17 -04:00

24 lines
554 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=colour241,bold]'
layout: [' ', remote, ' ', flags, ' |']