diff --git a/powerline/colorschemes/shell/jonny.json b/powerline/colorschemes/shell/jonny.json index abacd67..45cab82 100644 --- a/powerline/colorschemes/shell/jonny.json +++ b/powerline/colorschemes/shell/jonny.json @@ -7,17 +7,17 @@ "attrs": [] }, "branch": { - "fg": "gray9", + "fg": "white", "bg": "darkblue", "attrs": [] }, "branch_dirty": { - "fg": "brightyellow", - "bg": "darkblue", + "fg": "black", + "bg": "brightyellow", "attrs": [] }, "branch_clean": { - "fg": "gray9", + "fg": "white", "bg": "darkblue", "attrs": [] }, @@ -27,7 +27,7 @@ "attrs": [] }, "cwd": { - "fg": "darkcyan", + "fg": "gray9", "bg": "gray4", "attrs": [] }, @@ -37,7 +37,7 @@ "attrs": ["bold"] }, "cwd:divider": { - "fg": "yellow", + "fg": "gray0", "bg": "gray4", "attrs": [] }, diff --git a/powerline/themes/shell/jonny.json b/powerline/themes/shell/jonny.json index e69bb5f..c8ef34e 100644 --- a/powerline/themes/shell/jonny.json +++ b/powerline/themes/shell/jonny.json @@ -35,7 +35,10 @@ }, { "function": "powerline.segments.common.vcs.branch", - "priority": 40 + "priority": 40, + "args": { + "status_colors": true + } }, { "function": "powerline.segments.common.time.fuzzy_time",