From af020d932951c6301623df729f1befef6ffbc3aa Mon Sep 17 00:00:00 2001 From: Otto Modinos Date: Sun, 24 Feb 2013 21:27:59 +0200 Subject: [PATCH] Make vim visual block selection orange Fixes #147 --- powerline/config_files/colorschemes/vim/default.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/powerline/config_files/colorschemes/vim/default.json b/powerline/config_files/colorschemes/vim/default.json index 42b69d6a..14a3e780 100644 --- a/powerline/config_files/colorschemes/vim/default.json +++ b/powerline/config_files/colorschemes/vim/default.json @@ -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"] }