From 97e034e99fc4430e78fe1765d822139b47c93ed4 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 17 Aug 2024 23:12:57 +0200 Subject: [PATCH] addet real colors --- amro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amro.toml b/amro.toml index dd2b498..8ffad5d 100644 --- a/amro.toml +++ b/amro.toml @@ -58,7 +58,7 @@ style = "full" [[blocks.segments]] type = "git" style = "plain" -foreground = "p:light-sky-blue" +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 }}",