oh-my-posh/themes/paradox.json
2020-10-05 19:26:59 +02:00

100 lines
2.3 KiB
JSON

{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "root",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#100e23",
"background": "#ffe9aa",
"properties": {
"root_icon": "襁"
}
},
{
"type": "session",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"user_info_separator": "@"
}
},
{
"type": "path",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#100e23",
"background": "#91ddff",
"properties": {
"home_icon": "~",
"folder_icon": "",
"windows_registry_icon": "",
"folder_separator_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": "powerline",
"powerline_symbol": "",
"foreground": "#100e23",
"background": "#906cff",
"properties": {
"prefix": "  "
}
},
{
"type": "exit",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#ff8080",
"properties": {
"prefix": ""
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
"text": ""
}
}
]
}
],
"final_space": true
}