-
-
Save Altoyda/1b57a2252191ebca81d42e046f7249a3 to your computer and use it in GitHub Desktop.
ohmyposhv3-v2
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", | |
| "version": 2, | |
| "final_space": true, | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "type": "path", | |
| "style": "diamond", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "#ffffff", | |
| "background": "#ff479c", | |
| "leading_diamond": "\ue0b6", | |
| "trailing_diamond": "\ue0b0", | |
| "template": " \ue5ff {{ .Path }} ", | |
| "properties": { | |
| "style": "folder" | |
| } | |
| }, | |
| { | |
| "type": "git", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "#193549", | |
| "background": "#fffb38", | |
| "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", | |
| "properties": { | |
| "fetch_stash_count": true, | |
| "fetch_status": true, | |
| "fetch_upstream_icon": true | |
| } | |
| }, | |
| { | |
| "type": "dotnet", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "#ffffff", | |
| "background": "#6CA35E", | |
| "template": " \ue70c {{ if .Unsupported }}\uf071{{ else }}{{ .Full }}{{ end }} ", | |
| "properties": { | |
| "fetch_version": true | |
| } | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "#ffffff", | |
| "background": "#ffff66", | |
| "template": " \uf0e7 " | |
| }, | |
| { | |
| "type": "exit", | |
| "style": "powerline", | |
| "powerline_symbol": "\ue0b0", | |
| "foreground": "#ffffff", | |
| "background": "#2e9599", | |
| "background_templates": [ | |
| "{{ if gt .Code 0 }}#f1184c{{ end }}" | |
| ], | |
| "trailing_diamond": "\ue0b4", | |
| "template": " \ue23a{{ if gt .Code 0 }}\uf00d{{ else }}\uf42e{{ end }} ", | |
| "properties": { | |
| "always_enabled": true | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
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
| { | |
| "final_space": true, | |
| "console_title": true, | |
| "console_title_style": "folder", | |
| "blocks": [ | |
| { | |
| "type": "prompt", | |
| "alignment": "left", | |
| "horizontal_offset": 0, | |
| "vertical_offset": 0, | |
| "segments": [ | |
| { | |
| "type": "path", | |
| "style": "diamond", | |
| "powerline_symbol": "", | |
| "invert_powerline": false, | |
| "foreground": "#ffffff", | |
| "background": "#ff479c", | |
| "leading_diamond": "", | |
| "trailing_diamond": "", | |
| "properties": { | |
| "prefix": " ", | |
| "style": "folder" | |
| } | |
| }, | |
| { | |
| "type": "git", | |
| "style": "powerline", | |
| "powerline_symbol": "", | |
| "invert_powerline": false, | |
| "foreground": "#193549", | |
| "background": "#fffb38", | |
| "leading_diamond": "", | |
| "trailing_diamond": "", | |
| "properties": { | |
| "display_status": true, | |
| "display_stash_count": true, | |
| "display_upstream_icon": true | |
| } | |
| }, | |
| { | |
| "type": "dotnet", | |
| "style": "powerline", | |
| "powerline_symbol": "", | |
| "invert_powerline": false, | |
| "foreground": "#ffffff", | |
| "background": "#6CA35E", | |
| "leading_diamond": "", | |
| "trailing_diamond": "", | |
| "properties": { | |
| "display_version": true, | |
| "prefix": " " | |
| } | |
| }, | |
| { | |
| "type": "root", | |
| "style": "powerline", | |
| "powerline_symbol": "", | |
| "invert_powerline": false, | |
| "foreground": "#ffffff", | |
| "background": "#ffff66", | |
| "leading_diamond": "", | |
| "trailing_diamond": "", | |
| "properties": null | |
| }, | |
| { | |
| "type": "exit", | |
| "style": "powerline", | |
| "powerline_symbol": "", | |
| "invert_powerline": false, | |
| "foreground": "#ffffff", | |
| "background": "#2e9599", | |
| "leading_diamond": "", | |
| "trailing_diamond": "", | |
| "properties": { | |
| "always_enabled": true, | |
| "color_background": true, | |
| "display_exit_code": false, | |
| "error_color": "#f1184c", | |
| "prefix": " " | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment