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

58 lines
1.6 KiB
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#18354c",
"foreground": "#ffc107",
2022-02-03 01:22:57 -08:00
"leading_diamond": "\ue0b6",
"properties": {
2022-02-03 01:22:57 -08:00
"style": "folder",
"template": " \ue5ff {{ .Path }} "
},
"style": "diamond",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b0",
"type": "path"
},
{
"background": "#18354c",
"foreground": "#ffc107",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
"properties": {
"fetch_stash_count": true,
2021-11-08 13:56:40 -08:00
"fetch_upstream_icon": true,
2022-02-03 01:22:57 -08:00
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
},
"style": "powerline",
"type": "git"
},
{
"background": "#ffc107",
2022-02-03 01:22:57 -08:00
"foreground": "#18354c",
"powerline_symbol": "\ue0b0",
"properties": {
2022-02-03 01:22:57 -08:00
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
},
"style": "powerline",
"type": "python"
},
{
"background": "#ffc107",
"foreground": "#18354c",
2022-02-03 01:22:57 -08:00
"powerline_symbol": "\ue0b0",
"properties": {
"template": " \uf0e7 "
},
"style": "powerline",
"type": "root"
}
],
"type": "prompt"
}
],
2022-02-03 01:22:57 -08:00
"final_space": true,
"version": 1
}