diff --git a/themes/M365Princess.omp.json b/themes/M365Princess.omp.json index 696875be..5298c293 100644 --- a/themes/M365Princess.omp.json +++ b/themes/M365Princess.omp.json @@ -1,6 +1,36 @@ { "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ + { + "alignment": "left", + "segments": [ + { + "type": "text", + "style": "diamond", + "leading_diamond": "\ue0b6", + "foreground": "#ffffff", + "background": "#cc3802", + "template": "{{ if .Env.PNPPSHOST }} \uf8c5 {{ .Env.PNPPSHOST }} {{ end }}" + }, + { + "type": "text", + "style": "powerline", + "foreground": "#ffffff", + "background": "#047e84", + "powerline_symbol": "\ue0b0", + "template": "{{ if .Env.PNPPSSITE }} \uf672 {{ .Env.PNPPSSITE }}{{ end }}" + }, + { + "type": "text", + "style": "diamond", + "trailing_diamond": "\ue0b4", + "foreground": "#ffffff", + "background": "#047e84", + "template": "{{ if .Env.PNPPSSITE }}\u00A0{{ end }}" + } + ], + "type": "rprompt" + }, { "alignment": "left", "segments": [