2022-09-03 08:51:58 -07:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
|
|
|
"blocks": [
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"foreground": "#F1FA8C",
|
|
|
|
"properties": {
|
|
|
|
"style": "folder"
|
|
|
|
},
|
|
|
|
"style": "diamond",
|
2023-11-06 13:53:32 -08:00
|
|
|
"template": "<#42E66C>\u2B22 </><b>{{ .Path }}</b>",
|
2022-09-03 08:51:58 -07:00
|
|
|
"type": "path"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#43CCEA",
|
|
|
|
"properties": {
|
|
|
|
"branch_icon": ""
|
|
|
|
},
|
|
|
|
"style": "diamond",
|
2023-11-06 13:53:32 -08:00
|
|
|
"template": "<#ffffff> \u26A1 </><b>{{ .HEAD }}</b>",
|
2022-09-03 08:51:58 -07:00
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#ff0000",
|
|
|
|
"style": "diamond",
|
2023-11-06 13:53:32 -08:00
|
|
|
"template": "<#ff0000> \u25C9</>",
|
2022-09-03 08:51:58 -07:00
|
|
|
"type": "text"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"type": "prompt"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"alignment": "left",
|
|
|
|
"newline": true,
|
|
|
|
"segments": [
|
|
|
|
{
|
|
|
|
"foreground": "#000000",
|
|
|
|
"style": "plain",
|
|
|
|
"template": ">",
|
|
|
|
"type": "text"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"type": "prompt"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"final_space": true,
|
|
|
|
"version": 2
|
|
|
|
}
|