mirror of
https://github.com/powerline/powerline.git
synced 2025-07-25 06:46:33 +02:00
Make vim Visual Block mode orange in Solarized colourscheme.
This makes it consistent with the styles of the other visual modes. Reference issue #147.
This commit is contained in:
parent
8cdd12a800
commit
f141574d89
@ -75,6 +75,11 @@
|
||||
"mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
|
||||
}
|
||||
},
|
||||
"^V": {
|
||||
"groups": {
|
||||
"mode": { "fg": "oldlace", "bg": "orange", "attr": ["bold"] }
|
||||
}
|
||||
},
|
||||
"R": {
|
||||
"groups": {
|
||||
"mode": { "fg": "oldlace", "bg": "red", "attr": ["bold"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user