Remove custom color theme settings and update theme
This commit is contained in:
@@ -66,7 +66,6 @@
|
|||||||
"extensions.autoCheckUpdates": false,
|
"extensions.autoCheckUpdates": false,
|
||||||
"extensions.autoUpdate": false,
|
"extensions.autoUpdate": false,
|
||||||
"update.mode": "manual",
|
"update.mode": "manual",
|
||||||
"window.density.editorTabHeight": "compact",
|
|
||||||
"C_Cpp.intelliSenseEngine": "disabled",
|
"C_Cpp.intelliSenseEngine": "disabled",
|
||||||
"C_Cpp.clang_format_style": "Visual Studio",
|
"C_Cpp.clang_format_style": "Visual Studio",
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
@@ -201,30 +200,5 @@
|
|||||||
"chat.disableAIFeatures": true,
|
"chat.disableAIFeatures": true,
|
||||||
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
|
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
|
||||||
"workbench.preferredLightColorTheme": "Visual Studio Light",
|
"workbench.preferredLightColorTheme": "Visual Studio Light",
|
||||||
"workbench.colorTheme": "Visual Studio Dark",
|
"workbench.colorTheme": "Default Dark+",
|
||||||
"workbench.colorCustomizations": {
|
|
||||||
"[Visual Studio Dark]": {
|
|
||||||
"editor.background": "#000000",
|
|
||||||
"terminal.background": "#1E1E1E",
|
|
||||||
"panel.background": "#1E1E1E"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"editor.tokenColorCustomizations": {
|
|
||||||
"[Visual Studio Dark]": {
|
|
||||||
"textMateRules": [
|
|
||||||
{
|
|
||||||
"scope": [
|
|
||||||
"comment",
|
|
||||||
"comment.block",
|
|
||||||
"comment.block.documentation",
|
|
||||||
"comment.line"
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"foreground": "#FFFF00"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"claudeCode.useCtrlEnterToSend": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user