diff --git a/themes/probua.minimal.omp.json b/themes/probua.minimal.omp.json new file mode 100644 index 00000000..a862a29a --- /dev/null +++ b/themes/probua.minimal.omp.json @@ -0,0 +1,55 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "foreground": "#ffdd86", + "style": "plain", + "template": "{{ .UserName }}@{{ .HostName }} ", + "type": "session" + }, + { + "foreground": "#42a9ff", + "style": "plain", + "properties": { + "style": "full" + }, + "template": "{{ .Path }} ", + "type": "path" + }, + { + "properties": { + "branch_icon": "", + "fetch_status": true + }, + "style": "plain", + "template": "git:{{ if or (.Working.Changed) (.Staging.Changed) (gt .StashCount 0) }}<#ffdd86>{{ .HEAD }}{{ else }}{{ .HEAD }}{{ end }}{{ if .Staging.Changed }} <#98c379>{{ .Staging.String }}{{ end }}{{ if .Working.Changed }} <#d16971>{{ .Working.String }}{{ end }}", + "type": "git" + } + ], + "type": "prompt" + }, + { + "alignment": "left", + "newline": true, + "segments": [ + { + "foreground": "#ffdd86", + "foreground_templates": [ + "{{ if gt .Code 0 }}#42a9ff{{ end }}" + ], + "properties": { + "always_enabled": true + }, + "style": "plain", + "template": "> ", + "type": "exit" + } + ], + "type": "prompt" + } + ], + "version": 2 +}