2021-09-17 13:13:13 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#f1184c" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#242424" ,
"powerline_symbol" : "\ue0c4" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : "\uf0e7"
} ,
"style" : "powerline" ,
"type" : "root"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#282c34" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#3A86FF" ,
"leading_diamond" : " " ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : "{{ if .WSL }}WSL at {{ end }}{{.Icon}} "
} ,
"style" : "diamond" ,
"type" : "os"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#242424" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#FFBB00" ,
"powerline_symbol" : "\ue0c4" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : "{{ .CurrentDate | date .Format }} " ,
"time_format" : "15:04:05"
} ,
"style" : "powerline" ,
"type" : "time"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#242424" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#33DD2D" ,
"powerline_symbol" : "\ue0b0" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"folder_separator_icon" : "/" ,
2021-09-17 13:13:13 -07:00
"style" : "folder" ,
2022-02-03 01:22:57 -08:00
"template" : "\ue5ff {{ .Path }} "
} ,
"style" : "powerline" ,
"type" : "path"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#242424" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#3A86FF" ,
"powerline_symbol" : "\ue0b0" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
2022-02-03 01:22:57 -08:00
"fetch_status" : 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 .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} "
} ,
"style" : "powerline" ,
"type" : "git"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#0184bc" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"powerline_symbol" : "\ue0c4" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \ue70c {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} "
} ,
"style" : "powerline" ,
"type" : "dotnet"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#8800dd" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
"powerline_symbol" : "\ue0c4" ,
2021-09-17 13:13:13 -07:00
"properties" : {
"style" : "austin" ,
2022-02-03 01:22:57 -08:00
"template" : " <#fefefe>\ufbab</> {{ .FormattedMs }} " ,
"threshold" : 1
} ,
"style" : "powerline" ,
"type" : "executiontime"
2021-09-17 13:13:13 -07:00
} ,
{
"background" : "#33DD2D" ,
2022-02-03 01:22:57 -08:00
"background_templates" : [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
] ,
"foreground" : "#242424" ,
"powerline_symbol" : "\ue0b4" ,
2021-09-17 13:13:13 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : " \uf7d4 "
} ,
"style" : "powerline" ,
"type" : "exit"
2021-09-17 13:13:13 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-09-17 13:13:13 -07:00
} ,
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"foreground" : "#f1184c" ,
"properties" : {
2022-02-03 01:22:57 -08:00
"template" : "\u279c "
} ,
"style" : "plain" ,
"type" : "text"
2021-09-17 13:13:13 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-09-17 13:13:13 -07:00
}
2022-02-03 01:22:57 -08:00
] ,
"console_title_template" : "{{if .Root}}(Admin) {{end}}{{.Folder}}" ,
"version" : 1
2021-11-07 08:42:56 -08:00
}