{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "background": "#3A86FF", "foreground": "#ffffff", "leading_diamond": "\ue0b6", "properties": { "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} " }, "style": "diamond", "type": "os" }, { "background": "#3A86FF", "foreground": "#ffffff", "properties": { "template": " {{ .UserName }}@{{ .HostName }} " }, "style": "powerline", "type": "session" }, { "background": "#ff479c", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "properties": { "style": "full", "template": " \ue5ff {{ .Path }} " }, "style": "powerline", "type": "path" }, { "background": "#4caf50", "foreground": "#193549", "powerline_symbol": "\ue0b0", "properties": { "template": " {{ .CurrentDate | date .Format }} ", "time_format": "2006-01-02 15:04:05" }, "style": "powerline", "type": "time" }, { "background": "#fffb38", "foreground": "#193549", "powerline_symbol": "\ue0b0", "properties": { "fetch_stash_count": true, "fetch_upstream_icon": true, "template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} " }, "style": "powerline", "type": "git" }, { "background": "#6CA35E", "foreground": "#ffffff", "powerline_symbol": "\ue0b0", "properties": { "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} " }, "style": "powerline", "type": "node" }, { "background": "#ffff66", "foreground": "#193549", "powerline_symbol": "\ue0b0", "properties": { "template": " \uf0e7 " }, "style": "powerline", "type": "root" }, { "background": "#2e9599", "background_templates": [ "{{ if gt .Code 0 }}#f1184c{{ end }}" ], "foreground": "#ffffff", "leading_diamond": "\ue0b0", "properties": { "always_enabled": true, "template": " \uf7d4 " }, "style": "diamond", "trailing_diamond": "\ue0b4", "type": "exit" } ], "type": "prompt" }, { "alignment": "left", "newline": true, "segments": [ { "foreground": "#f1184c", "properties": { "template": "\uf7c6 " }, "style": "plain", "type": "text" } ], "type": "prompt" } ], "final_space": true, "version": 1 }