2021-09-04 07:33:21 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#E0E0E0" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#BF231D" ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " \uf0e7 " ,
2022-02-03 01:22:57 -08:00
"type" : "root"
2021-09-04 07:33:21 -07:00
} ,
{
"background" : "#E0E0E0" ,
"foreground" : "#EF7D00" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .Icon }} " ,
2022-02-03 01:22:57 -08:00
"type" : "os"
2021-09-04 07:33:21 -07:00
} ,
{
"background" : "#E0E0E0" ,
"foreground" : "#424242" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .UserName }}" ,
2022-02-03 01:22:57 -08:00
"type" : "session"
2021-11-07 08:42:56 -08:00
} ,
2021-09-04 07:33:21 -07:00
{
"background" : "#E0E0E0" ,
"foreground" : "#424242" ,
2021-11-07 08:42:56 -08:00
"foreground_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#053F22{{ end }}" ,
"{{ if or (gt .Ahead 0) (gt .Behind 0) }}#0A703E{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2021-09-04 07:33:21 -07:00
"properties" : {
"branch_max_length" : 30 ,
2022-02-03 01:22:57 -08:00
"fetch_status" : true ,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-09-06 22:01:52 -07:00
"template" : " [{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }}<#BD6200> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#053F22> \uf046 {{ .Staging.String }}</>{{ end }}] " ,
2022-02-03 01:22:57 -08:00
"type" : "git"
2021-09-04 07:33:21 -07:00
} ,
{
"background" : "#E0E0E0" ,
"foreground" : "#424242" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "full"
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .Path }}" ,
2022-02-03 01:22:57 -08:00
"type" : "path"
2021-09-04 07:33:21 -07:00
} ,
2023-01-14 05:09:11 -08:00
{
"background" : "#E0E0E0" ,
"foreground" : "#424242" ,
"powerline_symbol" : "\ue0b0" ,
"style" : "plain" ,
"template" : " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} " ,
"properties" : {
"text" : "\ue0b0"
} ,
"type" : "python"
} ,
2021-09-04 07:33:21 -07:00
{
"foreground" : "#E0E0E0" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\ue0b0 " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-09-04 07:33:21 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-09-04 07:33:21 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
2022-03-27 01:12:47 -07:00
"version" : 2
2021-11-07 08:42:56 -08:00
}