Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

Grey Highlighting for Sections Hidden behind C Preprocessor Macros #190

Closed ztnel closed 4 months ago

ztnel commented 4 months ago

Description

For blocks of code hidden behind preprocessor macros in C, the highlighting was vscGreen since the lsp semantic token linked as a comment. This blended in with comments and was hard to distinguish. To improve clarity I have added vscDimHighlight as an override.

Before
Screenshot 2024-04-21 at 10 51 19 AM
After
Screenshot 2024-04-21 at 10 17 01 AM