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",
}
}
},
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