feat: sync mixly root files and common folder

This commit is contained in:
yczpf2019
2026-01-24 16:12:04 +08:00
parent 93e17c00ae
commit c8c5fcf726
2920 changed files with 186461 additions and 0 deletions

View File

@@ -0,0 +1,116 @@
{
"monacoTreeSitter": {
"type": "#0ca1a6",
"scope": "#dae3e3",
"function": "#F39C12",
"variable": "#dae3e3",
"number": "#7fcbcd",
"string": "#7fcbcd",
"comment": "#7f8c8d",
"constant": "#7fcbcd",
"directive": "#C586C0",
"control": "#0ca1a6",
"operator": "#dae3e3",
"modifier": "#0ca1a6",
"punctuation": "#dae3e3"
},
"base": {
"base": "vs-dark",
"inherit": true,
"rules": [
{
"token": "comment",
"foreground": "7f8c8d"
},
{
"token": "keyword",
"foreground": "0ca1a6"
},
{
"token": "keyword.control",
"foreground": "0ca1a6"
},
{
"token": "storage",
"foreground": "0ca1a6"
},
{
"token": "storage.type",
"foreground": "0ca1a6"
},
{
"token": "entity.name.type",
"foreground": "7fcbcd"
},
{
"token": "support.type",
"foreground": "7fcbcd"
},
{
"token": "entity.name.function",
"foreground": "F39C12"
},
{
"token": "support.function",
"foreground": "F39C12"
},
{
"token": "meta.function-call",
"foreground": "F39C12"
},
{
"token": "variable",
"foreground": "dae3e3"
},
{
"token": "variable.parameter",
"foreground": "dae3e3"
},
{
"token": "constant.numeric",
"foreground": "7fcbcd"
},
{
"token": "constant.language",
"foreground": "7fcbcd"
},
{
"token": "support.constant",
"foreground": "7fcbcd"
},
{
"token": "string",
"foreground": "7fcbcd"
},
{
"token": "meta.preprocessor",
"foreground": "C586C0"
},
{
"token": "keyword.control.directive",
"foreground": "C586C0"
},
{
"token": "operator",
"foreground": "dae3e3"
},
{
"token": "punctuation",
"foreground": "dae3e3"
},
{
"token": "invalid",
"foreground": "ffffff",
"background": "df7365"
}
],
"colors": {
"editor.background": "#1f272a",
"editor.foreground": "#dae3e3",
"editor.selectionBackground": "#00818480",
"editor.lineHighlightBackground": "#434f5410",
"editorCursor.foreground": "#dae3e3",
"editorWhitespace.foreground": "#374146"
}
}
}