Skip to content

Commit 2147746

Browse files
committed
patch 7.4.2182
Problem: Color Grey40 used in startup but not in the short list. Solution: Add Grey40 to the builtin colors.
1 parent a772ec5 commit 2147746

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/term.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6104,6 +6104,7 @@ gui_get_color_cmn(char_u *name)
61046104
{(char_u *)"gray", RGB(0xBE, 0xBE, 0xBE)},
61056105
{(char_u *)"green", RGB(0x00, 0xFF, 0x00)},
61066106
{(char_u *)"grey", RGB(0xBE, 0xBE, 0xBE)},
6107+
{(char_u *)"grey40", RGB(0x66, 0x66, 0x66)},
61076108
{(char_u *)"grey90", RGB(0xE5, 0xE5, 0xE5)},
61086109
{(char_u *)"lightblue", RGB(0xAD, 0xD8, 0xE6)},
61096110
{(char_u *)"lightcyan", RGB(0xE0, 0xFF, 0xFF)},

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2182,
766768
/**/
767769
2181,
768770
/**/

0 commit comments

Comments
 (0)