From 30bccb06d29ed29f2890b78a91b009eadb107c31 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 18 May 2021 20:31:37 +0200 Subject: [PATCH] fix: adjust fallback theme layout --- src/config.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config.go b/src/config.go index 50d715800992..4598404dbeee 100644 --- a/src/config.go +++ b/src/config.go @@ -231,17 +231,16 @@ func getDefaultConfig(info string) *Config { { Type: Exit, Style: Diamond, - PowerlineSymbol: "\uE0B0", Background: "#2e9599", Foreground: "#ffffff", - LeadingDiamond: "", + LeadingDiamond: "\uE0B0", TrailingDiamond: "\uE0B4", Properties: map[Property]interface{}{ DisplayExitCode: false, AlwaysEnabled: true, ErrorColor: "#f1184c", ColorBackground: true, - Prefix: "\uE0B0 \uE23A", + Prefix: " \uE23A", }, }, },