Created
May 28, 2024 20:40
-
-
Save RefusesNames/e374588c9cfaf3db71ad48bc6c789e85 to your computer and use it in GitHub Desktop.
Customized version of the oh-my-posh json theme (https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/json.omp.json)
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": "#F1FA8C", | |
| "properties": { | |
| "style": "folder" | |
| }, | |
| "style": "diamond", | |
| "template": "<#42E66C>\ueaf7 </><b>{{ .Path }}</b>", | |
| "type": "path" | |
| }, | |
| { | |
| "foreground": "#43CCEA", | |
| "properties": { | |
| "branch_icon": "" | |
| }, | |
| "style": "diamond", | |
| "template": "<#ffffff> \u26A1 </><b>{{ .HEAD }}</b>", | |
| "type": "git" | |
| }, | |
| { | |
| "type": "status", | |
| "style": "plain", | |
| "foreground": "#ffffff", | |
| "foreground_templates": [ | |
| "{{ if .Error }}#e91e63{{ end }}" | |
| ], | |
| "template": " {{ if .Error }}{{.Code}}{{ end }}", | |
| "properties": { | |
| "always_enabled": true | |
| } | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "alignment": "left", | |
| "newline": true, | |
| "segments": [ | |
| { | |
| "foreground": "#FFFFFF", | |
| "style": "plain", | |
| "template": "", | |
| "type": "text" | |
| } | |
| ], | |
| "type": "prompt" | |
| } | |
| ], | |
| "final_space": true, | |
| "version": 2 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment