oh-my-posh/themes/lambda.omp.json
2022-02-03 10:44:18 +01:00

38 lines
834 B
JSON

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