" "GENERAL ADDITIONS" below. They have to be configured to work.
"
" Maintainer: Simon Ruderich <simon@ruderich.org>
-" 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
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