feat(theme): set cyan color for branch name in ys theme

This commit is contained in:
Simon Aunér 2022-10-28 08:55:55 +02:00 committed by Jan De Dobbeleer
parent 19b870a1f7
commit fcb880e6a5

View file

@ -48,7 +48,7 @@
},
{
"style": "plain",
"template": "<darkGray>on</> <white>git:</>{{ .HEAD }} ",
"template": "<darkGray>on</> <white>git:</><cyan>{{ .HEAD }}</> ",
"type": "git"
},
{