{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "alignment": "left", "segments": [ { "foreground": "#e7e7e7", "properties": { "style": "folder" }, "style": "plain", "template": " {{ .Path }} ", "type": "path" }, { "foreground": "#656565", "properties": { "branch_icon": "", "fetch_status": false }, "style": "plain", "template": "<#b2b2b2>git:({{ .HEAD }}<#8c8c8c>) ", "type": "git" }, { "foreground": "#4d4d4d", "properties": { "time_format": "15:04" }, "style": "plain", "template": "{{ .CurrentDate | date .Format }} ", "type": "time" }, { "foreground": "#FF0000", "style": "plain", "template": "X ", "type": "status" }, { "foreground": "#ffffff", "style": "plain", "template": "<#b2b2b2>\u276f<#8c8c8c>\u276f ", "type": "text" } ], "type": "prompt" } ], "version": 3 }