Created
January 19, 2026 09:17
-
-
Save karimkod/b3650b8e4599937652d77a190d9e6fdc 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", | |
| "palette": { | |
| "os": "#ACB0BE", | |
| "closer": "p:os", | |
| "pink": "#ea76cb", | |
| "lavender": "#7287FD", | |
| "blue": "#1e66f5" | |
| }, | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "foreground": "p:os", | |
| "style": "plain", | |
| "template": "{{.Icon}} ", | |
| "type": "os" | |
| }, | |
| { | |
| "foreground": "p:pink", | |
| "options": { | |
| "folder_icon": "..\ue5fe..", | |
| "home_icon": "~", | |
| "style": "agnoster_short" | |
| }, | |
| "style": "plain", | |
| "template": "{{ .Path }} ", | |
| "type": "path" | |
| }, | |
| { | |
| "foreground": "p:lavender", | |
| "options": { | |
| "branch_icon": "\ue725 ", | |
| "cherry_pick_icon": "\ue29b ", | |
| "commit_icon": "\uf417 ", | |
| "fetch_status": false, | |
| "fetch_upstream_icon": false, | |
| "merge_icon": "\ue727 ", | |
| "no_commits_icon": "\uf0c3 ", | |
| "rebase_icon": "\ue728 ", | |
| "revert_icon": "\uf0e2 ", | |
| "tag_icon": "\uf412 " | |
| }, | |
| "template": "{{ .HEAD }} ", | |
| "style": "plain", | |
| "type": "git" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "style": "plain", | |
| "foreground": "p:closer", | |
| "template": "\uf105", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "final_space": true, | |
| "version": 4 | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment