From 5612ef638962703d6fd63ea4e0f029cbc5c3f88e Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Tue, 1 Feb 2022 23:55:12 -0500 Subject: [PATCH] fix(powerline): Remove unused config options. --- sampleconfig/powerline2.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sampleconfig/powerline2.yaml b/sampleconfig/powerline2.yaml index 4ac5380..a15c4a4 100644 --- a/sampleconfig/powerline2.yaml +++ b/sampleconfig/powerline2.yaml @@ -9,7 +9,6 @@ colors: $gitBg: "#0fc" $gitBgAhead: "#ef3" $gitBgBehind: "#fb3" - $gitFgNormal: "#000" $gitIndexBg: "#060" $gitUnstagedBg: "#600" prompt: @@ -19,9 +18,6 @@ prompt: - type: directory - type: git style: $gitFg - aheadStyle: $gitFg - behindStyle: $gitFg - aheadBehindStyle: $gitFg - type: git_status indexStyle: "#3f3" unstagedStyle: "#f33"