From d408760e3a24cccd90a22892ec1d89fd038e3917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Tue, 20 Oct 2020 22:38:48 +0200 Subject: [PATCH] Fixed git "dangerous" branch display on blocks/ascii themes --- spp.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spp.pl b/spp.pl index 9dd2e83..7aa0646 100644 --- a/spp.pl +++ b/spp.pl @@ -178,7 +178,7 @@ sub init_themes git_branch_warn_fg => thref( 'fg2' ) , # Git - Branch colors - Strong warning git_branch_danger_bg => thref( 'bg3' ) , - git_branch_danger_fg => 0 , + git_branch_danger_fg => thref( 'fg3' ) , # Git - Repo state colors git_repstate_bg => thref( 'bg1' ) , git_repstate_fg => thref( 'fg1' ) , @@ -251,8 +251,9 @@ sub init_themes # Previous command state - Error text / background color pcmd_err_fg => thref( 'fg0' ) , - # Git - Branch symbol + # Git git_branch_symbol => "\x{e0a0} " , + git_branch_danger_fg => 0 , ); # Powerline-based, using yellow and blue $t{powerline_yb} = {