From a542be408cef29ac2f336526eebd5eeba3574ae1 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:13:34 +0200 Subject: [PATCH] some colors --- amro.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amro.toml b/amro.toml index 8ffad5d..318d381 100644 --- a/amro.toml +++ b/amro.toml @@ -61,9 +61,9 @@ style = "plain" foreground = "p:pistachio-green" 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:pistachio-green{{ end }}" + "{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:light-sky-blue {{ end }}", + "{{ if gt .Ahead 0 }}p:terminal-yellow{{ end }}", + "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" ] template = "({{ .HEAD}})"