Created
July 10, 2025 15:43
-
-
Save Judejvlr/e48ae9f272259a0c9d74420e7e00ed40 to your computer and use it in GitHub Desktop.
Oh-My-Posh - Judejvlr - Theme
This file contains hidden or 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": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"properties": { | |
"display_host": true, | |
"display_user": false | |
}, | |
"style": "diamond", | |
"leading_diamond": "\ue0b6", | |
"trailing_diamond": "\ue0b0", | |
"template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .HostName }}🦕💚✨", | |
"foreground": "#ffffff", | |
"background": "#0e5656", | |
"type": "session" | |
}, | |
{ | |
"properties": { | |
"style": "full" | |
}, | |
"style": "powerline", | |
"template": " {{ .Path }} ", | |
"foreground": "#ffffff", | |
"powerline_symbol": "\ue0b0", | |
"background": "#bc631e", | |
"type": "path" | |
}, | |
{ | |
"style": "powerline", | |
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", | |
"foreground": "#ffffff", | |
"powerline_symbol": "\ue0b0", | |
"background": "#3e3385", | |
"type": "git" | |
}, | |
{ | |
"style": "diamond", | |
"trailing_diamond": "\ue0b4", | |
"template": "<transparent>\ue0b0 </>{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", | |
"foreground": "#ffffff", | |
"background": "#20BBFC", | |
"type": "python" | |
} | |
] | |
} | |
], | |
"version": 3, | |
"final_space": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment