添加 win-settings.json

Windows 下的 `vscode` 设置项
This commit is contained in:
titor 2024-12-16 01:03:33 +08:00
parent 35f4e62b7a
commit 3a985ae74d

55
win-settings.json Normal file
View File

@ -0,0 +1,55 @@
{
"editor.tabSize": 2,
"workbench.activityBar.location": "top",
"editor.minimap.enabled": false,
// "workbench.colorCustomizations": {
// "terminal.background": "#00000000"
// },
"files.autoSave": "afterDelay",
"editor.fontSize": 18,
"window.titleBarStyle": "custom",
"markdown-preview-github-styles.colorTheme": "auto",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.activeIconPack": "vue",
"update.enableWindowsBackgroundUpdates": false,
"update.mode": "none",
"workbench.settings.applyToAllProfiles": [
"workbench.colorCustomizations"
],
"vscode_vibrancy.opacity": 0.5,
"vscode_vibrancy.type": "acrylic",
"editor.unicodeHighlight.nonBasicASCII": false,
"cmake.options.statusBarVisibility": "icon",
"terminal.integrated.tabs.location": "left",
"workbench.colorCustomizations": {
"terminal.background": "#00000000",
"minimap.background": "#00000000",
"scrollbar.shadow": "#00000000",
"scrollbarSlider.activeBackground": "#1f43d2cf",
"scrollbarSlider.hoverBackground": "#1d41d192",
"scrollbarSlider.background": "#1f43d208",
"editorStickyScroll.background": "#1919195c",
"editor.background": "#2323230d",
"editor.lineHighlightBackground": "#0b0b0b37",
//
"activityBarTop.activeBorder": "#006affe7",
"activityBarTop.inactiveForeground": "#fdfdfd81",
"activityBarBadge.background": "#006affe7",
"activityBarBadge.foreground": "#ffffff",
"activityBarTop.foreground": "#ffffff",
//
"sideBarActivityBarTop.border": "#18181800",
//
"statusBarItem.remoteBackground":"#00ffe1a3",
"statusBar.foreground": "#ffffff81",
//
"terminal.foreground": "#f4f4f4c9",
"terminal.border": "#7373732b",
"menu.background": "#232323f7",
"menu.border": "#00000010",
//
// "sideBar.background": "#17171713",
}
}