From: Simon Ruderich Date: Fri, 24 Oct 2014 21:43:42 +0000 (+0200) Subject: vim/colors/simon.vim: darken gray of CursorLine/CursorColumn X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=d2e85549888b0fd53975a44fb669feacb70a393c vim/colors/simon.vim: darken gray of CursorLine/CursorColumn Thanks to HP for the suggestion. --- diff --git a/vim/colors/simon.vim b/vim/colors/simon.vim index f2a4020..870c43b 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: 2013-07-05 +" Last Change: 2014-10-24 " License: GPL v3+ -" Copyright (C) 2011-2013 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 @@ -104,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).