dotfiles/.config/gitmux/gitmux.yaml

27 lines
621 B
YAML
Raw Normal View History

2020-09-28 23:16:07 +02:00
tmux:
symbols:
branch: '⎇ '
hashprefix: ':'
ahead: ↑·
behind: ↓·
staged: '● '
conflict: '✖ '
modified: ' !'
untracked: '?'
stashed: '⚑ '
2020-09-29 11:05:05 +02:00
clean: '✔ '
2020-09-28 23:16:07 +02:00
styles:
clear: '#[fg=default]'
state: '#[bg=red,fg=white]'
branch: '#[fg=#e0f2f1,bg=#00796b] '
remote: '#[fg=cyan]'
staged: '#[fg=green]'
conflict: '#[fg=red]'
2020-09-29 11:05:05 +02:00
modified: '#[fg=#000000,bg=#ffc107]'
untracked: '#[fg=#000000,bg=#ffc107]'
2020-09-28 23:16:07 +02:00
stashed: '#[fg=cyan]'
2020-09-29 11:05:05 +02:00
clean: '#[fg=#e8f5e9,bg=#00796b]'
2020-09-28 23:16:07 +02:00
layout: [branch, divergence, ' ', flags, ' ']
options:
branch_max_len: 0