fix(azure): correct Azure icon

resolves #4056
This commit is contained in:
Jan De Dobbeleer 2023-07-14 07:20:34 +02:00 committed by Jan De Dobbeleer
parent 0570e50549
commit bce149b82f
6 changed files with 9 additions and 9 deletions

View file

@ -508,7 +508,7 @@ func defaultConfig(env platform.Environment, warning bool) *Config {
TrailingDiamond: "\ue0b4",
Background: "p:blue",
Foreground: "p:white",
Template: " \ufd03 {{ .Name }} ",
Template: " \uebd8 {{ .Name }} ",
Properties: properties.Map{
properties.DisplayDefault: true,
},

View file

@ -54,7 +54,7 @@
},
"style": "powerline",
"powerline_symbol": "\ue0b4",
"template": " <p:symbol-color>\ufd03</> {{ .Name }}",
"template": " <p:symbol-color>\uebd8</> {{ .Name }}",
"type": "az"
},
{
@ -65,7 +65,7 @@
},
"style": "powerline",
"powerline_symbol": "\ue0b4",
"template": " <p:symbol-color>\ufd03</> (PS) {{ .Name }}",
"template": " <p:symbol-color>\uebd8</> (PS) {{ .Name }}",
"type": "az"
},
{
@ -185,4 +185,4 @@
"type": "prompt"
}
]
}
}

View file

@ -121,7 +121,7 @@
"foreground": "#000000",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \ufd03 Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) ",
"template": " \uebd8 Subscription {{ .Name }} ({{ if .EnvironmentName | contains \"AzureCloud\" }}{{ \"Global\" }}{{ else }}{{ .EnvironmentName }}{{ end }}) ",
"type": "az"
}
],

View file

@ -25,7 +25,7 @@
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
"style": "powerline",
"template": " \ufd03 {{ .Name }} ",
"template": " \uebd8 {{ .Name }} ",
"type": "az"
},
{

View file

@ -52,7 +52,7 @@
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"properties": {
"azure_devops_icon": "\ufd03 ",
"azure_devops_icon": "\uebd8 ",
"bitbucket_icon": "\uf171 ",
"branch_gone_icon": "\uebcc ",
"branch_icon": "\ue0a0 ",

View file

@ -26,7 +26,7 @@
"source": "cli"
},
"style": "powerline",
"template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
"type": "az"
},
{
@ -37,7 +37,7 @@
"source": "pwsh"
},
"style": "powerline",
"template": " \ufd03 {{ .Name }} [ {{ .Origin }} ] ",
"template": " \uebd8 {{ .Name }} [ {{ .Origin }} ] ",
"type": "az"
}
],