{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "foreground": "#F1FA8C", "properties": { "style": "folder" }, "style": "diamond", "template": "<#42E66C>\ueaf7 {{ .Path }}", "type": "path" }, { "foreground": "#43CCEA", "properties": { "branch_icon": "" }, "style": "diamond", "template": "<#ffffff> \u2387 {{ .HEAD }}", "type": "git" }, { "foreground": "#FFA500", "properties": { "style": "powerline" }, "style": "diamond", "template": "<#FFA500> \u2638 {{ .Context }}{{if .Namespace}}::{{ .Namespace }}{{end}}", "type": "kubectl" }, { "foreground": "#ff0000", "style": "diamond", "template": "<#ff0000> \u25C9", "type": "text" } ], "type": "prompt" }, { "alignment": "left", "newline": true, "segments": [ { "foreground": "#FFFFFF", "style": "plain", "template": ">", "type": "text" } ], "type": "prompt" } ], "final_space": true, "version": 3 }