mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme: suppress revert_icon in half-life theme
Since this theme suppresses all other icons, it makes sense to also suppress revert_icon.
This commit is contained in:
parent
6dbaa52481
commit
3dd512f2c2
|
@ -48,6 +48,7 @@
|
||||||
"merge_icon": "",
|
"merge_icon": "",
|
||||||
"rebase_icon": "",
|
"rebase_icon": "",
|
||||||
"cherry_pick_icon": "",
|
"cherry_pick_icon": "",
|
||||||
|
"revert_icon": "",
|
||||||
"working_color": "#D75F00",
|
"working_color": "#D75F00",
|
||||||
"staging_color": "#87FF00",
|
"staging_color": "#87FF00",
|
||||||
"local_working_icon": " ●",
|
"local_working_icon": " ●",
|
||||||
|
|
Loading…
Reference in a new issue