Created
December 18, 2025 00:12
-
-
Save pulimento/ba0ef2d22197a23ff4d7e541150eddaf to your computer and use it in GitHub Desktop.
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": [ | |
| { | |
| "foreground": "yellow", | |
| "style": "plain", | |
| "template": " \ue0a2 ", | |
| "type": "root" | |
| }, | |
| { | |
| "background": "lightBlue", | |
| "foreground": "black", | |
| "leading_diamond": "\ue0b6", | |
| "options": { | |
| "style": "mixed" | |
| }, | |
| "style": "diamond", | |
| "template": " {{ .Path }} ", | |
| "trailing_diamond": "\ue0b0", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "green", | |
| "background_templates": [ | |
| "{{ if or (.Working.Changed) (.Staging.Changed) }}yellow{{ end }}" | |
| ], | |
| "foreground": "black", | |
| "powerline_symbol": "\ue0b0", | |
| "options": { | |
| "branch_ahead_icon": "\u2191", | |
| "branch_behind_icon": "\u2193", | |
| "branch_gone": "\u2262", | |
| "branch_icon": "\ue0a0 ", | |
| "branch_identical_icon": "\u2261", | |
| "cherry_pick_icon": "\u2713 ", | |
| "commit_icon": "\u25b7 ", | |
| "fetch_status": true, | |
| "merge_icon": "\u25f4 ", | |
| "no_commits_icon": "[no commits]", | |
| "rebase_icon": "\u2c62 ", | |
| "tag_icon": "\u25b6 " | |
| }, | |
| "style": "powerline", | |
| "template": " {{ .HEAD }}{{ if .Staging.Changed }} {{ .Staging.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Working.Changed }} {{ .Working.String }}{{ end }} ", | |
| "type": "git" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "console_title_template": "{{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}", | |
| "final_space": true, | |
| "version": 4 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment