From befb138a8eb2a12ae351e49cd20d0ddfad9ecde6 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 21 Sep 2022 15:15:01 +0200 Subject: [PATCH] Fix git colors for dark terminals Signed-off-by: Knut Ahlers --- .zsh/oh-my-custom/oh-my-posh.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/oh-my-custom/oh-my-posh.yaml b/.zsh/oh-my-custom/oh-my-posh.yaml index 7b91b6a..860ec23 100644 --- a/.zsh/oh-my-custom/oh-my-posh.yaml +++ b/.zsh/oh-my-custom/oh-my-posh.yaml @@ -83,8 +83,8 @@ blocks: foreground_templates: - '{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}' - '{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}' - - '{{ if gt .Ahead 0 }}#49416D{{ end }}' - - '{{ if gt .Behind 0 }}#7A306C{{ end }}' + - '{{ if gt .Ahead 0 }}#8173bf{{ end }}' + - '{{ if gt .Behind 0 }}#bd4ba7{{ end }}' properties: bitbucket_icon: "\ue703" branch_icon: ''