oh-my-posh/themes/avit.omp.json
2022-03-27 15:42:42 +02: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{{ .Meaning }} ",
"type": "exit"
}
],
"type": "prompt"
},
{
"alignment": "left",
"newline": true,
"segments": [
{
"foreground": "#007ACC",
"style": "plain",
"template": "\ue602 ",
"type": "text"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 2
}