Why is different color with same guibg when on different platform?
0 views
Skip to first unread message
anhnmncb
unread,
Nov 23, 2008, 9:49:52 PM11/23/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
I use
:hi Normal guibg=LightYellow
to set my background, I find it has different looking when on windows and linux. On linux, the color is right, but when on windows, LightYellow would become darker, why?
-- Regards,
anhnmncb gpg key: 44A31344
anhnmncb
unread,
Nov 23, 2008, 10:27:40 PM11/23/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Hmm, after I set the color code (#FFFFE0) directly, then the problem is gone, I guess the definition is different on platforms.