Update settings for Visual Studio Dark theme
Changed the color theme to 'Visual Studio Dark' and added custom color settings for the editor and terminal backgrounds.
This commit is contained in:
@@ -201,5 +201,30 @@
|
|||||||
"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 Light",
|
"workbench.colorTheme": "Visual Studio 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