diff --git a/themes/rudolfs-dark.omp.json b/themes/rudolfs-dark.omp.json index 74b48242..dca0d9a5 100644 --- a/themes/rudolfs-dark.omp.json +++ b/themes/rudolfs-dark.omp.json @@ -51,6 +51,17 @@ "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 }} \uf692 {{ .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", diff --git a/themes/rudolfs-light.omp.json b/themes/rudolfs-light.omp.json index bf351891..91d5cab7 100644 --- a/themes/rudolfs-light.omp.json +++ b/themes/rudolfs-light.omp.json @@ -51,6 +51,17 @@ "template": " {{ .Path }}", "type": "path" }, + { + "background": "#E0E0E0", + "foreground": "#424242", + "powerline_symbol": "\ue0b0", + "style": "plain", + "template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }} {{ end }}{{ .Full }}{{ end }} ", + "properties": { + "text": "\ue0b0" + }, + "type": "python" + }, { "foreground": "#E0E0E0", "style": "plain",