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