From bce149b82f35b5c6c41558b8b3b17dc1e72498ef Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Fri, 14 Jul 2023 07:20:34 +0200 Subject: [PATCH] fix(azure): correct Azure icon resolves #4056 --- src/engine/config.go | 2 +- themes/cloud-context.omp.json | 6 +++--- themes/cloud-native-azure.omp.json | 2 +- themes/jonnychipz.omp.json | 2 +- themes/markbull.omp.json | 2 +- themes/pixelrobots.omp.json | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/engine/config.go b/src/engine/config.go index bd65a129..644a27a1 100644 --- a/src/engine/config.go +++ b/src/engine/config.go @@ -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, }, diff --git a/themes/cloud-context.omp.json b/themes/cloud-context.omp.json index f9b1e252..7ca8de45 100644 --- a/themes/cloud-context.omp.json +++ b/themes/cloud-context.omp.json @@ -54,7 +54,7 @@ }, "style": "powerline", "powerline_symbol": "\ue0b4", - "template": " \ufd03 {{ .Name }}", + "template": " \uebd8 {{ .Name }}", "type": "az" }, { @@ -65,7 +65,7 @@ }, "style": "powerline", "powerline_symbol": "\ue0b4", - "template": " \ufd03 (PS) {{ .Name }}", + "template": " \uebd8 (PS) {{ .Name }}", "type": "az" }, { @@ -185,4 +185,4 @@ "type": "prompt" } ] -} \ No newline at end of file +} diff --git a/themes/cloud-native-azure.omp.json b/themes/cloud-native-azure.omp.json index 689c48a9..2fb6a2fa 100644 --- a/themes/cloud-native-azure.omp.json +++ b/themes/cloud-native-azure.omp.json @@ -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" } ], diff --git a/themes/jonnychipz.omp.json b/themes/jonnychipz.omp.json index 74e7f90d..f9a19963 100644 --- a/themes/jonnychipz.omp.json +++ b/themes/jonnychipz.omp.json @@ -25,7 +25,7 @@ "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "style": "powerline", - "template": " \ufd03 {{ .Name }} ", + "template": " \uebd8 {{ .Name }} ", "type": "az" }, { diff --git a/themes/markbull.omp.json b/themes/markbull.omp.json index 1259f461..4ab4773b 100644 --- a/themes/markbull.omp.json +++ b/themes/markbull.omp.json @@ -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 ", diff --git a/themes/pixelrobots.omp.json b/themes/pixelrobots.omp.json index eb9ca32b..778b3aaa 100644 --- a/themes/pixelrobots.omp.json +++ b/themes/pixelrobots.omp.json @@ -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" } ],