oh-my-posh/themes/lambda.omp.json

38 lines
834 B
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
2021-02-15 23:36:37 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
2019-03-13 04:14:30 -07:00
"blocks": [
{
"alignment": "left",
"segments": [
{
"foreground": "#F5F5F5",
"properties": {
2022-02-03 01:22:57 -08:00
"template": "\ufb26 "
},
"style": "plain",
"type": "text"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#B80101",
"properties": {
2022-02-03 01:22:57 -08:00
"style": "agnoster",
"template": " {{ .Path }} "
},
"style": "plain",
"type": "path"
2019-03-13 04:14:30 -07:00
},
{
"foreground": "#B80101",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " <#F5F5F5>git:</>{{ .HEAD }} "
},
"style": "plain",
"type": "git"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"type": "prompt"
2019-03-13 04:14:30 -07:00
}
2022-02-03 01:22:57 -08:00
],
"version": 1
2019-03-13 04:14:30 -07:00
}