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