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", TrailingDiamond: "\ue0b4",
Background: "p:blue", Background: "p:blue",
Foreground: "p:white", Foreground: "p:white",
Template: " \ufd03 {{ .Name }} ", Template: " \uebd8 {{ .Name }} ",
Properties: properties.Map{ Properties: properties.Map{
properties.DisplayDefault: true, properties.DisplayDefault: true,
}, },

View file

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

View file

@ -121,7 +121,7 @@
"foreground": "#000000", "foreground": "#000000",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"style": "powerline", "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" "type": "az"
} }
], ],

View file

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

View file

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

View file

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