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

57 lines
1.5 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
"segments": [
{
"background": "#18354c",
"foreground": "#ffc107",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"prefix": "  ",
"style": "folder"
},
"style": "diamond",
"type": "path"
},
{
"background": "#18354c",
"foreground": "#ffc107",
"powerline_symbol": "\uE0B0",
"properties": {
"fetch_stash_count": true,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon": true,
2021-11-09 08:13:47 -08:00
"template": "{{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
},
"style": "powerline",
"type": "git"
},
{
"type": "python",
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#18354c",
"background": "#ffc107",
"properties": {
"prefix": " \uE235 "
}
},
{
"background": "#ffc107",
"foreground": "#18354c",
"powerline_symbol": "\uE0B0",
"style": "powerline",
"type": "root"
}
],
"type": "prompt"
}
],
"final_space": true
}