mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
fix(highlight): add Nvim{Light,Dark}Gray{1,2,3,4}
colors
This commit is contained in:
@@ -12,7 +12,7 @@ typedef struct {
|
||||
char *name;
|
||||
RgbValue color;
|
||||
} color_name_table_T;
|
||||
extern color_name_table_T color_name_table[700];
|
||||
extern color_name_table_T color_name_table[708];
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "highlight_group.h.generated.h"
|
||||
|
Reference in New Issue
Block a user