oh-my-posh/themes/avit.omp.json

58 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2019-03-13 04:14:30 -07:00
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "path",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"prefix": "",
2020-12-24 13:17:00 -08:00
"style": "full"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "git",
"style": "plain",
"foreground": "#C2C206"
2019-03-13 04:14:30 -07:00
},
{
"type": "root",
"style": "plain",
"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": "",
2020-10-16 08:12:34 -07:00
"text": "\uE602"
2019-03-13 04:14:30 -07:00
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}