fix: adjust fallback theme layout

This commit is contained in:
Jan De Dobbeleer 2021-05-18 20:31:37 +02:00 committed by Jan De Dobbeleer
parent b623c5f190
commit 30bccb06d2

View file

@ -231,17 +231,16 @@ func getDefaultConfig(info string) *Config {
{ {
Type: Exit, Type: Exit,
Style: Diamond, Style: Diamond,
PowerlineSymbol: "\uE0B0",
Background: "#2e9599", Background: "#2e9599",
Foreground: "#ffffff", Foreground: "#ffffff",
LeadingDiamond: "", LeadingDiamond: "<transparent,#2e9599>\uE0B0</>",
TrailingDiamond: "\uE0B4", TrailingDiamond: "\uE0B4",
Properties: map[Property]interface{}{ Properties: map[Property]interface{}{
DisplayExitCode: false, DisplayExitCode: false,
AlwaysEnabled: true, AlwaysEnabled: true,
ErrorColor: "#f1184c", ErrorColor: "#f1184c",
ColorBackground: true, ColorBackground: true,
Prefix: "<transparent>\uE0B0</> \uE23A", Prefix: " \uE23A",
}, },
}, },
}, },