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

37 lines
784 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": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "text",
"style": "plain",
"foreground": "#F5F5F5",
"properties": {
"prefix": "",
2020-10-16 08:12:34 -07:00
"text": "\uFB26"
2019-03-13 04:14:30 -07:00
}
},
{
"type": "path",
"style": "plain",
"foreground": "#B80101",
"properties": {
"style": "agnoster"
}
},
{
"type": "git",
"style": "plain",
"foreground": "#B80101",
"properties": {
"prefix": " <#F5F5F5>git:</>"
}
}
]
}
]
2019-03-13 04:14:30 -07:00
}