Changed the color of the types to match Darcula's style
This commit is contained in:
parent
73eeee28bd
commit
6ea2c50d72
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ Define { PreProc }; -- preprocessor #define
|
||||||
Macro { PreProc }; -- same as Define
|
Macro { PreProc }; -- same as Define
|
||||||
PreCondit { PreProc }; -- preprocessor #if, #else, #endif, etc.
|
PreCondit { PreProc }; -- preprocessor #if, #else, #endif, etc.
|
||||||
|
|
||||||
Type { fg=purple };
|
Type { fg=fg };
|
||||||
StorageClass { fg=magenta }; -- static, register, volatile, etc.
|
StorageClass { fg=magenta }; -- static, register, volatile, etc.
|
||||||
Structure { fg=magenta }; -- struct, union, enum, etc.
|
Structure { fg=magenta }; -- struct, union, enum, etc.
|
||||||
Typedef { Type };
|
Typedef { Type };
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue