{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "version": 3, "final_space": true, "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "session", "style": "diamond", "leading_diamond": "\ue0b6", "template": "{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} ", "properties": { "cache_duration": "none", "display_host": false }, "background": "#EB9654", "foreground": "#ffffff" }, { "type": "path", "style": "powerline", "template": " {{ path .Path .Location }} ", "properties": { "cache_duration": "none", "style": "folder" }, "background": "lightYellow", "foreground": "#3f3f3f" }, { "type": "git", "style": "plain", "template": " {{ .HEAD }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }} ", "properties": { "cache_duration": "none", "fetch_status": true }, "background": "#25AFF3", "foreground": "#ffffff" }, { "type": "node", "style": "powerline", "template": " {{ .PackageManagerName }} ", "properties": { "fetch_package_manager": true }, "background": "#6CA35E", "foreground": "#ffffff" }, { "type": "python", "style": "powerline", "template": "  {{ .Venv }} ", "background": "#254E71", "foreground": "#E2E2E2" }, { "type": "time", "style": "plain", "template": " {{ .CurrentDate | date .Format }} ", "properties": { "cache_duration": "none", "time_format": "15:04:05" }, "background": "#cc00ff", "foreground": "#ffffff" }, { "type": "executiontime", "style": "plain", "template": " {{ .FormattedMs }}s ", "properties": { "cache_duration": "none", "style": "dallas", "threshold": 0 }, "background": "#49404f", "foreground": "#ffffff" }, { "type": "status", "style": "diamond", "background_templates": ["{{ if .Error }}#e91e63{{ end }}"], "trailing_diamond": "\ue0b0", "properties": { "cache_duration": "none", "always_enabled": true }, "background": "#00897b", "foreground": "#ffffff" } ] }, { "type": "prompt", "alignment": "left", "segments": [ { "type": "status", "style": "plain", "foreground_templates": ["{{ if gt .Code 0 }}#ff0000{{ end }}"], "template": "❯ ", "properties": { "cache_duration": "none", "always_enabled": true }, "foreground": "#ffffff" } ], "newline": true } ] }