From 5553900140b3b457c4f8c54e297e20bb48fad42a Mon Sep 17 00:00:00 2001 From: Sharun <715417+sharunkumar@users.noreply.github.com> Date: Tue, 19 Apr 2022 22:10:24 +0530 Subject: [PATCH] fix: added spacing before os icon in craver theme --- themes/craver.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/craver.omp.json b/themes/craver.omp.json index a4aef179..dcf1a738 100644 --- a/themes/craver.omp.json +++ b/themes/craver.omp.json @@ -17,7 +17,7 @@ "foreground": "#3A86FF", "leading_diamond": " ", "style": "diamond", - "template": "{{ if .WSL }}WSL at {{ end }}{{.Icon}} ", + "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} ", "type": "os" }, {