theme(atomic): add space between double width icons

This commit is contained in:
Shravan Asati 2024-03-04 23:08:05 +05:30 committed by Jan De Dobbeleer
parent b468f2967a
commit 5d24a56b2e

View file

@ -29,7 +29,7 @@
"style": "folder"
},
"style": "powerline",
"template": " \uf07b\uea9c{{ .Path }} ",
"template": " \uf07b\uea9c {{ .Path }} ",
"type": "path"
},
{
@ -59,7 +59,7 @@
"threshold": 0
},
"style": "diamond",
"template": " \ueba2{{ .FormattedMs }}\u2800",
"template": " \ueba2 {{ .FormattedMs }}\u2800",
"trailing_diamond": "\ue0b4",
"type": "executiontime"
}