From 3bf4da2e6a751b8e9fbc5dbc3230e1c6a2d56fbe Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 26 Jan 2018 20:34:58 +0000 Subject: [PATCH] orange looks better than yellow for branch_dirty --- powerline/colorschemes/shell/jonny.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerline/colorschemes/shell/jonny.json b/powerline/colorschemes/shell/jonny.json index 45cab82..8031886 100644 --- a/powerline/colorschemes/shell/jonny.json +++ b/powerline/colorschemes/shell/jonny.json @@ -13,7 +13,7 @@ }, "branch_dirty": { "fg": "black", - "bg": "brightyellow", + "bg": "brightorange", "attrs": [] }, "branch_clean": {