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

70 lines
1.9 KiB
JSON
Raw Normal View History

2021-09-02 08:49:03 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#9A348E",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
2021-09-02 08:49:03 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": "{{ .UserName }} "
},
"style": "diamond",
"type": "session"
2021-09-02 08:49:03 -07:00
},
{
"background": "#DA627D",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2021-09-02 08:49:03 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"style": "folder",
"template": " {{ .Path }} "
},
"style": "powerline",
"type": "path"
2021-09-02 08:49:03 -07:00
},
{
"background": "#FCA17D",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"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-02-03 01:22:57 -08:00
"fetch_upstream_icon": true,
"template": " \u279c ({{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }}) "
},
"style": "powerline",
"type": "git"
2021-09-02 08:49:03 -07:00
},
{
"background": "#86BBD8",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
"powerline_symbol": "\ue0b0",
2021-09-02 08:49:03 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
},
"style": "powerline",
"type": "node"
2021-09-02 08:49:03 -07:00
},
{
"background": "#33658A",
2022-02-03 01:22:57 -08:00
"foreground": "#ffffff",
2021-09-02 08:49:03 -07:00
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \u2665 {{ .CurrentDate | date .Format }} ",
2021-09-02 08:49:03 -07:00
"time_format": "15:04"
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"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,
"version": 1
2021-09-02 08:49:03 -07:00
}