Created
January 15, 2026 13:17
-
-
Save Neonsy/fa463ca6a590e89891842b66a1d2a857 to your computer and use it in GitHub Desktop.
Oh My Posh Theme (With JJ Support)
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": "right", | |
| "segments": [ | |
| { | |
| "background": "#29315A", | |
| "foreground": "#E64747", | |
| "leading_diamond": "\ue0b6", | |
| "style": "diamond", | |
| "template": "{{ .UserName }}", | |
| "trailing_diamond": "\ue0b4 ", | |
| "type": "session" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#3EC669", | |
| "leading_diamond": "\ue0b6", | |
| "properties": { | |
| "style": "folder" | |
| }, | |
| "style": "diamond", | |
| "template": "\ue5ff {{ .Path }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#43CCEA", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "branch_icon": "\ue0a0 ", | |
| "fetch_status": true, | |
| "fetch_stash_count": true, | |
| "fetch_upstream_icon": true | |
| }, | |
| "style": "diamond", | |
| "template": "{{ .HEAD }}{{ if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044{{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046{{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \uf692{{ .StashCount }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "git" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#FFEB3B", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_status": true | |
| }, | |
| "style": "diamond", | |
| "template": "\uf1fa {{ .ChangeID }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "jujutsu" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#E4F34A", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true, | |
| "fetch_virtual_env": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue235{{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "python" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#7FD5EA", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue626{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "go" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#42E66C", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true, | |
| "fetch_package_manager": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue718{{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "node" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#E64747", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue791{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "ruby" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#E64747", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue738{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "java" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#9B6BDF", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue624{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "julia" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#DEA584", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue7a8{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "rust" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#512BD4", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "fetch_version": true | |
| }, | |
| "style": "diamond", | |
| "template": "\ue77f{{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "dotnet" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#2496ED", | |
| "leading_diamond": " \ue0b6", | |
| "style": "diamond", | |
| "template": "\uf308 {{ .Context }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "docker" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#326CE5", | |
| "leading_diamond": " \ue0b6", | |
| "style": "diamond", | |
| "template": "\ufd31 {{ .Context }}{{ if .Namespace }}:{{ .Namespace }}{{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "kubectl" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#FF9900", | |
| "leading_diamond": " \ue0b6", | |
| "style": "diamond", | |
| "template": "\ue7ad {{ .Profile }}{{ if .Region }} ({{ .Region }}){{ end }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "aws" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#0078D4", | |
| "leading_diamond": " \ue0b6", | |
| "style": "diamond", | |
| "template": "\uebd8 {{ .Name }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "az" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#4285F4", | |
| "leading_diamond": " \ue0b6", | |
| "style": "diamond", | |
| "template": "\ue7b2 {{ .Project }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "gcp" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#9B6BDF", | |
| "foreground_templates": [ | |
| "{{if eq \"Charging\" .State.String}}#40c4ff{{end}}", | |
| "{{if eq \"Discharging\" .State.String}}#ff5722{{end}}", | |
| "{{if eq \"Full\" .State.String}}#4caf50{{end}}" | |
| ], | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "charged_icon": " ", | |
| "charging_icon": "\u21e1 ", | |
| "discharging_icon": "\u21e3 " | |
| }, | |
| "style": "diamond", | |
| "template": "{{ if not .Error }}{{ .Icon }}{{ .Percentage }}{{ end }}{{ .Error }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "battery" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#AEA4BF", | |
| "leading_diamond": " \ue0b6", | |
| "properties": { | |
| "time_format": "15:04" | |
| }, | |
| "style": "diamond", | |
| "template": "\uf017 {{ .CurrentDate | date .Format }}", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "time" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "background": "#29315A", | |
| "foreground": "#AEA4BF", | |
| "leading_diamond": "\ue0b6", | |
| "properties": { | |
| "style": "austin", | |
| "threshold": 150 | |
| }, | |
| "style": "diamond", | |
| "template": "{{ .FormattedMs }}", | |
| "trailing_diamond": "\ue0b4 ", | |
| "type": "executiontime" | |
| }, | |
| { | |
| "background": "#29315A", | |
| "foreground": "#7FD5EA", | |
| "leading_diamond": "\ue0b6", | |
| "style": "diamond", | |
| "template": "\u276f", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "transient_prompt": { | |
| "background": "transparent", | |
| "foreground": "#7FD5EA", | |
| "template": "\u276f " | |
| }, | |
| "final_space": true, | |
| "version": 3 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment