Changed the color of the types to match Darcula's style

This commit is contained in:
Briones Dos Santos Gabriel Dario 2021-05-23 21:11:44 -03:00
parent 73eeee28bd
commit 6ea2c50d72

View file

@ -189,7 +189,7 @@ Define { PreProc }; -- preprocessor #define
Macro { PreProc }; -- same as Define
PreCondit { PreProc }; -- preprocessor #if, #else, #endif, etc.
Type { fg=purple };
Type { fg=fg };
StorageClass { fg=magenta }; -- static, register, volatile, etc.
Structure { fg=magenta }; -- struct, union, enum, etc.
Typedef { Type };