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

124 lines
3.5 KiB
JSON

{
"monacoTreeSitter": {
"type": "#4EC9B0",
"scope": "#D4D4D4",
"function": "#E5C07B",
"variable": "#9CDCFE",
"number": "#B5CEA8",
"string": "#D19A66",
"comment": "#5C6370",
"constant": "#56B6C2",
"directive": "#C586C0",
"control": "#569CD6",
"operator": "#D4D4D4",
"modifier": "#569CD6",
"punctuation": "#D4D4D4"
},
"base": {
"base": "vs-dark",
"inherit": true,
"rules": [
{
"token": "comment",
"foreground": "5C6370",
"fontStyle": "italic"
},
{
"token": "keyword",
"foreground": "569CD6",
"fontStyle": "bold"
},
{
"token": "keyword.control",
"foreground": "569CD6",
"fontStyle": "bold"
},
{
"token": "storage",
"foreground": "569CD6",
"fontStyle": "bold"
},
{
"token": "storage.type",
"foreground": "569CD6",
"fontStyle": "bold"
},
{
"token": "entity.name.type",
"foreground": "4EC9B0"
},
{
"token": "support.type",
"foreground": "4EC9B0"
},
{
"token": "entity.name.function",
"foreground": "E5C07B",
"fontStyle": "bold"
},
{
"token": "support.function",
"foreground": "E5C07B",
"fontStyle": "bold"
},
{
"token": "meta.function-call",
"foreground": "E5C07B",
"fontStyle": "bold"
},
{
"token": "variable",
"foreground": "9CDCFE"
},
{
"token": "variable.parameter",
"foreground": "9CDCFE"
},
{
"token": "constant.numeric",
"foreground": "B5CEA8"
},
{
"token": "constant.language",
"foreground": "56B6C2",
"fontStyle": "bold"
},
{
"token": "support.constant",
"foreground": "56B6C2",
"fontStyle": "bold"
},
{
"token": "string",
"foreground": "D19A66"
},
{
"token": "meta.preprocessor",
"foreground": "C586C0",
"fontStyle": "bold"
},
{
"token": "keyword.control.directive",
"foreground": "C586C0",
"fontStyle": "bold"
},
{
"token": "operator",
"foreground": "D4D4D4"
},
{
"token": "invalid",
"foreground": "FFFFFF",
"background": "F44747"
}
],
"colors": {
"editor.foreground": "#D4D4D4",
"editor.background": "#1E1E1E",
"editor.selectionBackground": "#2C313A",
"editor.lineHighlightBackground": "#2A2D2E",
"editorCursor.foreground": "#AEAFAD",
"editorWhitespace.foreground": "#404040"
}
}
}