{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "foreground": "#E5C07B", "properties": { "time_format": "15:04:05" }, "style": "plain", "template": "[{{ .CurrentDate | date .Format }}]", "type": "time" }, { "foreground": "#B5B50D", "style": "plain", "template": " \uf0e7 ", "type": "root" }, { "foreground": "#61AFEF", "properties": { "style": "agnoster" }, "style": "plain", "template": " {{ .Path }} on", "type": "path" }, { "foreground": "#F3C267", "properties": { "branch_gone_icon": "\u274e", "branch_identical_icon": "\uf14a" }, "style": "plain", "template": " {{ .HEAD }} ", "type": "git" }, { "foreground": "#C94A16", "style": "plain", "template": "x{{ reason .Code }} ", "type": "status" }, { "foreground": "#E06C75", "style": "plain", "template": "\u276f ", "type": "text" } ], "type": "prompt" } ], "version": 3 }