diff --git a/powerline/config_files/colorschemes/vim/solarized.json b/powerline/config_files/colorschemes/vim/solarized.json index 57f4bfb1..9a55a237 100644 --- a/powerline/config_files/colorschemes/vim/solarized.json +++ b/powerline/config_files/colorschemes/vim/solarized.json @@ -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"] }