From 967e1ee5705de4488691346c7911e5efdec943e8 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:10:47 +0200 Subject: [PATCH] addet stuff --- amro.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amro.toml b/amro.toml index c64cecb..0313886 100644 --- a/amro.toml +++ b/amro.toml @@ -61,9 +61,9 @@ style = "plain" foreground = "p:light-sky-blue" foreground_templates = [ "{{ if or (.Working.Changed) (.Staging.Changed) }}p:terminal-red{{ end }}", - "{{ if and (gt .Ahead 0) (gt .Behind 0)}}p:light-sky-blue {{ 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:terminal-yellow{{ end }}" + "{{ if gt .Behind 0 }}p:celeste-blue{{ end }}" ] template = "({{ .HEAD}})"