2021-10-12 16:04:58 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#EB9654" ,
"foreground" : "#ffffff" ,
"leading_diamond" : "" ,
"properties" : {
"display_host" : false ,
"prefix" : ""
} ,
"style" : "diamond" ,
"trailing_diamond" : "" ,
"type" : "session"
} ,
{
"background" : "lightYellow" ,
"foreground" : "#3f3f3f" ,
"properties" : {
"style" : "full"
} ,
"style" : "plain" ,
"type" : "path"
} ,
{
"background" : "#25AFF3" ,
"foreground" : "#ffffff" ,
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_status" : true ,
2021-11-09 08:13:47 -08:00
"template" : "{{ .HEAD }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} \uF044 {{ .Working.String }}{{ end }}" ,
2021-10-12 16:04:58 -07:00
"postfix" : ") " ,
"prefix" : " branch ("
} ,
"style" : "plain" ,
"type" : "git"
} ,
{
"type" : "spotify" ,
"style" : "plain" ,
"foreground" : "#ffffff" ,
"background" : "#1BD760" ,
"properties" : {
2021-11-07 08:42:56 -08:00
"track_separator" : " - " ,
2021-10-12 16:04:58 -07:00
"playing_icon" : "" ,
"stopped_icon" : "" ,
"paused_icon" : ""
}
} ,
{
"background" : "#cc00ff" ,
"foreground" : "#ffffff" ,
"properties" : {
"time_format" : "15:04:05"
} ,
"style" : "diamond" ,
2021-11-07 08:42:56 -08:00
"trailing_diamond" : "\uE0B0" ,
2021-10-12 16:04:58 -07:00
"type" : "time"
}
] ,
"type" : "prompt"
}
] ,
"final_space" : true
}