From 2d49d5ecb540ebf0e4bef8e2c57300b9a01ab1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Charlier?= Date: Tue, 11 Jun 2013 12:33:04 +0200 Subject: [PATCH] Fix CursorColumn, ColorColumn & LineNr term color Set background color for CursorColumn, ColorColumn & LineNr to a different color than the default background color in terminal mode. --- colors/molokai.vim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/colors/molokai.vim b/colors/molokai.vim index 7e7a622..9200c8e 100644 --- a/colors/molokai.vim +++ b/colors/molokai.vim @@ -1,10 +1,10 @@ - + " Vim color file " " Author: Tomas Restrepo " " Note: Based on the monokai theme for textmate -" by Wimer Hazenberg and its darker variant +" by Wimer Hazenberg and its darker variant " by Hamish Stuart Macpherson " @@ -191,10 +191,10 @@ if &t_Co > 255 hi SignColumn ctermfg=118 ctermbg=235 hi SpecialChar ctermfg=161 cterm=bold hi SpecialComment ctermfg=245 cterm=bold - hi Special ctermfg=81 + hi Special ctermfg=81 if has("spell") - hi SpellBad ctermbg=52 - hi SpellCap ctermbg=17 + hi SpellBad ctermbg=52 + hi SpellCap ctermbg=17 hi SpellLocal ctermbg=17 hi SpellRare ctermfg=none ctermbg=none cterm=reverse endif @@ -218,13 +218,13 @@ if &t_Co > 255 hi WildMenu ctermfg=81 ctermbg=16 hi Comment ctermfg=59 - hi CursorColumn ctermbg=234 - hi ColorColumn ctermbg=234 - hi LineNr ctermfg=250 ctermbg=234 + hi CursorColumn ctermbg=236 + hi ColorColumn ctermbg=236 + hi LineNr ctermfg=250 ctermbg=236 hi NonText ctermfg=59 hi SpecialKey ctermfg=59 - + if exists("g:rehash256") && g:rehash256 == 1 hi Normal ctermfg=252 ctermbg=234 hi CursorLine ctermbg=236 cterm=none @@ -251,7 +251,7 @@ if &t_Co > 255 hi PreCondit ctermfg=154 cterm=bold hi PreProc ctermfg=154 hi Repeat ctermfg=197 cterm=bold - + hi Statement ctermfg=197 cterm=bold hi Tag ctermfg=197 hi Title ctermfg=203