oh-my-posh/themes/M365Princess.omp.json

106 lines
2.9 KiB
JSON
Raw Permalink Normal View History

2021-09-02 08:49:03 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"white": "#FFFFFF",
"tan": "#CC3802",
"teal": "#047E84",
"plum": "#9A348E",
"blush": "#DA627D",
"salmon": "#FCA17D",
"sky": "#86BBD8",
"teal_blue": "#33658A"
},
2021-09-02 08:49:03 -07:00
"blocks": [
{
"alignment": "left",
"segments": [
{
"type": "text",
"style": "diamond",
"leading_diamond": "\ue0b6",
"foreground": "p:white",
"background": "p:tan",
"template": "{{ if .Env.PNPPSHOST }} \uf8c5 {{ .Env.PNPPSHOST }} {{ end }}"
},
{
"type": "text",
"style": "powerline",
"foreground": "p:white",
"background": "p:teal",
"powerline_symbol": "\ue0b0",
"template": "{{ if .Env.PNPPSSITE }} \uf2dd {{ .Env.PNPPSSITE }}{{ end }}"
},
{
"type": "text",
"style": "diamond",
"trailing_diamond": "\ue0b4",
"foreground": "p:white",
"background": "p:teal",
"template": "{{ if .Env.PNPPSSITE }}\u00A0{{ end }}"
}
],
"type": "rprompt"
},
2021-09-02 08:49:03 -07:00
{
"alignment": "left",
"segments": [
{
"background": "p:plum",
"foreground": "p:white",
2022-02-03 01:22:57 -08:00
"leading_diamond": "\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": "{{ .UserName }} ",
2022-02-03 01:22:57 -08:00
"type": "session"
2021-09-02 08:49:03 -07:00
},
{
"background": "p:blush",
"foreground": "p:white",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
2021-09-02 08:49:03 -07:00
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
2021-09-02 08:49:03 -07:00
},
{
"background": "p:salmon",
"foreground": "p:white",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
2021-09-02 08:49:03 -07:00
"properties": {
"branch_icon": "",
2022-02-03 01:22:57 -08:00
"fetch_stash_count": true,
"fetch_status": false,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2022-02-03 01:22:57 -08:00
},
"style": "powerline",
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }}) ",
2022-02-03 01:22:57 -08:00
"type": "git"
2021-09-02 08:49:03 -07:00
},
{
"background": "p:sky",
"foreground": "p:white",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
"style": "powerline",
2022-03-27 01:12:47 -07:00
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} ",
2022-02-03 01:22:57 -08:00
"type": "node"
2021-09-02 08:49:03 -07:00
},
{
"background": "p:teal_blue",
"foreground": "p:white",
2021-09-02 08:49:03 -07:00
"properties": {
"time_format": "15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "time"
2021-09-02 08:49:03 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2021-09-02 08:49:03 -07:00
}
2022-02-03 01:22:57 -08:00
],
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2021-09-02 08:49:03 -07:00
}