Make vim visual block selection orange

Fixes #147
This commit is contained in:
Otto Modinos 2013-02-24 21:27:59 +02:00 committed by Kim Silkebækken
parent 43d9639534
commit af020d9329
1 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,11 @@
"mode": { "fg": "darkorange", "bg": "brightestorange", "attr": ["bold"] }
}
},
"^V": {
"groups": {
"mode": { "fg": "darkorange", "bg": "brightestorange", "attr": ["bold"] }
}
},
"R": {
"groups": {
"mode": { "fg": "white", "bg": "brightred", "attr": ["bold"] }