dotfiles/.config/gitmux/gitmux.yaml
2020-09-30 17:13:59 +02:00

26 lines
615 B
YAML

tmux:
symbols:
branch: ' '
hashprefix: ':'
ahead: ↑·
behind: ↓·
staged: '● '
conflict: '✖ '
modified: ' !'
untracked: '?'
stashed: '⚑ '
clean: '✔ '
styles:
clear: '#[fg=default]'
state: '#[bg=red,fg=white]'
branch: '#[fg=white,bg=green] '
remote: '#[fg=cyan]'
staged: '#[fg=green]'
conflict: '#[fg=red]'
modified: '#[fg=#000000,bg=#ffc107]'
untracked: '#[fg=#000000,bg=#ffc107]'
stashed: '#[fg=cyan]'
clean: '#[fg=#e8f5e9,bg=green]'
layout: [branch, divergence, ' ', flags, ' ']
options:
branch_max_len: 0