2021-12-23 10:51:12 -08:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"final_space" : false ,
"console_title" : false ,
"console_title_style" : "folder" ,
"blocks" : [
{
"type" : "prompt" ,
"alignment" : "left" ,
"segments" : [
{
"type" : "session" ,
"style" : "diamond" ,
"powerline_symbol" : "\uE0B0" ,
"foreground" : "#ffffff" ,
"background" : "#2e9599" ,
"leading_diamond" : "\uE0B6" ,
"trailing_diamond" : "" ,
"properties" : {
"prefix" : "\uFCBE " ,
2022-01-17 04:16:04 -08:00
"template" : "{{ .HostName }}"
2021-12-23 10:51:12 -08:00
}
} ,
{
"type" : "path" ,
"style" : "powerline" ,
"powerline_symbol" : "\uE0B0" ,
"invert_powerline" : false ,
"foreground" : "#ffffff" ,
"background" : "#0080ff" ,
"properties" : {
"prefix" : " \uE5FF " ,
2022-01-23 09:48:55 -08:00
"style" : "full"
2021-12-23 10:51:12 -08:00
}
} ,
{
"type" : "git" ,
"style" : "powerline" ,
"powerline_symbol" : "\uE0B0" ,
"invert_powerline" : false ,
"foreground" : "#193549" ,
"background" : "#c19c00" ,
"properties" : {
"fetch_status" : true ,
"fetch_stash_count" : true ,
"fetch_upstream_icon" : true ,
"template" : "{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uF692 {{ .StashCount }}{{ end }}"
}
} ,
{
"type" : "exit" ,
"style" : "diamond" ,
"foreground" : "#ffffff" ,
"background" : "#2e9599" ,
"background_templates" : [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
] ,
"leading_diamond" : "" ,
"trailing_diamond" : "\uE0B4" ,
"properties" : {
"always_enabled" : true ,
"display_exit_code" : false ,
"success_icon" : "\uF00C" ,
"error_icon" : "\uF00D" ,
"prefix" : " "
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "right" ,
"horizontal_offset" : 0 ,
"vertical_offset" : 0 ,
"segments" : [
{
"type" : "time" ,
"style" : "diamond" ,
"foreground" : "#ffffff" ,
"background" : "#2e9599" ,
"leading_diamond" : "\uE0B6" ,
"trailing_diamond" : "\uE0B4" ,
"properties" : {
"time_format" : "15:04:05"
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"type" : "root" ,
"style" : "plain" ,
"foreground" : "#ff0000" ,
"properties" : {
"prefix" : "" ,
2022-01-22 10:46:56 -08:00
"template" : "\uE00A"
2021-12-23 10:51:12 -08:00
}
} ,
{
"type" : "shell" ,
"style" : "plain" ,
"foreground" : "#ffffff"
} ,
{
"type" : "text" ,
"style" : "plain" ,
"foreground" : "#ffffff" ,
"properties" : {
"prefix" : "" ,
"text" : "\uF054"
}
}
]
}
]
2022-01-17 04:16:04 -08:00
}