mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -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": "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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue