Improve selected colours for my shell theme
This commit is contained in:
parent
aaab7fff1b
commit
c5007f9fa6
2 changed files with 10 additions and 7 deletions
|
@ -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": []
|
||||
},
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue