{
"theme-custom.author": "",
"theme-custom.name": "",
"theme-custom.version": "",
"theme-custom.date": "2024-9-23",
"editor.colorScheme": "Monokai",
"workbench.colorCustomizations": {
"[Default]": {},
"[Monokai]": {
"button.background": "#268bd2",
"button.foreground": "#fff",
"button.hoverBackground": "#006280",
"console.background": "#002b36",
"editor.background": "#002b36",
"editor.caretLine": "#073642",
"editor.foldMarker.collapsed.background": "#33ffd6",
"editor.foldMarker.collapsed.foreground": "#66ffe0",
"editor.foldMarker.expanded.background": "#003847",
"editor.foldMarker.expanded.foreground": "#fff",
"editor.foreground": "#268bd2",
"editor.indentguide": "#009999",
"editor.indicator.matchtag": "#586e75",
"editor.indicator.sameword": "#268bd2",
"editor.linenumber": "#4dffdb",
"editor.selection": "#274642",
"editor.unactive_selection.background": "#002b36",
"editorGroup.border": "#002b37",
"editorGroupHeader.tabsBackground": "#002c39",
"editorSuggestWidget.background": "#00212b",
"editorSuggestWidget.border": "#454545",
"editorSuggestWidget.selectedBackground": "#005a6f",
"explorer.file.status.added": "#4e88f7",
"extensionButton.border": "#002b36",
"extensionButton.checkColor": "#ffffff",
"extensionButton.prominentBackground": "#00212b",
"extensionButton.prominentForeground": "#b3edff",
"extensionButton.prominentHoverBackground": "#004e66",
"focusBorder": "#00212b",
"imageview.background": "#005266",
"imageview.foreground": "#003d4d",
"input.background": "#003847",
"input.border": "#197777",
"input.foreground": "#fff",
"input.searchbar.foreground": "#197777",
"input.searchbar.foreground.notfinded": "#93a1a1",
"inputList.border": "#196e6c",
"inputList.foreground": "#0089b3",
"inputList.hoverBackground": "#003946",
"inputList.titleColor": "#0089b3",
"inputOption.activeBorder": "#41a863",
"inputValidation.infoBackground": "#00212b",
"list.activeSelectionBackground": "#003946",
"list.activeSelectionForeground": "#c0c0c0",
"list.foreground": "#e6fff5",
"list.hoverBackground": "#003946",
"list.inactiveSelectionBackground": "#ffffff",
"menu.background": "#00212b",
"menu.foreground": "#b3edff",
"menu.selectionBackground": "#004e66",
"menu.selectionForeground": "#fff",
"menubar.background": "#00212b",
"minimap.handle.background": "#005266",
"outlineBackground": "#00212b",
"pathnavigator.pathnode.hoverbackground": "#007599",
"scrollbarSlider.background": "#56858f",
"scrollbarSlider.hoverBackground": "#304a50",
"searchbar.quick_search_item.icon": "#003b4d",
"searchbar.quick_search_item.icon_selected": "#007599",
"settings.dropdownBackground": "#004052",
"settings.dropdownBorder": "#196e6c",
"settings.dropdownForeground": "#b6b6b6",
"settings.dropdownListBorder": "#47d147",
"settings.textInputBackground": "#003847",
"settings.textInputBorder": "#196e6c",
"settings.textInputDisableBackground": "#e6faff",
"sideBar.background": "#00212b",
"sideBar.border": "#002733",
"statusBar.background": "#00212b",
"statusBar.button.hoverbackground": "#1e3a43",
"statusBar.foreground": "#e6faff",
"statusBar.noFolderBackground": "#00212b",
"statusBar.noFolderForeground": "#b3edff",
"statusBarItem.hoverBackground": "#004e66",
"tab.activeBackground": "#002b37",
"tab.activeBorder": "#b3b3cc",
"tab.activeForeground": "#004052",
"tab.border": "#003847",
"tab.hoverBackground": "#002c39",
"tab.inactiveBackground": "#004052",
"tab.inactiveForeground": "#ccf4ff",
"tab.unfocusedActiveForeground": "#002b37",
"tab.unfocusedHoverBackground": "#002b37",
"tab.unfocusedInactiveForeground": "#002b37",
"terminal.background": "#002b36",
"titleBar.activeBackground": "#00212b",
"titleBar.activeForeground": "#e6faff",
"titleBar.border": "#00212b",
"titleBar.inactiveBackground": "#00212b",
"titleBar.inactiveForeground": "#e6faff",
"toolBar.background": "#002c39",
"toolBar.border": "#002c39",
"toolBar.hoverBackground": "#005a6f",
"window.activeBorder": "#00212b",
"window.inactiveBorder": "#00212b",
"windowTitleBar.activeBackground": "#00212b",
"windowTitleBar.activeForeground": "#e6faff"
}
},
"editor.tokenColorCustomizations": {
"[Default]": {},
"[Monokai]": {
"rules": [
{
"scope": [
"comment"
],
"settings": {
"foreground": "#75715"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#248C85"
}
},
{
"name": "String Other Link Description",
"scope": "string.other.link.description.markdown",
"settings": {
"foreground": "#149098"
}
},
{
"name": "Template Definition",
"scope": [
"punctuation.definition.template-expression",
"punctuation.section.embedded"
],
"settings": {
"foreground": "#268bd2"
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#268bd2"
}
},
{
"name": "Markup Headings",
"scope": "markup.heading",
"settings": {
"foreground": "#93a1a1"
}
},
{
"name": "Markup Setext Header",
"scope": "markup.heading.setext",
"settings": {
"fontStyle": "",
"foreground": "#93a1a1"
}
},
{
"name": "Class name",
"scope": "entity.name.type, entity.name.class",
"settings": {
"fontStyle": "underline",
"foreground": "#839496"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "italic underline",
"foreground": "#839496"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#839496"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#839496"
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#268bd2",
"fontStyle": "",
"foreground": "#268bd2"
}
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#268bd2"
}
},
{
"name": "Markup Quote",
"scope": "markup.quote",
"settings": {
"foreground": "#268bd2"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#268bd2"
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#268bd2"
}
},
{
"scope": [
"string"
],
"settings": {
"foreground": "#149798"
}
}
]
}
}
}

5***@qq.com
- 发布:2025-09-06 18:11
- 更新:2025-09-06 18:11
- 阅读:9
