oh-my-posh/themes/lambda.json

37 lines
704 B
JSON
Raw Normal View History

2019-03-13 04:14:30 -07:00
{
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#F5F5F5",
"properties": {
"prefix": "",
2019-03-13 04:14:30 -07:00
"text": "ﬦ"
}
},
{
"type": "path",
"style": "plain",
"foreground": "#B80101",
"properties": {
"style": "agnoster"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#B80101",
"properties": {
"prefix": " <#F5F5F5>git:</>"
}
}
]
}
],
"final_space": true
2019-03-13 04:14:30 -07:00
}