Skip to content

Commit

Permalink
feat(theme): display git status for half-life theme
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBauer authored and JanDeDobbeleer committed May 25, 2021
1 parent b9906b2 commit e8062af
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion themes/half-life.omp.json
Expand Up @@ -43,13 +43,20 @@
"branch_behind_icon": "",
"branch_gone_icon": "",
"branch_identical_icon": "",
"commit_icon": "",
"tag_icon": "",
"merge_icon": "",
"rebase_icon": "",
"cherry_pick_icon": "",
"working_color": "#D75F00",
"staging_color": "#87FF00",
"local_working_icon": "",
"local_staged_icon": "",
"status_separator_icon": "",
"display_status": true,
"display_status_detail": false,
"display_branch_status": false
"display_branch_status": false,
"display_stash_count": false
}
},
{
Expand Down

0 comments on commit e8062af

Please sign in to comment.