oh-my-posh/themes/avit.omp.json
2020-12-02 09:26:07 +01:00

66 lines
1.3 KiB
JSON

{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"background": "transparent",
"properties": {
"prefix": "",
"style": "short"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C2C206",
"background": "transparent",
"properties": {
"prefix": ""
}
},
{
"type": "root",
"style": "plain",
"foreground": "#B5B50D",
"background": "transparent"
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"background": "transparent",
"properties": {
"prefix": "x"
}
}
]
},
{
"type": "newline"
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"background": "transparent",
"properties": {
"prefix": "",
"postfix": "",
"text": "\uE602"
}
}
]
}
],
"final_space": true
}