Created
August 18, 2025 15:52
-
-
Save parzival-space/20759ea3a9bdf472e89626624be2e31d to your computer and use it in GitHub Desktop.
Powerlevel10k Theme for Oh My Posh (Customized)
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", | |
"upgrade": { | |
"source": "cdn", | |
"interval": "168h", | |
"auto": false, | |
"notice": false | |
}, | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"segments": [ | |
{ | |
"template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} \ue0b1", | |
"foreground": "#EEEEEE", | |
"background": "#444444", | |
"type": "os", | |
"style": "plain" | |
}, | |
{ | |
"template": " \uf0e7 ", | |
"foreground": "#949494", | |
"background": "#444444", | |
"type": "root", | |
"style": "plain" | |
}, | |
{ | |
"properties": { | |
"style": "full" | |
}, | |
"template": " \uf07c {{ .Path }} ", | |
"foreground": "#0087AF", | |
"background": "#444444", | |
"type": "path", | |
"style": "plain" | |
}, | |
{ | |
"template": "<#26C6DA>\ue0b1 </>{{ .HEAD }} ", | |
"foreground": "#D4E157", | |
"background": "#444444", | |
"type": "git", | |
"style": "plain" | |
}, | |
{ | |
"template": "\ue0b0 ", | |
"foreground": "#444444", | |
"background": "transparent", | |
"type": "text", | |
"style": "plain" | |
} | |
] | |
}, | |
{ | |
"type": "rprompt", | |
"alignment": "right", | |
"segments": [ | |
{ | |
"leading_diamond": " \ue0b2", | |
"template": " {{ if eq .Code 0 }}<#5FAF00>\u2714</>{{ else }}<#D70000>{{ .Code }} \u2718{{ end }} <#949494>\ue0b3</> ", | |
"foreground": "#D4E157", | |
"background": "#444444", | |
"type": "session", | |
"style": "diamond" | |
}, | |
{ | |
"properties": { | |
"time_format": "15:04:05" | |
}, | |
"template": " {{ .CurrentDate | date .Format }} \uf017 ", | |
"foreground": "#5F8787", | |
"background": "#444444", | |
"type": "time", | |
"style": "plain" | |
} | |
] | |
} | |
], | |
"tooltips_action": "extend", | |
"transient_prompt": { | |
"background": "transparent", | |
"foreground": "#ffffff", | |
"template": "{{ if eq .Code 0 }}<#5FAF00>{{ else }}<#D70000>{{ end }}\u276f</> " | |
}, | |
"version": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment