2021-08-31 11:40:07 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"final_space" : false ,
"osc99" : true ,
"console_title" : true ,
"console_title_style" : "template" ,
2022-01-17 04:16:04 -08:00
"console_title_template" : "{{if .Root}} ⚡ {{end}}{{.Folder | replace \"~\" \"🏚\" }} @ {{.HostName}}" ,
2021-08-31 11:40:07 -07:00
"blocks" : [
{
"type" : "prompt" ,
"alignment" : "left" ,
"segments" : [
{
"type" : "root" ,
"style" : "plain" ,
"foreground" : "#FFEB3B" ,
"background" : "#a313a8" ,
"properties" : {
2021-11-07 08:42:56 -08:00
"prefix" : "" ,
2021-08-31 11:40:07 -07:00
"root_icon" : "⚡"
}
} ,
{
"type" : "os" ,
"style" : "plain" ,
"foreground" : "#ffffff" ,
2021-11-07 08:42:56 -08:00
"background" : "transparent" ,
"properties" : {
"prefix" : ""
}
2021-08-31 11:40:07 -07:00
} ,
{
"type" : "path" ,
"style" : "diamond" ,
"leading_diamond" : "<transparent,#01579B>\uE0B0</>" ,
"trailing_diamond" : "\uE0B0" ,
"foreground" : "#ffffff" ,
"background" : "#01579B" ,
"properties" : {
"home_icon" : "\uF7DB" ,
"folder_icon" : "\uF6D7" ,
"folder_separator_icon" : "<transparent> \uE0BD </>" ,
"style" : "agnoster_short"
}
} ,
{
"type" : "git" ,
"style" : "powerline" ,
"powerline_symbol" : "\uE0B0" ,
"foreground" : "#000000" ,
"background" : "#00C853" ,
2021-11-07 08:42:56 -08:00
"background_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}" ,
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFCC80{{ end }}" ,
"{{ if gt .Ahead 0 }}#B388FF{{ end }}" ,
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2021-08-31 11:40:07 -07:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2021-11-09 08:13:47 -08:00
"template" : "{{ .HEAD }}{{ if .Staging.Changed }}<#FF6F00> \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 }}"
2021-08-31 11:40:07 -07:00
}
} ,
{
"type" : "executiontime" ,
"style" : "diamond" ,
"leading_diamond" : "<transparent,#49404f>\uE0B0</>" ,
"trailing_diamond" : "\uE0B0" ,
"foreground" : "#ffffff" ,
"background" : "#49404f" ,
"properties" : {
"threshold" : 0 ,
"style" : "dallas" ,
"postfix" : "s "
}
} ,
{
"type" : "exit" ,
"style" : "powerline" ,
"powerline_symbol" : "\uE0B0" ,
"foreground" : "#ffffff" ,
"background" : "#910000" ,
"properties" : {
2021-11-14 04:39:00 -08:00
"prefix" : "<transparent> \uF12A</> " ,
"template" : "{{ .Text }}"
2021-08-31 11:40:07 -07:00
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "right" ,
"segments" : [
{
"type" : "session" ,
"style" : "diamond" ,
"trailing_diamond" : "" ,
"leading_diamond" : "\uE0C5" ,
"foreground" : "#43CCEA" ,
"background" : "#29315A" ,
"properties" : {
"postfix" : "" ,
"prefix" : " " ,
2022-01-17 04:16:04 -08:00
"template" : "{{ .UserName }}<transparent> / </>{{ .HostName }}"
2021-08-31 11:40:07 -07:00
}
} ,
{
"type" : "time" ,
"style" : "plain" ,
"foreground" : "#3EC669" ,
"background" : "#29315A" ,
"properties" : {
"time_format" : "15:04:05" ,
"prefix" : "<transparent> \uE0BA\uE0BC </>"
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"type" : "exit" ,
"style" : "plain" ,
"foreground" : "#ffffff" ,
2021-11-14 04:39:00 -08:00
"foreground_templates" : [ "{{ if gt .Code 0 }}#ff0000{{ end }}" ] ,
2021-08-31 11:40:07 -07:00
"properties" : {
2021-11-14 04:39:00 -08:00
"template" : "\u276F" ,
"prefix" : "" ,
"always_enabled" : true
2021-08-31 11:40:07 -07:00
}
}
]
}
]
}