2021-03-11 04:30:20 -08:00
{
"$schema" : "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json" ,
"blocks" : [
{
"alignment" : "left" ,
"segments" : [
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#26C6DA" ,
"leading_diamond" : "\ue0c7\u2593" ,
2021-03-11 04:30:20 -08:00
"properties" : {
"alpine" : "\uf300" ,
"arch" : "\uf303" ,
"centos" : "\uf304" ,
"debian" : "\uf306" ,
"elementary" : "\uf309" ,
"fedora" : "\uf30a" ,
"gentoo" : "\uf30d" ,
"linux" : "\ue712" ,
"macos" : "\ue711" ,
"manjaro" : "\uf312" ,
"mint" : "\uf30f" ,
"opensuse" : "\uf314" ,
"raspbian" : "\uf315" ,
"ubuntu" : "\uf31c" ,
2022-02-03 01:22:57 -08:00
"windows" : "\ue70f"
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#7a7a7a> \ue0b1</>" ,
2022-02-03 01:22:57 -08:00
"type" : "os"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fafafa" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</><#2EEFBF>{{ .HostName }}{{ end }}</><#7a7a7a> \ue0b1</>" ,
2022-02-03 01:22:57 -08:00
"type" : "session"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffff66" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " \uf0e7<#7a7a7a> \ue0b1</>" ,
2022-02-03 01:22:57 -08:00
"type" : "root"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fafafa" ,
2021-03-11 04:30:20 -08:00
"properties" : {
2022-02-03 01:22:57 -08:00
"folder_icon" : "<#B5B2C2>\ue5fe </>" ,
2022-03-27 01:12:47 -07:00
"style" : "full"
2022-02-03 01:22:57 -08:00
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : "<#f2f200> \ue5ff </>{{ .Path }} " ,
2022-02-03 01:22:57 -08:00
"type" : "path"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#ffeb3b" ,
2021-11-07 08:42:56 -08:00
"foreground_templates" : [
2021-11-09 08:13:47 -08:00
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}" ,
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}" ,
"{{ if gt .Behind 0 }}#8A4FFF{{ end }}"
2021-11-07 08:42:56 -08:00
] ,
2021-03-11 04:30:20 -08:00
"properties" : {
2021-11-07 08:42:56 -08:00
"fetch_stash_count" : true ,
"fetch_status" : true ,
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : "<#7a7a7a>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }}<#E84855> \uf044 {{ .Working.String }}</>{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }}<#2FDA4E> \uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} \uf692 {{ .StashCount }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"type" : "git"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fafafa" ,
"style" : "diamond" ,
"trailing_diamond" : "\ue0b0" ,
"type" : "text"
2021-03-11 04:30:20 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-03-11 04:30:20 -08:00
} ,
{
"alignment" : "right" ,
"segments" : [
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fafafa" ,
2021-03-11 04:30:20 -08:00
"leading_diamond" : "\ue0b2" ,
2022-02-03 01:22:57 -08:00
"style" : "diamond" ,
"type" : "text"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#6CA35E" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#7a7a7a> \ue0b3</>" ,
2022-02-03 01:22:57 -08:00
"type" : "node"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#96E072" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>" ,
2022-02-03 01:22:57 -08:00
"type" : "python"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#3891A6" ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " \ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>" ,
2022-02-03 01:22:57 -08:00
"type" : "dotnet"
2021-03-11 04:30:20 -08:00
} ,
{
"background" : "#2f2f2f" ,
2022-02-03 01:22:57 -08:00
"foreground" : "#fafafa" ,
2021-03-11 04:30:20 -08:00
"properties" : {
2022-02-03 01:22:57 -08:00
"time_format" : "15:04:05"
} ,
"style" : "diamond" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .CurrentDate | date .Format }}<#007ACC> \uf64f </>" ,
2022-02-03 01:22:57 -08:00
"trailing_diamond" : "\u2593\ue0c6" ,
"type" : "time"
2021-03-11 04:30:20 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-03-11 04:30:20 -08:00
} ,
{
"alignment" : "left" ,
2021-04-18 10:16:06 -07:00
"newline" : true ,
2021-03-11 04:30:20 -08:00
"segments" : [
{
"foreground" : "#7a7a7a" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " ~#@\u276f " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-03-11 04:30:20 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "prompt"
2021-03-11 04:30:20 -08:00
} ,
{
"alignment" : "right" ,
"segments" : [
{
"foreground" : "#7a7a7a" ,
2022-02-03 01:22:57 -08:00
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " \u276e " ,
2022-02-03 01:22:57 -08:00
"type" : "text"
2021-03-11 04:30:20 -08:00
} ,
{
"foreground" : "#FFCE5C" ,
"properties" : {
"style" : "roundrock" ,
2022-02-03 01:22:57 -08:00
"threshold" : 500
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " {{ .FormattedMs }}<#fafafa> \uf252 </>" ,
2022-02-03 01:22:57 -08:00
"type" : "executiontime"
2021-03-11 04:30:20 -08:00
} ,
{
"foreground" : "#9FD356" ,
2022-02-03 01:22:57 -08:00
"foreground_templates" : [
"{{ if gt .Code 0 }}#E84855{{ end }}"
] ,
2021-03-11 04:30:20 -08:00
"properties" : {
2022-03-27 01:12:47 -07:00
"always_enabled" : true
2022-02-03 01:22:57 -08:00
} ,
"style" : "plain" ,
2022-03-27 01:12:47 -07:00
"template" : " \uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }} " ,
2022-02-03 01:22:57 -08:00
"type" : "exit"
2021-03-11 04:30:20 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"type" : "rprompt"
2021-03-11 04:30:20 -08:00
}
2022-02-03 01:22:57 -08:00
] ,
"console_title_template" : "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}" ,
"final_space" : true ,
2022-07-12 03:55:49 -07:00
"transient_prompt" : {
"background" : "transparent" ,
"foreground" : "#7a7a7a" ,
"template" : " ~#@\u276f "
} ,
2022-03-27 01:12:47 -07:00
"version" : 2
2021-03-11 04:30:20 -08:00
}