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…
Reference in New Issue