Skip to content

Commit

Permalink
changes hl of invisibles
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kempson committed Mar 15, 2012
1 parent 112c224 commit 7f8f871
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions colors/Tomorrow.vim
Expand Up @@ -75,7 +75,6 @@ call <SID>hi("Macro", s:gui08, "", s:cterm08, "", "")
call <SID>hi("MatchParen", "", s:gui03, "", s:cterm03, "")
call <SID>hi("ModeMsg", s:gui0B, "", s:cterm0B, "", "")
call <SID>hi("MoreMsg", s:gui0B, "", s:cterm0B, "", "")
call <SID>hi("NonText", s:gui03, "", s:cterm03, "", "")
call <SID>hi("Question", s:gui0A, "", s:cterm0A, "", "")
call <SID>hi("Search", s:gui0A, s:gui01, s:cterm0A, s:cterm01, "reverse")
call <SID>hi("SpecialKey", s:gui03, "", s:cterm03, "", "")
Expand All @@ -89,8 +88,10 @@ call <SID>hi("WildMenu", s:gui08, "", s:cterm08, "", "")

if &background == "dark"
call <SID>hi("Cursor", s:gui05, "", s:cterm05, "", "")
call <SID>hi("NonText", s:gui03, "", s:cterm03, "", "")
call <SID>hi("Normal", s:gui05, s:gui00, s:cterm05, s:cterm00, "")
call <SID>hi("LineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "")
call <SID>hi("SpecialKey", s:gui03, "", s:cterm03, "", "")
call <SID>hi("StatusLine", s:gui03, s:gui01, s:cterm03, s:cterm01, "none")
call <SID>hi("StatusLineNC", s:gui03, s:gui01, s:cterm03, s:cterm01, "none")
call <SID>hi("VertSplit", s:gui02, s:gui02, s:cterm02, s:cterm02, "none")
Expand All @@ -108,8 +109,10 @@ if &background == "dark"
end
else
call <SID>hi("Cursor", s:gui02, "", s:cterm02, "", "")
call <SID>hi("NonText", s:gui05, "", s:cterm05, "", "")
call <SID>hi("Normal", s:gui02, s:gui07, s:cterm02, s:cterm07, "")
call <SID>hi("LineNr", s:gui04, s:gui06, s:cterm04, s:cterm06, "")
call <SID>hi("SpecialKey", s:gui05, "", s:cterm05, "", "")
call <SID>hi("StatusLine", s:gui04, s:gui06, s:cterm04, s:cterm06, "none")
call <SID>hi("StatusLineNC", s:gui04, s:gui06, s:cterm04, s:cterm06, "none")
call <SID>hi("VertSplit", s:gui05, s:gui05, s:cterm05, s:cterm05, "none")
Expand Down Expand Up @@ -146,7 +149,6 @@ call <SID>hi("PreProc", s:gui0A, "", s:cterm0A, "", "")
call <SID>hi("Repeat", s:gui0A, "", s:cterm0A, "", "")
call <SID>hi("Special", s:gui0C, "", s:cterm0C, "", "")
call <SID>hi("SpecialChar", s:gui0F, "", s:cterm0F, "", "")
call <SID>hi("SpecialKey", s:gui0F, "", s:cterm0F, "", "")
call <SID>hi("Statement", s:gui08, "", s:cterm08, "", "")
call <SID>hi("StorageClass", s:gui0A, "", s:cterm0A, "", "")
call <SID>hi("String", s:gui0B, "", s:cterm0B, "", "")
Expand Down Expand Up @@ -206,4 +208,4 @@ delf <SID>hi

" Remove Colour Variables
unlet s:gui00 s:gui01 s:gui02 s:gui03 s:gui04 s:gui05 s:gui06 s:gui07 s:gui08 s:gui09 s:gui0A s:gui0B s:gui0C s:gui0D s:gui0E s:gui0F
unlet s:cterm00 s:cterm01 s:cterm02 s:cterm03 s:cterm04 s:cterm05 s:cterm06 s:cterm07 s:cterm08 s:cterm09 s:cterm0A s:cterm0B s:cterm0C s:cterm0D s:cterm0E s:cterm0F
unlet s:cterm00 s:cterm01 s:cterm02 s:cterm03 s:cterm04 s:cterm05 s:cterm06 s:cterm07 s:cterm08 s:cterm09 s:cterm0A s:cterm0B s:cterm0C s:cterm0D s:cterm0E s:cterm0F

0 comments on commit 7f8f871

Please sign in to comment.