theme: adjusts white space between words and icons

This commit is contained in:
Thiago Barros 2023-11-06 18:53:32 -03:00 committed by Jan De Dobbeleer
parent f44fddd5a9
commit 5f0e13c193

View file

@ -10,7 +10,7 @@
"style": "folder"
},
"style": "diamond",
"template": "<#42E66C>\u2B22 </> <b>{{ .Path }}</b> ",
"template": "<#42E66C>\u2B22 </><b>{{ .Path }}</b>",
"type": "path"
},
{
@ -19,13 +19,13 @@
"branch_icon": ""
},
"style": "diamond",
"template": "<#ffffff>\u26A1</><b> {{ .HEAD }}</b>",
"template": "<#ffffff> \u26A1 </><b>{{ .HEAD }}</b>",
"type": "git"
},
{
"foreground": "#ff0000",
"style": "diamond",
"template": "<#ff0000> \u25C9 </>",
"template": "<#ff0000> \u25C9</>",
"type": "text"
}
],