Pick a better colour for git prompt when clean working directory
This commit is contained in:
parent
c5be5a5ecc
commit
0998e2de8e
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ console_title_template = '{{ .Folder }}'
|
|||
style = 'powerline'
|
||||
powerline_symbol = ''
|
||||
foreground = '#000000'
|
||||
background = '#c19c00'
|
||||
background = '#5cec8b'
|
||||
background_templates = ['{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}', '{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFA300{{ end }}', '{{ if gt .Ahead 0 }}#FF7070{{ end }}', '{{ if gt .Behind 0 }}#90F090{{ end }}']
|
||||
template = ' {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} {{ .StashCount }}{{ end }} '
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue