forked from aniani/vim
patch 7.4.2182
Problem: Color Grey40 used in startup but not in the short list. Solution: Add Grey40 to the builtin colors.
This commit is contained in:
@@ -6104,6 +6104,7 @@ gui_get_color_cmn(char_u *name)
|
|||||||
{(char_u *)"gray", RGB(0xBE, 0xBE, 0xBE)},
|
{(char_u *)"gray", RGB(0xBE, 0xBE, 0xBE)},
|
||||||
{(char_u *)"green", RGB(0x00, 0xFF, 0x00)},
|
{(char_u *)"green", RGB(0x00, 0xFF, 0x00)},
|
||||||
{(char_u *)"grey", RGB(0xBE, 0xBE, 0xBE)},
|
{(char_u *)"grey", RGB(0xBE, 0xBE, 0xBE)},
|
||||||
|
{(char_u *)"grey40", RGB(0x66, 0x66, 0x66)},
|
||||||
{(char_u *)"grey90", RGB(0xE5, 0xE5, 0xE5)},
|
{(char_u *)"grey90", RGB(0xE5, 0xE5, 0xE5)},
|
||||||
{(char_u *)"lightblue", RGB(0xAD, 0xD8, 0xE6)},
|
{(char_u *)"lightblue", RGB(0xAD, 0xD8, 0xE6)},
|
||||||
{(char_u *)"lightcyan", RGB(0xE0, 0xFF, 0xFF)},
|
{(char_u *)"lightcyan", RGB(0xE0, 0xFF, 0xFF)},
|
||||||
|
@@ -763,6 +763,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2182,
|
||||||
/**/
|
/**/
|
||||||
2181,
|
2181,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user