diff --git a/amro.toml b/amro.toml index 0313886..dd2b498 100644 --- a/amro.toml +++ b/amro.toml @@ -63,7 +63,7 @@ foreground_templates = [ "{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}", "{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:terminal-yellow {{ end }}", "{{ if gt .Ahead 0 }}p:terminal-blue{{ end }}", - "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" + "{{ if gt .Behind 0 }}p:pistachio-green{{ end }}" ] template = "({{ .HEAD}})"