Merge pull request #1088 from 1bman/1bman-patch-1

fix icons.h typo
This commit is contained in:
Piña Colada 2021-06-30 19:51:50 +05:30 committed by GitHub
commit ce8b9fdb2f
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 */