2021-12-19 00:32:51 -08:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"type" : "prompt" ,
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"type" : "python" ,
"style" : "powerline" ,
"foreground" : "#b1ff4f" ,
"properties" : {
"prefix" : "\u005b🐍 " ,
"postfix" : "\u005D "
}
} ,
{
"type" : "path" ,
"style" : "plain" ,
"foreground" : "#ffaed8" ,
"properties" : {
"style" : "letter" ,
"home_icon" : "\u2764" ,
"folder_separator_icon" : " 🢖 " ,
"prefix" : "<#eaeaea>⎧</> ⟨" ,
2022-01-23 09:48:55 -08:00
"postfix" : "⟩ "
2021-12-19 00:32:51 -08:00
}
} ,
{
"type" : "git" ,
"style" : "plain" ,
"foreground" : "#62beff" ,
"properties" : {
"prefix" : "⟨" ,
"postfix" : "⟩" ,
"fetch_status" : true ,
"branch_icon" : "⟟" ,
"branch_identical_icon" : "≡" ,
"template" : "{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} ∆{{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uF046 {{ .Staging.String }}{{ end }}"
}
} ,
{
"type" : "node" ,
"style" : "plain" ,
"foreground" : "#98C379" ,
"properties" : {
2022-01-22 10:46:56 -08:00
"fetch_version" : true ,
2021-12-19 00:32:51 -08:00
"prefix" : "<#ffffff>\u25E6</> \u2622"
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "right" ,
"newline" : false ,
"segments" : [
{
"type" : "exit" ,
"style" : "plain" ,
"foreground" : "#fb0207" ,
"properties" : {
"template" : "× × × "
}
} ,
{
"type" : "executiontime" ,
"style" : "plain" ,
"foreground" : "#9966ff" ,
"properties" : {
"threshold" : 0 ,
"style" : "austin" ,
"prefix" : "⟨" ,
"postfix" : "⟩ <#eaeaea>⎫</>"
}
}
]
} ,
{
"type" : "prompt" ,
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"type" : "text" ,
"style" : "plain" ,
"foreground" : "#3ce6bf" ,
"properties" : {
"prefix" : "<#eaeaea>⎩</>" ,
"text" : " \u27E9\u27E9\u27E9\u27E9\u27E9\u27E9 "
}
}
]
} ,
{
"type" : "rprompt" ,
"alignment" : "right" ,
"newline" : false ,
"segments" : [
{
"type" : "time" ,
"style" : "plain" ,
"foreground" : "#f5f5a6" ,
"properties" : {
"time_format" : "15:04:05" ,
"prefix" : "⟨" ,
"postfix" : "⟩ <#eaeaea>⎭</>"
}
}
]
}
]
}