oh-my-posh/themes/avit.json

67 lines
1.4 KiB
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"home_icon": "~",
"style": "short"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C2C206",
"properties": {
"branch_icon": "",
"branch_identical_icon": "≡",
"branch_ahead_icon": "↑",
"branch_behind_icon": "↓",
"branch_gone_icon": "≢",
"local_working_icon": "",
"local_staged_icon": ""
}
},
{
"type": "root",
"style": "plain",
2020-10-15 23:37:43 -07:00
"foreground": "#B5B50D"
2019-03-13 04:14:30 -07:00
},
{
"type": "exit",
"style": "plain",
"foreground": "#C94A16",
"properties": {
2020-09-30 02:25:54 -07:00
"prefix": "x"
2019-03-13 04:14:30 -07:00
}
}
]
},
{
"type": "newline"
2019-03-13 04:14:30 -07:00
},
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": "▶"
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}