From 3a985ae74d6acc65e73dc114387ef72e01a8eb53647d0d88b3cf11e2b2db0c14 Mon Sep 17 00:00:00 2001 From: titor Date: Mon, 16 Dec 2024 01:03:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20win-settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Windows 下的 `vscode` 设置项 --- win-settings.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 win-settings.json diff --git a/win-settings.json b/win-settings.json new file mode 100644 index 0000000..a723835 --- /dev/null +++ b/win-settings.json @@ -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", + } +} \ No newline at end of file