mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"blocks": [
|
|
{
|
|
"type": "prompt",
|
|
"alignment": "left",
|
|
"segments": [
|
|
{
|
|
"type": "session",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#61AFEF",
|
|
"leading_diamond": "\uE0B6",
|
|
"trailing_diamond": "\uE0B0"
|
|
},
|
|
{
|
|
"type": "path",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "#ffffff",
|
|
"background": "#C678DD",
|
|
"properties": {
|
|
"style": "short"
|
|
}
|
|
},
|
|
{
|
|
"type": "git",
|
|
"style": "powerline",
|
|
"powerline_symbol": "\uE0B0",
|
|
"foreground": "#193549",
|
|
"background": "#95ffa4"
|
|
},
|
|
{
|
|
"type": "python",
|
|
"style": "diamond",
|
|
"foreground": "#ffffff",
|
|
"background": "#FF6471",
|
|
"leading_diamond": "",
|
|
"trailing_diamond": "\uE0B4",
|
|
"properties": {
|
|
"prefix": "<transparent>\uE0B0 </>"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"final_space": true
|
|
}
|