Skip to content

Commit

Permalink
fix: adjust fallback theme layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed May 18, 2021
1 parent b623c5f commit 30bccb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config.go
Expand Up @@ -231,17 +231,16 @@ func getDefaultConfig(info string) *Config {
{
Type: Exit,
Style: Diamond,
PowerlineSymbol: "\uE0B0",
Background: "#2e9599",
Foreground: "#ffffff",
LeadingDiamond: "",
LeadingDiamond: "<transparent,#2e9599>\uE0B0</>",
TrailingDiamond: "\uE0B4",
Properties: map[Property]interface{}{
DisplayExitCode: false,
AlwaysEnabled: true,
ErrorColor: "#f1184c",
ColorBackground: true,
Prefix: "<transparent>\uE0B0</> \uE23A",
Prefix: " \uE23A",
},
},
},
Expand Down

0 comments on commit 30bccb0

Please sign in to comment.