mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
feat(theme): set cyan color for branch name in ys theme
This commit is contained in:
parent
19b870a1f7
commit
fcb880e6a5
|
@ -48,7 +48,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
"template": "<darkGray>on</> <white>git:</>{{ .HEAD }} ",
|
"template": "<darkGray>on</> <white>git:</><cyan>{{ .HEAD }}</> ",
|
||||||
"type": "git"
|
"type": "git"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue