The colors in :h gui-colors, but not in
rgb.txt are: ['LightRed', 'LightMagenta', 'DarkYellow']
Any idea on how to find these RGB values from the system
(i.e. without using a color picker)?
There is no light red, for example, in $VIMRUNTIME/rgb.txt
Although the color exists.
E.g.: hi Normal guibg=lightred
is ok.
I found light red in source tree src/terminal.c
with RGB: 255 64 64,
which does not correspond to the color applied
(found 255 140 140 in a color picker, and if I do
:hi Normal guibg=#ff8b8b, it stays the same.)
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Monday, January 8, 2018
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment