Improve selected colours for my shell theme

This commit is contained in:
Jonny Barnes 2018-01-26 20:29:41 +00:00
parent aaab7fff1b
commit c5007f9fa6
2 changed files with 10 additions and 7 deletions

View file

@ -7,17 +7,17 @@
"attrs": [] "attrs": []
}, },
"branch": { "branch": {
"fg": "gray9", "fg": "white",
"bg": "darkblue", "bg": "darkblue",
"attrs": [] "attrs": []
}, },
"branch_dirty": { "branch_dirty": {
"fg": "brightyellow", "fg": "black",
"bg": "darkblue", "bg": "brightyellow",
"attrs": [] "attrs": []
}, },
"branch_clean": { "branch_clean": {
"fg": "gray9", "fg": "white",
"bg": "darkblue", "bg": "darkblue",
"attrs": [] "attrs": []
}, },
@ -27,7 +27,7 @@
"attrs": [] "attrs": []
}, },
"cwd": { "cwd": {
"fg": "darkcyan", "fg": "gray9",
"bg": "gray4", "bg": "gray4",
"attrs": [] "attrs": []
}, },
@ -37,7 +37,7 @@
"attrs": ["bold"] "attrs": ["bold"]
}, },
"cwd:divider": { "cwd:divider": {
"fg": "yellow", "fg": "gray0",
"bg": "gray4", "bg": "gray4",
"attrs": [] "attrs": []
}, },

View file

@ -35,7 +35,10 @@
}, },
{ {
"function": "powerline.segments.common.vcs.branch", "function": "powerline.segments.common.vcs.branch",
"priority": 40 "priority": 40,
"args": {
"status_colors": true
}
}, },
{ {
"function": "powerline.segments.common.time.fuzzy_time", "function": "powerline.segments.common.time.fuzzy_time",