mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"type": "session",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#61AFEF",
|
|
"leading_diamond": "",
|
|
"trailing_diamond": "",
|
|
"properties": {
|
|
"user_info_separator": "@",
|
|
"postfix": " "
|
|
}
|
|
},
|
|
{
|
|
"type": "path",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#ffffff",
|
|
"background": "#C678DD",
|
|
"properties": {
|
|
"home_icon": "~",
|
|
"style": "short"
|
|
}
|
|
},
|
|
{
|
|
"type": "git",
|
|
"style": "powerline",
|
|
"powerline_symbol": "",
|
|
"foreground": "#193549",
|
|
"background": "#95ffa4",
|
|
"properties": {
|
|
"branch_icon": "",
|
|
"branch_identical_icon": "≡",
|
|
"branch_ahead_icon": "↑",
|
|
"branch_behind_icon": "↓",
|
|
"branch_gone_icon": "≢",
|
|
"local_working_icon": "",
|
|
"local_staged_icon": ""
|
|
}
|
|
},
|
|
{
|
|
"type": "python",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#FF6471",
|
|
"leading_diamond": "",
|
|
"trailing_diamond": "",
|
|
"properties": {
|
|
"prefix": "<transparent> </>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"final_space": true
|
|
}
|