Hi,

To change the highlighting of the current line, I have this in my .vimrc:
  hi CursorLine guisp=NONE   gui=NONE      guifg=NONE guibg=darkgrey
ctermfg=NONE   ctermbg=darkgrey term=NONE cterm=NONE

My problem is, that darkgrey is not dark enough for me!
I tried doing something like this:
... ctermbg=#0f0f0f ...
but vim does not accept that (E421: Color name or number not recognized:
ctermbg=#000f00 term=NONE cterm=NONE)

What can I do?
Thanks!
Nathan
-- 
View this message in context: 
http://www.nabble.com/Very-dark-grey-line-background-tp24423729p24423729.html
Sent from the Vim - General mailing list archive at Nabble.com.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to