Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 7 forks source link

VSCode: Colorization Change for VS Code C/C++ Extension Causes Misrepresented Coloration #139

Closed tombresson closed 4 years ago

tombresson commented 5 years ago

A recent improvement to the syntax colorization for the official VS Code C/C++ Extension has broken theming in Monokai Pro.

As can be seen below, the datatypes and the macros, using version 0.24.0, are now themed the same color as the function definitions.

v0.23.1: v0.23.1

v0.24.0: v0.24.0

There is a work-around to temporarily fix the issue. This can done by disabling Enhanced Colorization. workaround

Here's some links to details around the change: https://github.com/microsoft/vscode-cpptools/releases/tag/0.24.0 https://github.com/microsoft/vscode-cpptools/issues/230 https://github.com/microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/colorization.md

Monokai commented 5 years ago

Added support for Intellisense colors in 1.1.14

tombresson commented 5 years ago

Thanks!

tombresson commented 5 years ago

@Monokai, wanted to let you know, this fix pushed me to purchase a license. Thanks for continuing to improve this theme. It's definitely a good one. 😄