{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"palette": {
"blue": "#8AADF4",
"closer": "p:os",
"lavender": "#B7BDF8",
"os": "#ACB0BE",
"pink": "#F5BDE6"
},
"transient_prompt": {
"template": "{{ .Shell }}> ",
"foreground": "#ffffff",
"background": "transparent"
},
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"template": "# ",
"foreground": "p:blue",
"type": "session",
"style": "plain"
},
{
"options": {
"folder_icon": "..\ue5fe..",
"home_icon": "~",
"style": "agnoster_short"
},
"template": "{{ .Folder }} ",
"foreground": "p:pink",
"type": "path",
"style": "plain"
},
{
"options": {
"branch_icon": "\ue725 ",
"cherry_pick_icon": "\ue29b ",
"commit_icon": "\uf417 ",
"fetch_status": false,
"fetch_upstream_icon": false,
"merge_icon": "\ue727 ",
"no_commits_icon": "\uf0c3 ",
"rebase_icon": "\ue728 ",
"revert_icon": "\uf0e2 ",
"tag_icon": "\uf412 "
},
"template": "{{ .HEAD }} ",
"foreground": "p:lavender",
"type": "git",
"style": "plain"
},
{
"template": "\uf105",
"foreground": "p:closer",
"type": "text",
"style": "plain"
}
]
}
],
"version": 4,
"final_space": true
}