Files
mixly3/common/templates/json/tree-sitter/themes/light-cpp.json

113 lines
3.1 KiB
JSON

{
"monacoTreeSitter": {
"type": "#005C5F",
"scope": "#4e5b61",
"function": "#D35400",
"variable": "#4e5b61",
"number": "#005C5F",
"string": "#005C5F",
"comment": "#95a5a6cc",
"constant": "#005C5F",
"directive": "#728E00",
"control": "#00979D",
"operator": "#4e5b61",
"modifier": "#00979D",
"punctuation": "#4e5b61"
},
"base": {
"base": "vs",
"inherit": true,
"rules": [
{
"token": "comment",
"foreground": "95a5a6"
},
{
"token": "keyword",
"foreground": "00979D"
},
{
"token": "keyword.control",
"foreground": "00979D"
},
{
"token": "storage",
"foreground": "00979D"
},
{
"token": "storage.type",
"foreground": "005C5F"
},
{
"token": "entity.name.type",
"foreground": "005C5F"
},
{
"token": "support.type",
"foreground": "005C5F"
},
{
"token": "entity.name.function",
"foreground": "D35400"
},
{
"token": "support.function",
"foreground": "D35400"
},
{
"token": "meta.function-call",
"foreground": "D35400"
},
{
"token": "variable",
"foreground": "4e5b61"
},
{
"token": "variable.parameter",
"foreground": "4e5b61"
},
{
"token": "constant.numeric",
"foreground": "005C5F"
},
{
"token": "constant.language",
"foreground": "005C5F",
"fontStyle": "bold"
},
{
"token": "support.constant",
"foreground": "005C5F"
},
{
"token": "string",
"foreground": "005C5F"
},
{
"token": "meta.preprocessor",
"foreground": "728E00"
},
{
"token": "keyword.control.directive",
"foreground": "728E00"
},
{
"token": "operator",
"foreground": "4e5b61"
},
{
"token": "invalid",
"foreground": "ffffff",
"background": "df7365"
}
],
"colors": {
"editor.foreground": "#4e5b61",
"editor.background": "#ffffff",
"editor.selectionBackground": "#7fcbcdb3",
"editor.lineHighlightBackground": "#434f5410",
"editorCursor.foreground": "#4e5b61",
"editorWhitespace.foreground": "#bfbfbf"
}
}
}