Last active
March 1, 2025 10:05
-
-
Save letsrokk/01c2df948f1e87cb7b5e71592ad06906 to your computer and use it in GitHub Desktop.
Oh My Posh Theme
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": [ | |
{ | |
"foreground": "#F1FA8C", | |
"properties": { | |
"style": "folder" | |
}, | |
"style": "diamond", | |
"template": "<#42E66C>\ueaf7 </><b>{{ .Path }}</b>", | |
"type": "path" | |
}, | |
{ | |
"foreground": "#43CCEA", | |
"properties": { | |
"branch_icon": "" | |
}, | |
"style": "diamond", | |
"template": "<#ffffff> \u2387 </><b>{{ .HEAD }}</b>", | |
"type": "git" | |
}, | |
{ | |
"foreground": "#FFA500", | |
"properties": { | |
"style": "powerline" | |
}, | |
"style": "diamond", | |
"template": "<#FFA500> \u2638 </><b>{{ .Context }}</b>{{if .Namespace}}::<b>{{ .Namespace }}</b>{{end}}", | |
"type": "kubectl" | |
}, | |
{ | |
"foreground": "#ff0000", | |
"style": "diamond", | |
"template": "<#ff0000> \u25C9</>", | |
"type": "text" | |
} | |
], | |
"type": "prompt" | |
}, | |
{ | |
"alignment": "left", | |
"newline": true, | |
"segments": [ | |
{ | |
"foreground": "#FFFFFF", | |
"style": "plain", | |
"template": ">", | |
"type": "text" | |
} | |
], | |
"type": "prompt" | |
} | |
], | |
"final_space": true, | |
"version": 3 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment