README

C Enhanced Theme is a theme enhanced for language C. It is based on Dracula Official theme.

To use the theme, please first install C/C++ plugin and make sure C_Cpp.enhancedColorization enabled.

C/C++ plugin has a enhancedColorization feature which can detect more types of token. The render of there tokens is not supported in vscode default theme framework. Microsoft offered a theme supports these new tokens based on vscode default theme here. I wrote a new one named C Enhanced Theme based on Dracula Official.

To get a better C experience on vscode, please refer to Better C on Vscode.

Below is C file render comparison of default Dracula Official Theme (left) and C Enhanced Theme (right): image