From 53c7b4dfc3aaf068dd10fda1b330c2dbee0f5c10 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Fri, 7 Nov 2025 18:12:37 +0100 Subject: [PATCH] second --- rudolfs-dark.omp.json | 75 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 rudolfs-dark.omp.json diff --git a/rudolfs-dark.omp.json b/rudolfs-dark.omp.json new file mode 100644 index 0000000..25e566b --- /dev/null +++ b/rudolfs-dark.omp.json @@ -0,0 +1,75 @@ +{ + "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", + "blocks": [ + { + "alignment": "left", + "segments": [ + { + "background": "#BF231D", + "foreground": "#ffffff", + "style": "plain", + "template": " \uf0e7 ", + "type": "root" + }, + { + "background": "#0A703E", + "foreground": "#ffffff", + "style": "plain", + "template": " {{ .Icon }} ", + "type": "os" + }, + { + "background": "#0A703E", + "foreground": "#ffffff", + "style": "plain", + "template": "{{ .UserName }} ", + "type": "session" + }, + { + "background": "#256C9D", + "foreground": "#ffffff", + "properties": { + "folder_icon": "\uf115", + "folder_separator_icon": " \ue0b1 ", + "max_depth": 2, + "style": "agnoster_short" + }, + "style": "plain", + "template": " {{ .Path }} ", + "type": "path" + }, + { + "background": "#256C9D", + "foreground": "#ffffff", + "properties": { + "branch_template": "{{ trunc 30 .Branch }}", + "fetch_status": true, + "fetch_upstream_icon": true + }, + "style": "plain", + "template": "[ {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ]", + "type": "git" + }, + { + "background": "#256C9D", + "foreground": "#ffffff", + "powerline_symbol": "\ue0b0", + "style": "plain", + "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", + "properties": { + "text": "\ue0b0" + }, + "type": "python" + }, + { + "foreground": "#256C9D", + "style": "plain", + "template": "\ue0b0 ", + "type": "text" + } + ], + "type": "prompt" + } + ], + "version": 3 +}