dotfiles/.config/gitmux/gitmux.yaml

26 lines
638 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=#9ccc65,bg=#1B5E20] '
remote: '#[fg=cyan]'
staged: '#[fg=green]'
conflict: '#[fg=red]'
modified: '#[fg=#fdd835,bg=#1B5E20]'
untracked: '#[fg=#ff7043,bg=#1B5E20]'
stashed: '#[fg=#ffcdd2]'
clean: '#[fg=#4caf50,bg=#1B5E20]'
layout: [branch, divergence, ' ', flags, '#[fg=#212121]▕']
options:
branch_max_len: 0