From 99bd80137dda7497c4c9b79f9b50bf19ab94df74 Mon Sep 17 00:00:00 2001 From: 1bman <86540836+1bman@users.noreply.github.com> Date: Wed, 30 Jun 2021 14:25:01 +0530 Subject: [PATCH] fix icons.h typo fixed some typo --- src/icons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/icons.h b/src/icons.h index 244b5c6c..0edb61bf 100644 --- a/src/icons.h +++ b/src/icons.h @@ -36,8 +36,8 @@ struct icon_pair { #define COLOR_REACT 39 /* DeepSkyBlue1 */ #define COLOR_CSS 199 /* DeepPink1 */ #define COLOR_PYTHON 227 /* LightGoldenrod1 */ -#define COLOR_LUA 19 /* LightGoldenrod1 */ -#define COLOR_DOCUMENT 15 /* WHITE */ +#define COLOR_LUA 19 /* Blue3 */ +#define COLOR_DOCUMENT 15 /* White */ #define COLOR_FSHARP 31 /* DeepSkyBlue3 */ #define COLOR_RUBY 160 /* Red3 */ #define COLOR_SCALA 196 /* Red1 */