mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
different gitmux colors
This commit is contained in:
parent
11ecc5bd5e
commit
191a29079c
@ -4,20 +4,20 @@ tmux:
|
|||||||
hashprefix: ':'
|
hashprefix: ':'
|
||||||
ahead: ↑·
|
ahead: ↑·
|
||||||
behind: ↓·
|
behind: ↓·
|
||||||
staged: '● '
|
staged: '●'
|
||||||
conflict: '✖ '
|
conflict: '✖ '
|
||||||
modified: '✚ '
|
modified: '~'
|
||||||
untracked: '… '
|
untracked: '✚'
|
||||||
stashed: '⚑ '
|
stashed: '⚑ '
|
||||||
clean: ✔
|
clean: '✔'
|
||||||
styles:
|
styles:
|
||||||
state: '#[fg=red,bold]'
|
state: '#[fg=red,bold]'
|
||||||
branch: '#[fg=red,bold]'
|
branch: '#[fg=red,bold]'
|
||||||
remote: '#[fg=colour239]'
|
remote: '#[fg=colour239]'
|
||||||
staged: '#[fg=green,bold]'
|
staged: '#[fg=colour241,bold]'
|
||||||
conflict: '#[fg=red,bold]'
|
conflict: '#[fg=red,bold]'
|
||||||
modified: '#[fg=red,bold]'
|
modified: '#[fg=colour239,bold]'
|
||||||
untracked: '#[fg=magenta,bold]'
|
untracked: '#[fg=colour239,bold]'
|
||||||
stashed: '#[fg=cyan,bold]'
|
stashed: '#[fg=colour239,bold]'
|
||||||
clean: '#[fg=green,bold]'
|
clean: '#[fg=green,bold]'
|
||||||
layout: [remote, ' ', flags]
|
layout: [remote, ' ', flags, ' ']
|
||||||
|
Loading…
Reference in New Issue
Block a user