mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
fix: adjust fallback theme layout
This commit is contained in:
parent
b623c5f190
commit
30bccb06d2
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue