2022-07-15 04:42:36 -07:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#2e9599" ,
"foreground" : "#ffffff" ,
"leading_diamond" : "\ue0b6" ,
"powerline_symbol" : "\ue0b0" ,
"style" : "diamond" ,
2023-05-08 01:37:48 -07:00
"template" : "\udb81\udc1d {{ .HostName }} " ,
2022-07-15 04:42:36 -07:00
"type" : "session"
} ,
{
"background" : "#D51111" ,
"foreground" : "#ffffff" ,
"powerline_symbol" : "\ue0b0" ,
"properties" : {
"home_icon" : "\uf46d" ,
"folder_separator_icon" : " <transparent>\ue0b1</> " ,
"folder_icon" : "\uf115" ,
"style" : "agnoster"
} ,
"style" : "powerline" ,
"template" : " {{ path .Path .Location }} " ,
"type" : "path"
} ,
{
"background" : "#c19c00" ,
"background_templates" : [
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FFEB3B{{ end }}" ,
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#FFA300{{ end }}" ,
"{{ if gt .Ahead 0 }}#FF7070{{ end }}" ,
"{{ if gt .Behind 0 }}#90F090{{ end }}"
] ,
"foreground" : "#000000" ,
"powerline_symbol" : "\ue0b0" ,
"properties" : {
"fetch_stash_count" : true ,
"fetch_status" : true ,
"fetch_upstream_icon" : true
} ,
"style" : "powerline" ,
2023-05-09 02:08:45 -07:00
"template" : " \uf113 {{ .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 }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} " ,
2022-07-15 04:42:36 -07:00
"type" : "git"
}
] ,
"type" : "prompt"
} ,
{
"alignment" : "right" ,
"segments" : [
{
"background" : "#303030" ,
"foreground" : "#3C873A" ,
"leading_diamond" : "\ue0b6" ,
"properties" : {
"fetch_package_manager" : true ,
"npm_icon" : " <#cc3a3a>\ue5fa</> " ,
2023-05-09 02:08:45 -07:00
"yarn_icon" : " <#348cba>\ue6a7</>"
2022-07-15 04:42:36 -07:00
} ,
"style" : "diamond" ,
"template" : "\ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}" ,
"trailing_diamond" : "\ue0b4 " ,
"type" : "node"
} ,
{
"background" : "#306998" ,
"foreground" : "#FFE873" ,
"leading_diamond" : "\ue0b6" ,
"style" : "diamond" ,
"template" : "\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}" ,
"trailing_diamond" : "\ue0b4 " ,
"type" : "python"
} ,
{
"background" : "#ffffff" ,
"foreground" : "#06aad5" ,
"leading_diamond" : "\ue0b6" ,
"style" : "diamond" ,
2023-05-09 02:08:45 -07:00
"template" : "\ue626 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}" ,
2022-07-15 04:42:36 -07:00
"trailing_diamond" : "\ue0b4 " ,
"type" : "go"
} ,
{
"background" : "#2e9599" ,
"foreground" : "#fff" ,
"background_templates" : [
"{{ if gt .Code 0 }}#D51111{{ end }}"
] ,
"leading_diamond" : "\ue0b6" ,
"properties" : {
2022-09-23 10:12:54 -07:00
"time_format" : "_2, 15:04:05"
2022-07-15 04:42:36 -07:00
} ,
"style" : "diamond" ,
2023-05-09 02:08:45 -07:00
"template" : " \uf073 {{ .CurrentDate | date .Format }} " ,
2022-07-15 04:42:36 -07:00
"trailing_diamond" : "\ue0b4" ,
"type" : "time"
}
] ,
"type" : "prompt"
} ,
{
"alignment" : "left" ,
"newline" : true ,
"segments" : [
{
"foreground" : "#FFF" ,
"foreground_templates" : [
"{{ if gt .Code 0 }}#D51111{{ end }}"
] ,
"style" : "plain" ,
"template" : " \uf0a4 " ,
"type" : "text"
}
] ,
"type" : "prompt"
}
] ,
"console_title_template" : "{{ .Folder }}" ,
"final_space" : true ,
"osc99" : true ,
2024-10-28 05:59:40 -07:00
"version" : 3
2022-07-15 04:42:36 -07:00
}