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" ,
2022-02-03 01:22:57 -08:00
"leading_diamond" : "\ue0b6" ,
2021-10-12 16:04:58 -07:00
"properties" : {
2022-03-27 01:12:47 -07:00
"display_host" : false
2021-10-12 16:04:58 -07:00
} ,
"style" : "diamond" ,
2023-05-09 02:08:45 -07:00
"template" : "{{ if .SSHSession }}\ueba9 {{ end }}{{ .UserName }} " ,
2021-10-12 16:04:58 -07:00
"type" : "session"
} ,
{
"background" : "lightYellow" ,
"foreground" : "#3f3f3f" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "full"
2021-10-12 16:04:58 -07:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .Path }} " ,
2021-10-12 16:04:58 -07:00
"type" : "path"
} ,
{
"background" : "#25AFF3" ,
"foreground" : "#ffffff" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"fetch_status" : true
2021-10-12 16:04:58 -07:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " branch ({{ .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
"type" : "git"
} ,
{
"background" : "#1BD760" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffffff" ,
2021-10-12 16:04:58 -07:00
"properties" : {
2022-02-03 01:22:57 -08:00
"paused_icon" : "" ,
2021-10-12 16:04:58 -07:00
"playing_icon" : "" ,
"stopped_icon" : "" ,
2022-02-03 01:22:57 -08:00
"track_separator" : " - "
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"type" : "spotify"
2021-10-12 16:04:58 -07:00
} ,
{
"background" : "#cc00ff" ,
"foreground" : "#ffffff" ,
"properties" : {
"time_format" : "15:04:05"
} ,
2024-04-21 23:26:57 -07:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .CurrentDate | date .Format }} " ,
2021-10-12 16:04:58 -07:00
"type" : "time"
2024-04-21 23:26:57 -07:00
} ,
{
"background" : "#49404f" ,
"foreground" : "#ffffff" ,
"properties" : {
"style" : "dallas" ,
"threshold" : 0
} ,
"style" : "plain" ,
"template" : " {{ .FormattedMs }}s " ,
"type" : "executiontime"
} ,
{
"type" : "status" ,
"style" : "diamond" ,
"foreground" : "#ffffff" ,
"background" : "#00897b" ,
"background_templates" : [
"{{ if .Error }}#e91e63{{ end }}"
] ,
"trailing_diamond" : "\ue0b0" ,
"properties" : {
"always_enabled" : true
}
2021-10-12 16:04:58 -07:00
}
] ,
"type" : "prompt"
2024-04-21 23:26:57 -07:00
} ,
{
"type" : "prompt" ,
"newline" : true ,
"alignment" : "left" ,
"segments" : [
{
"foreground" : "#ffffff" ,
"foreground_templates" : [
"{{ if gt .Code 0 }}#ff0000{{ end }}"
] ,
"properties" : {
"always_enabled" : true
} ,
"style" : "plain" ,
"template" : "\u276f " ,
"type" : "status"
}
]
2021-10-12 16:04:58 -07:00
}
] ,
2022-02-03 01:22:57 -08:00
"final_space" : true ,
2024-10-28 05:59:40 -07:00
"version" : 3
2021-10-12 16:04:58 -07:00
}