X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vim%2Fcolors%2Fsimon.vim;h=f2a402014c25a136bd34ba34ddc3456eadf4323e;hb=43bc4c7795d6fb5df836d7728680a9833941b164;hp=6abcf91b739c203cc0369beeaef64d52a18baaa3;hpb=9dd86353a61b41cf6a1de3c3741e8af8ac232c11;p=config%2Fdotfiles.git diff --git a/vim/colors/simon.vim b/vim/colors/simon.vim index 6abcf91..f2a4020 100644 --- a/vim/colors/simon.vim +++ b/vim/colors/simon.vim @@ -12,10 +12,10 @@ " "GENERAL ADDITIONS" below. They have to be configured to work. " " Maintainer: Simon Ruderich -" Last Change: 2012-06-21 +" Last Change: 2013-07-05 " License: GPL v3+ -" Copyright (C) 2011-2012 Simon Ruderich +" Copyright (C) 2011-2013 Simon Ruderich " " This file is free software: you can redistribute it and/or modify " it under the terms of the GNU General Public License as published by @@ -142,6 +142,9 @@ highlight SpellCap ctermbg=27 highlight StatusLine cterm=reverse,bold gui=reverse,bold " Status line of inactive windows (reverse). highlight StatusLineNC cterm=reverse gui=reverse +" Tab pages line, parts with no labels on the right (default, cterm=NONE to +" disable reverse). +highlight TabLineFill cterm=NONE gui=NONE " Titles in output from :set all, :autocmd, etc. (light blue on default). Also " used by AsciiDoc. highlight Title ctermfg=63 cterm=bold guifg=#5f5fff gui=bold