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": [
|
|
|
|
{
|
2021-11-14 04:39:00 -08:00
|
|
|
"foreground": "#CB4B16",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": " {{ .Text }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "exit"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
2022-02-03 01:22:57 -08:00
|
|
|
"foreground": "#CECE04",
|
|
|
|
"properties": {
|
|
|
|
"template": " \uf0e7 "
|
|
|
|
},
|
2019-03-13 04:14:30 -07:00
|
|
|
"style": "plain",
|
2022-02-03 01:22:57 -08:00
|
|
|
"type": "root"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
2021-12-03 14:44:58 -08:00
|
|
|
"foreground": "#FFFFFF",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "{{ .UserName }}@{{ .HostName }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "session"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#0973C0",
|
|
|
|
"properties": {
|
2021-04-04 11:28:41 -07:00
|
|
|
"style": "full",
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "{{ .Path }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "path"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#C1C106",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "<#ffffff>git:</>{{ .HEAD }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "git"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#100e23",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "python"
|
2019-03-13 04:14:30 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"foreground": "#ffffff",
|
|
|
|
"properties": {
|
2022-02-03 01:22:57 -08:00
|
|
|
"template": "<#CB4B16>\u276f</><#CACA02>\u276f</><#4E9A06>\u276f</> "
|
|
|
|
},
|
|
|
|
"style": "plain",
|
|
|
|
"type": "text"
|
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
|
|
|
}
|