Created
April 16, 2022 08:57
-
-
Save JanDeDobbeleer/ca687eb4e0ee186008d532cde4649665 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", | |
| "Output": "", | |
| "blocks": [ | |
| { | |
| "alignment": "left", | |
| "segments": [ | |
| { | |
| "background": "p:yellow", | |
| "foreground": "p:black", | |
| "leading_diamond": "\ue0b6", | |
| "properties": { | |
| "display_host": false | |
| }, | |
| "style": "diamond", | |
| "template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }} ", | |
| "trailing_diamond": "\ue0b0", | |
| "type": "session" | |
| }, | |
| { | |
| "background": "p:orange", | |
| "foreground": "p:white", | |
| "powerline_symbol": "\ue0b0", | |
| "properties": { | |
| "home_icon": "~", | |
| "style": "folder" | |
| }, | |
| "style": "powerline", | |
| "template": " \uf74a {{ path .Path .Location }} ", | |
| "type": "path" | |
| }, | |
| { | |
| "background": "p:green", | |
| "background_templates": [ | |
| "{{ if or (.Working.Changed) (.Staging.Changed) }}p:yellow{{ end }}", | |
| "{{ if and (gt .Ahead 0) (gt .Behind 0) }}p:red{{ end }}", | |
| "{{ if gt .Ahead 0 }}#49416D{{ end }}", | |
| "{{ if gt .Behind 0 }}#7A306C{{ end }}" | |
| ], | |
| "foreground": "p:black", | |
| "foreground_templates": [ | |
| "{{ if or (.Working.Changed) (.Staging.Changed) }}p:black{{ end }}", | |
| "{{ if or (gt .Ahead 0) (gt .Behind 0) }}p:white{{ end }}" | |
| ], | |
| "powerline_symbol": "\ue0b0", | |
| "properties": { | |
| "branch_max_length": 25, | |
| "fetch_status": true, | |
| "fetch_upstream_icon": true, | |
| "github_icon": "\uf7a3" | |
| }, | |
| "style": "accordion", | |
| "template": " {{ if .UpstreamURL }}{{ url .UpstreamIcon .UpstreamURL }} {{ end }}{{ .HEAD }}{{ .BranchStatus }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", | |
| "type": "git" | |
| }, | |
| { | |
| "background": "p:yellow", | |
| "foreground": "p:white", | |
| "powerline_symbol": "\ue0b0", | |
| "properties": { | |
| "root_icon": "\uf0ad" | |
| }, | |
| "style": "powerline", | |
| "template": " \uf0e7 ", | |
| "type": "root" | |
| }, | |
| { | |
| "type": "project", | |
| "style": "powerline", | |
| "powerline_symbol": "\uE0B0", | |
| "foreground": "#193549", | |
| "background": "#ffeb3b", | |
| "template": " {{ if .Error }}{{ .Error }}{{ else }}{{ if .Version }}\uf487 {{.Version}}{{ end }} {{ if .Name }}{{ .Name }}{{ end }}{{ end }} " | |
| }, | |
| { | |
| "background": "p:blue", | |
| "background_templates": [ | |
| "{{ if gt .Code 0 }}p:red{{ end }}" | |
| ], | |
| "foreground": "p:white", | |
| "leading_diamond": "<transparent,background>\ue0b0</>", | |
| "properties": { | |
| "always_enabled": true | |
| }, | |
| "style": "diamond", | |
| "template": " {{ if gt .Code 0 }}\uf00d{{ else }}\uf00c{{ end }} ", | |
| "trailing_diamond": "\ue0b4", | |
| "type": "exit" | |
| } | |
| ], | |
| "type": "prompt" | |
| }, | |
| { | |
| "segments": [ | |
| { | |
| "background": "transparent", | |
| "foreground": "p:green", | |
| "properties": { | |
| "display_mode": "files", | |
| "fetch_package_manager": false, | |
| "home_enabled": false | |
| }, | |
| "style": "plain", | |
| "template": "\uf898 ", | |
| "type": "node" | |
| }, | |
| { | |
| "background": "transparent", | |
| "foreground": "p:blue", | |
| "properties": { | |
| "fetch_version": false | |
| }, | |
| "style": "powerline", | |
| "template": "\ufcd1 ", | |
| "type": "go" | |
| }, | |
| { | |
| "background": "transparent", | |
| "foreground": "p:yellow", | |
| "properties": { | |
| "display_mode": "files", | |
| "fetch_version": true, | |
| "fetch_virtual_env": false | |
| }, | |
| "style": "plain", | |
| "template": "\ue235 ", | |
| "type": "python" | |
| }, | |
| { | |
| "background": "transparent", | |
| "foreground": "p:white", | |
| "style": "plain", | |
| "template": "in <p:blue><b>{{ .Name }}</b></> ", | |
| "type": "shell" | |
| }, | |
| { | |
| "background": "transparent", | |
| "foreground": "p:white", | |
| "style": "plain", | |
| "template": "at <p:blue><b>{{ .CurrentDate | date \"15:04:05\" }}</b></>", | |
| "type": "time" | |
| } | |
| ], | |
| "type": "rprompt" | |
| } | |
| ], | |
| "console_title_template": "{{ .Shell }} in {{ .Folder }}", | |
| "final_space": true, | |
| "palette": { | |
| "black": "#262B44", | |
| "blue": "#4B95E9", | |
| "green": "#59C9A5", | |
| "orange": "#F07623", | |
| "red": "#D81E5B", | |
| "white": "#E0DEF4", | |
| "yellow": "#F3AE35" | |
| }, | |
| "secondary_prompt": { | |
| "background": "transparent", | |
| "foreground": "p:black", | |
| "template": "<p:yellow,transparent>\ue0b6</><,p:yellow> > </><p:yellow,transparent>\ue0b0</> " | |
| }, | |
| "tooltips": [ | |
| { | |
| "background": "p:orange", | |
| "foreground": "p:white", | |
| "leading_diamond": "\ue0b6", | |
| "properties": { | |
| "display_default": true | |
| }, | |
| "style": "diamond", | |
| "template": " \ue7ad {{ .Profile }}{{ if .Region }}@{{ .Region }}{{ end }} ", | |
| "tips": [ | |
| "aws" | |
| ], | |
| "trailing_diamond": "\ue0b4", | |
| "type": "aws" | |
| }, | |
| { | |
| "background": "p:blue", | |
| "foreground": "p:white", | |
| "leading_diamond": "\ue0b6", | |
| "style": "diamond", | |
| "template": " \ufd03 {{ .Name }} ", | |
| "tips": [ | |
| "az" | |
| ], | |
| "trailing_diamond": "\ue0b4", | |
| "type": "az" | |
| } | |
| ], | |
| "transient_prompt": { | |
| "background": "p:yellow", | |
| "background_templates": [ | |
| "{{ if gt .Code 0 }}p:red{{ end }}" | |
| ], | |
| "foreground": "p:black", | |
| "foreground_templates": [ | |
| "{{ if gt .Code 0 }}p:white{{ end }}" | |
| ], | |
| "template": "<background,transparent>\ue0b6</> {{ .Folder }} <background,transparent>\ue0b0</><,transparent> </>" | |
| }, | |
| "version": 2 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment