Skip to content

VSCode vs CLion C++ #874

@brccabral

Description

@brccabral

Hi,
I use One Dark Pro in both VSCode and CLion, but the default colors in VSCode are not the same as CLion.
I have just changed these ones in VSCode because parameters and local variables were both red. Parameters are italic, but the same color makes it hard to distinguish.

settings.json

    "editor.semanticTokenColorCustomizations": {
        "[One Dark Pro]": {
            "enabled": true,
            "rules": {
                "parameter": "#D19A66",
                "macro": "#E06C75",
                "*.local": "#ABB2BF",
            }
        }
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions