]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - vim/colors/simon.vim
vim/colors/simon.vim: darken gray of CursorLine/CursorColumn
[config/dotfiles.git] / vim / colors / simon.vim
index 4f4955fde2aad35919504b5a5e1b989c5f3e8bb6..870c43b490289fdb028abcee5768a7c9bed01aac 100644 (file)
 " "GENERAL ADDITIONS" below. They have to be configured to work.
 "
 " Maintainer:  Simon Ruderich <simon@ruderich.org>
-" Last Change: 2012-06-21
+" Last Change: 2014-10-24
 " License:     GPL v3+
 
-" Copyright (C) 2011-2012  Simon Ruderich
+" Copyright (C) 2011-2014  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
@@ -63,6 +63,8 @@ highlight Constant           ctermfg=160
     highlight Character      ctermfg=215                                        guifg=#ffaf5f
     " Numbers (light magenta on default).
     highlight Number         ctermfg=207                                        guifg=#ff5fff
+    " Booleans (light dark red on default).
+    highlight Boolean        ctermfg=160                                        guifg=#d70000
     highlight Float          ctermfg=207                                        guifg=#ff5fff
 " Identifier (cyan on default). cterm=NONE to prevent bold.
 highlight Identifier         ctermfg=51              cterm=NONE                 guifg=#00ffff               gui=NONE
@@ -102,10 +104,10 @@ highlight Cursor             ctermfg=16  ctermbg=227
 " Cursor color when IME or XIM is on, :h CursorIM (not used, keep in sync with
 " Cursor).
 highlight CursorIM           ctermfg=16  ctermbg=227                            guifg=#000000 guibg=#ffff5f
-" Current cursor column/line (current color on light gray). cterm=NONE to
+" Current cursor column/line (current color on dark gray). cterm=NONE to
 " prevent underlining.
-highlight CursorColumn                   ctermbg=241 cterm=NONE                 guibg=#626262               gui=NONE
-highlight CursorLine                     ctermbg=241 cterm=NONE                 guibg=#626262               gui=NONE
+highlight CursorColumn                   ctermbg=234 cterm=NONE                 guibg=#1c1c1c               gui=NONE
+highlight CursorLine                     ctermbg=234 cterm=NONE                 guibg=#1c1c1c               gui=NONE
 " Directories in file listings (blue on default).
 highlight Directory          ctermfg=27              cterm=bold                 guifg=#005fff               gui=bold
 " Error messages (white on red).
@@ -140,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