oh-my-posh/themes/lambda.omp.json
2022-03-27 15:42:42 +02:00

34 lines
752 B
JSON

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#F5F5F5",
"style": "plain",
"template": "\ufb26 ",
"type": "text"
},
{
"foreground": "#B80101",
"properties": {
"style": "agnoster"
},
"style": "plain",
"template": " {{ .Path }} ",
"type": "path"
},
{
"foreground": "#B80101",
"style": "plain",
"template": " <#F5F5F5>git:</>{{ .HEAD }} ",
"type": "git"
}
],
"type": "prompt"
}
],
"version": 2
}