Created
June 8, 2025 18:37
-
-
Save iKunalChhabra/8896f18d09a26f694fabfa0fa3975c5b to your computer and use it in GitHub Desktop.
.config/oh-my-posh/themes Material Dark style
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": { | |
| "background": "#212121", | |
| "surface": "#303030", | |
| "primary": "#BB86FC", | |
| "secondary": "#03DAC6", | |
| "accent": "#CF6679", | |
| "text": "#FFFFFF", | |
| "text_secondary": "#B3B3B3", | |
| "success": "#4CAF50", | |
| "warning": "#FF9800", | |
| "error": "#F44336" | |
| }, | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "p:surface", | |
| "foreground": "p:text", | |
| "leading_diamond": "\ue0b6", | |
| "style": "diamond", | |
| "template": "{{.Icon}} ", | |
| "type": "os" | |
| }, | |
| { | |
| "background": "p:primary", | |
| "foreground": "p:background", | |
| "properties": { | |
| "folder_icon": "..\ue5fe..", | |
| "home_icon": "~", | |
| "style": "agnoster_short" | |
| }, | |
| "powerline_symbol": "\ue0b4", | |
| "style": "powerline", | |
| "template": " {{ .Path }}", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "p:warning", | |
| "foreground": "p:background", | |
| "style": "powerline", | |
| "properties": { | |
| "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 " | |
| }, | |
| "powerline_symbol": "\ue0b4", | |
| "template": " {{ .HEAD }}", | |
| "type": "git" | |
| } | |
| ], | |
| "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