Created
January 31, 2023 08:03
-
-
Save Phate334/3a799de40bb9a58dfb53ae8943764fee to your computer and use it in GitHub Desktop.
oh-my-posh python style
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#26C6DA", | |
"leading_diamond": "\ue0c7\u2593", | |
"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", | |
"windows": "\ue70f" | |
}, | |
"style": "diamond", | |
"template": " {{ if .WSL }}\ue712 on {{ end }}{{ .Icon }}<#7a7a7a> \ue0b1</>", | |
"type": "os" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#fafafa", | |
"style": "diamond", | |
"template": " {{ if ne .Env.POSH_SESSION_DEFAULT_USER .UserName }}<#77f5d6>{{ .UserName }}</><#7a7a7a>\uf1fa</>{{ end }}<#2EEFBF>{{ .HostName }}</><#7a7a7a> \ue0b1</>", | |
"type": "session" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#ffff66", | |
"style": "diamond", | |
"template": " \uf0e7<#7a7a7a> \ue0b1</>", | |
"type": "root" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#fafafa", | |
"properties": { | |
"folder_icon": "<#B5B2C2>\ue5fe </>", | |
"folder_separator_icon": "<#B5B2C2>\ue0bf </>", | |
"home_icon": "\uf015", | |
"style": "agnoster_short" | |
}, | |
"style": "diamond", | |
"template": "<#f2f200> \ue5ff </>{{ .Path }} ", | |
"type": "path" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#ffeb3b", | |
"foreground_templates": [ | |
"{{ if or (.Working.Changed) (.Staging.Changed) }}#ffeb3b{{ end }}", | |
"{{ if gt .Ahead 0 }}#2EC4B6{{ end }}", | |
"{{ if gt .Behind 0 }}#8A4FFF{{ end }}" | |
], | |
"properties": { | |
"fetch_stash_count": true, | |
"fetch_status": true, | |
"fetch_upstream_icon": true | |
}, | |
"style": "diamond", | |
"template": "<#7a7a7a>\ue0b1 </>{{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ 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 }} ", | |
"type": "git" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#fafafa", | |
"style": "diamond", | |
"trailing_diamond": "\ue0b0", | |
"type": "text" | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "right", | |
"segments": [ | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#fafafa", | |
"leading_diamond": "\ue0b2", | |
"style": "diamond", | |
"type": "text" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#6CA35E", | |
"style": "diamond", | |
"template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}<#7a7a7a> \ue0b3</>", | |
"type": "node" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#96E072", | |
"style": "diamond", | |
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>", | |
"type": "python" | |
}, | |
{ | |
"background": "#2f2f2f", | |
"foreground": "#3891A6", | |
"style": "diamond", | |
"template": " \ue77f {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }}<#7a7a7a> \ue0b3</>", | |
"type": "dotnet" | |
}, | |
{ | |
"type": "python", | |
"style": "powerline", | |
"powerline_symbol": "\uE0B0", | |
"foreground": "#100e23", | |
"background": "#906cff", | |
"template": " \uE235 {{ .Full }} " | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
{ | |
"foreground": "#7a7a7a", | |
"style": "plain", | |
"template": "~#@\u276f", | |
"type": "text" | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "right", | |
"segments": [ | |
{ | |
"foreground": "#7a7a7a", | |
"style": "plain", | |
"template": " \u276e ", | |
"type": "text" | |
}, | |
{ | |
"foreground": "#FFCE5C", | |
"properties": { | |
"style": "roundrock", | |
"threshold": 500 | |
}, | |
"style": "plain", | |
"template": " {{ .FormattedMs }}<#fafafa> \uf252 </>", | |
"type": "executiontime" | |
}, | |
{ | |
"foreground": "#9FD356", | |
"foreground_templates": [ | |
"{{ if gt .Code 0 }}#E84855{{ end }}" | |
], | |
"properties": { | |
"always_enabled": true | |
}, | |
"style": "plain", | |
"template": " \uf705 {{ if gt .Code 0 }}{{ .Code }}{{ end }} ", | |
"type": "exit" | |
} | |
], | |
"type": "rprompt" | |
} | |
], | |
"console_title_template": "{{if .Root}}root :: {{end}}{{.Shell}} :: {{.Folder}}", | |
"final_space": true, | |
"transient_prompt": { | |
"background": "transparent", | |
"foreground": "#7a7a7a", | |
"template": " ~#@\u276f " | |
}, | |
"version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment