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