Created
November 11, 2025 16:37
-
-
Save ardalis/60c5d900d30d30980fef084128b50da6 to your computer and use it in GitHub Desktop.
oh-my-posh theme ardalis
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", | |
| "console_title_template": "{{ .Folder }} ({{ .Shell }}{{ if .Root }} - ⚡ADMIN⚡{{ end }})", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "leading_diamond": "\ue0b6", | |
| "trailing_diamond": "\ue0c6", | |
| "template": "\ue86c {{ if .Root }}⚡ {{ end }}", | |
| "foreground": "#fff", | |
| "background": "#E36464", | |
| "type": "shell", | |
| "style": "diamond" | |
| }, | |
| { | |
| "properties": { | |
| "folder_depth": 2, | |
| "style": "agnoster_short" | |
| }, | |
| "leading_diamond": "\ue0c7", | |
| "trailing_diamond": "\ue0c6", | |
| "template": " {{ .Path }} ", | |
| "foreground": "#fff", | |
| "background": "green", | |
| "type": "path", | |
| "style": "diamond" | |
| }, | |
| { | |
| "properties": { | |
| "branch_icon": "" | |
| }, | |
| "leading_diamond": "\ue0c7", | |
| "trailing_diamond": "\ue0c6", | |
| "template": " git({{ .HEAD }}) ", | |
| "foreground": "#fff", | |
| "background": "lightCyan", | |
| "type": "git", | |
| "style": "diamond" | |
| }, | |
| { | |
| "properties": { | |
| "time_format": "15:04" | |
| }, | |
| "leading_diamond": "\ue0c7", | |
| "trailing_diamond": "\ue0c6", | |
| "template": " {{ .CurrentDate | date .Format }} ", | |
| "foreground": "#fff", | |
| "background": "lightMagenta", | |
| "type": "time", | |
| "style": "diamond" | |
| } | |
| ] | |
| } | |
| ], | |
| "version": 3, | |
| "final_space": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment