{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#ffffff", "properties": { "prefix": "", "postfix": "", "text": "<#C591E8>\u276F<#69FF94>\u276F" } }, { "type": "path", "style": "plain", "foreground": "#56B6C2", "properties": { "style": "folder" } }, { "type": "git", "style": "plain", "foreground": "#D0666F", "properties": { "branch_icon": "", "fetch_status": false, "template": "{{ .HEAD }}", "prefix": "<#5FAAE8>git:(", "postfix": "<#5FAAE8>)" } }, { "type": "exit", "style": "plain", "foreground": "#DCB977", "properties": { "template": "\uF119", "prefix": " ", "postfix": "" } }, { "type": "time", "style": "plain", "foreground": "#66F68F", "properties": { "time_format": "15:04" } } ] } ] }