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:
Ali B 2013-03-15 10:45:59 +11:00 committed by Kim Silkebækken
parent 8cdd12a800
commit f141574d89
1 changed files with 5 additions and 0 deletions

View File

@ -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"] }