Skip to content

Commit

Permalink
Merge pull request #4 from atomgalaxy/master
Browse files Browse the repository at this point in the history
I added a Conceal group
  • Loading branch information
ciaranm committed Oct 30, 2012
2 parents f80de24 + e06f69f commit 876b429
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/inkpot.vim
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ if has("gui_running")

hi MatchParen gui=NONE guifg=#cfbfad guibg=#4e4e8f
endif
if v:version >= 703
hi Conceal gui=NONE guifg=#c080d0 guibg=NONE
endif
else
if ! g:inkpot_black_background
exec "hi Normal cterm=NONE ctermfg=" . <SID>X(79) . " ctermbg=" . <SID>X(80)
Expand Down Expand Up @@ -211,6 +214,9 @@ else
exec "hi SpellCap cterm=NONE ctermbg=" . <SID>X(21)
exec "hi MatchParen cterm=NONE ctermbg=" . <SID>X(14) . "ctermfg=" . <SID>X(25)
endif
if v:version >= 703
exec "hi Conceal cterm=NONE ctermfg=" . <SID>X(55) . " ctermbg=" . "NONE"
endif
endif

" vim: set et :

0 comments on commit 876b429

Please sign in to comment.