oh-my-posh/themes/avit.omp.json
2024-02-15 20:27:20 +01:00

54 lines
1.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#ffffff",
"properties": {
"style": "full"
},
"style": "plain",
"template": "{{ .Path }} ",
"type": "path"
},
{
"foreground": "#C2C206",
"style": "plain",
"template": "{{ .HEAD }} ",
"type": "git"
},
{
"foreground": "#B5B50D",
"style": "plain",
"template": " \uf0e7 ",
"type": "root"
},
{
"foreground": "#C94A16",
"style": "plain",
"template": "x{{ reason .Code }} ",
"type": "status"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#007ACC",
"style": "plain",
"template": "\ue602",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}