{
"workbench.colorCustomizations": {
"decorateFiles.nonWorkspaceFiles": "#ffffff40",
"[Adwaita Dark & default syntax highlighting]": {
"editorStickyScroll.background": "#1b1b1b",
"editorStickyScroll.shadow": "#111111"
}
},
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"namespace": {
"foreground": "#5fc976",
"bold": false
},
"*.static": "#ff0000",
"keyword": "#62A3CA",
"enumMember": {
"foreground": "#27AEAE",
"bold": true
},
"builtinConstant": {
"foreground": "#27AEAE",
"bold": true
},
"*.abstract": {
"italic": true
},
"*.modification": {
"underline": true
},
"*.protected": "#ff8800",
"*.private": "#ff5100",
"macro": "#908B25",
"operator": "#ffffff",
"*.typeArgument": "#6DF8D3",
"*.typeHint": {
"foreground": "#27AEAE",
"bold": true
},
"property": "#e7813c"
}
},
"editor.tokenColorCustomizations": {
"[Adwaita Dark & default syntax highlightin]": {
"variables": "#dabc7b",
"keywords": {
"foreground": "#62A3CA",
"fontStyle": "bold"
},
"types": {
"foreground": "#F0A1FF",
"fontStyle": "bold"
},
// "functions": "#6CCE68",
"strings": "#2BB31B",
"textMateRules": [
{
"scope": "keyword.operator",
"settings": {
"foreground": "#62A3CA"
}
},
{
"scope": "constant.character.escape",
"settings": {
"foreground": "#3DAEE9"
}
}
]
}
}
}