-
Notifications
You must be signed in to change notification settings - Fork 299
VSCode vs CLion C++ #874
Copy link
Copy link
Open
Description
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",
}
}
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels