"{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}",
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#ff4500{{ end }}",
"{{ if gt .Ahead 0 }}#B388FF{{ end }}",
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
],
"leading_diamond":"",
"trailing_diamond":"",
"properties":{
"fetch_status":true,
"fetch_stash_count":true,
"fetch_upstream_icon":true,
"branch_max_length":25,
"template":"{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
}
},
{
"type":"executiontime",
"style":"plain",
"foreground":"#ffffff",
"background":"#83769c",
"leading_diamond":"",
"trailing_diamond":"",
"properties":{
"always_enabled":true,
"prefix":"<transparent>\uE0B0</> \ufbab",
"postfix":"\u2800"
}
},
{
"type":"strava",
"style":"powerline",
"foreground":"#ffffff",
"background":"#000000",
"background_templates":[
"{{ if gt .Hours 100 }}#dc3545{{ end }}",
"{{ if and (lt .Hours 100) (gt .Hours 50) }}#ffc107{{ end }}",
"{{ if lt .Hours 50 }}#28a745{{ end }}"
],
"foreground_templates":[
"{{ if gt .Hours 100 }}#FFFFFF{{ end }}",
"{{ if and (lt .Hours 100) (gt .Hours 50) }}#343a40{{ end }}",