fix(highlight): add Nvim{Light,Dark}Gray{1,2,3,4} colors

This commit is contained in:
Evgeni Chasnovski
2024-03-30 11:27:42 +02:00
parent 35239e977f
commit 837f268093
3 changed files with 13 additions and 5 deletions

View File

@@ -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"