mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-13 14:34:06 -08:00
theme: adjusts white space between words and icons
This commit is contained in:
parent
f44fddd5a9
commit
5f0e13c193
|
@ -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"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue