Created
June 23, 2023 13:54
-
-
Save par4dise/b020ba0a54af65b0642af580ff81eea6 to your computer and use it in GitHub Desktop.
forkaliens
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": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"background": "#61AFEF", | |
"foreground": "#ffffff", | |
"leading_diamond": "\ue0b6", | |
"style": "diamond", | |
"template": " {{ .UserName }} ", | |
"trailing_diamond": "\ue0b0", | |
"type": "session" | |
}, | |
{ | |
"background": "#C678DD", | |
"foreground": "#ffffff", | |
"powerline_symbol": "\ue0b0", | |
"properties": { | |
"style": "full" | |
}, | |
"style": "powerline", | |
"template": " {{ .Path }} ", | |
"type": "path" | |
}, | |
{ | |
"background": "#95ffa4", | |
"foreground": "#193549", | |
"powerline_symbol": "\ue0b0", | |
"style": "powerline", | |
"template": " {{ .HEAD }} ", | |
"type": "git" | |
}, | |
{ | |
"background": "#FF6471", | |
"foreground": "#ffffff", | |
"leading_diamond": "<transparent,background>\ue0b0</>", | |
"style": "diamond", | |
"template": " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", | |
"trailing_diamond": "\ue0b4", | |
"type": "python" | |
} | |
], | |
"type": "prompt" | |
} | |
], | |
"final_space": true, | |
"version": 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment