From e289298e6fd87eb09eeaac98551d3671c4162870 Mon Sep 17 00:00:00 2001 From: PlayDay <18056374+playday3008@users.noreply.github.com> Date: Thu, 12 May 2022 20:03:42 +0200 Subject: [PATCH] theme: update kali closes #2259 --- themes/kali.omp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/kali.omp.json b/themes/kali.omp.json index c59f4e0c..f2911275 100644 --- a/themes/kali.omp.json +++ b/themes/kali.omp.json @@ -7,13 +7,13 @@ { "foreground": "lightBlue", "foreground_templates": [ - "{{ if .Root }}red{{ end }}" + "{{ if .Root }}lightRed{{ end }}" ], "properties": { "display_host": true }, "style": "plain", - "template": "\u250c\u2500\u2500({{ if .Root }}root💀{{ else }}{{ .UserName }}@{{ end }}{{ .HostName }})", + "template": "<{{ if .Root }}lightBlue{{ else }}green{{ end }}>\u250c\u2500\u2500({{ .UserName }}{{ if .Root }}💀{{ else }}㉿{{ end }}{{ .HostName }}<{{ if .Root }}lightBlue{{ else }}green{{ end }}>)", "type": "session" }, { @@ -23,7 +23,7 @@ "fetch_virtual_env": true }, "style": "plain", - "template": "-[\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }}{{ end }}{{ .Full }}{{ end }}]", + "template": "<{{ if .Root }}lightBlue{{ else }}green{{ end }}>-[\ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ if .Venv }}{{ .Venv }}{{ end }}{{ .Full }}{{ end }}<{{ if .Root }}lightBlue{{ else }}green{{ end }}>]", "type": "python" }, { @@ -33,13 +33,13 @@ "style": "full" }, "style": "plain", - "template": "-[{{ .Path }}]", + "template": "<{{ if .Root }}lightBlue{{ else }}green{{ end }}>-[{{ .Path }}<{{ if .Root }}lightBlue{{ else }}green{{ end }}>]", "type": "path" }, { "foreground": "white", "style": "plain", - "template": "-[{{ .HEAD }}]", + "template": "<{{ if .Root }}lightBlue{{ else }}green{{ end }}>-[{{ .HEAD }}<{{ if .Root }}lightBlue{{ else }}green{{ end }}>]", "type": "git" } ], @@ -80,7 +80,7 @@ { "foreground": "lightBlue", "style": "plain", - "template": "\u2514\u2500{{ if .Root }}#{{ else }}${{ end }} ", + "template": "<{{ if .Root }}lightBlue{{ else }}green{{ end }}>\u2514\u2500{{ if .Root }}#{{ else }}${{ end }} ", "type": "text" } ],