fix icons.h typo

fixed some typo
This commit is contained in:
1bman 2021-06-30 14:25:01 +05:30 committed by GitHub
parent 63ef6d7340
commit 99bd80137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 */