2022-03-11 06:52:32 -08:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"foreground" : "#15C2CB" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"style" : "folder"
2022-03-11 06:52:32 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "{{ .Path }} " ,
2022-03-11 06:52:32 -08:00
"type" : "path"
} ,
{
"foreground" : "#F141A8" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"branch_icon" : "\ue0a0 "
2022-03-11 06:52:32 -08:00
} ,
"style" : "plain" ,
2022-09-06 22:01:52 -07:00
"template" : "<#F3EFF5>on</> {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} " ,
2022-03-11 06:52:32 -08:00
"type" : "git"
} ,
{
"foreground" : "#5EADF2" ,
2022-03-27 01:12:47 -07:00
"style" : "plain" ,
"template" : "{{if .Version}}<#F3EFF5>is</> \uf487 {{.Version}} {{end}}" ,
"type" : "project"
2022-03-11 06:52:32 -08:00
} ,
{
"foreground" : "#44FFD2" ,
"properties" : {
2022-03-27 01:12:47 -07:00
"fetch_version" : true
2022-03-11 06:52:32 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "<#F3EFF5>via</> \ue718 {{ .Full }} " ,
2022-03-11 06:52:32 -08:00
"type" : "node"
} ,
{
"foreground" : "#FE4A49" ,
2022-03-27 01:12:47 -07:00
"style" : "plain" ,
"template" : "<#F3EFF5>and</> \ue71e {{.Full}} " ,
"type" : "npm"
2022-03-11 06:52:32 -08:00
}
] ,
"type" : "prompt"
} ,
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"foreground" : "#FFE45E" ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : "\u276f " ,
2022-03-11 06:52:32 -08:00
"type" : "text"
}
] ,
"type" : "prompt"
}
] ,
2024-10-28 05:59:40 -07:00
"version" : 3
2022-03-11 06:52:32 -08:00
}