tcd / dark-plus-syntax

VS Code's default dark theme, but just a little bit better.
https://marketplace.visualstudio.com/items?itemName=dunstontc.dark-plus-syntax
Other
56 stars 14 forks source link

Can you add different colors to preprocessor to distinguish it from functions in C/C++? #4

Open heartacker opened 5 years ago

heartacker commented 5 years ago
        {
            "name": "Macro in C/C++",
            "scope": "entity.name.function.preprocessor,meta.preprocessor.macro",
            "settings": {
                "fontStyle": "",
                "foreground": "#ca0bca"
            }
        },

just like: image

tcd commented 5 years ago

@heartacker I should be able to. Are you using any additional plugins for C/C++ syntax highlighting?