windsurf一些基本的设置选项

时间:2025-08-27 15:21:03来源:互联网

下面小编就为大家分享一篇windsurf一些基本的设置选项,具有很好的参考价值,希望对大家有所帮助。

使用 vscode extention

  "windsurf.marketplaceGalleryItemURL": "https://marketplace.visualstudio.com/items",  "windsurf.marketplaceExtensionGalleryServiceURL": "https://marketplace.visualstudio.com/_apis/public/gallery",

开启多行tab栏

"workbench.editor.wrapTabs": true,

配色

"workbench.colorCustomizations": {    "editor.background": "#000000",    "editor.foreground": "#ddd9c5",    "editorLineNumber.foreground": "#ddfbff",    "editor.findMatchBackground": "#fab27b",    "editor.findMatchBorder": "#fab27b",    "editor.findMatchHighlightBackground": "#fab27b67",    "editor.lineHighlightBackground": "#ca8687b9",    "editor.selectionBackground": "#BA55D3",    "editorCursor.background": "#000000",    "editorCursor.foreground": "#f2eada",    "editorGutter.foldingControlForeground": "#ed1941",    "editorBracketMatch.border": "#fab27b",    "editorBracketMatch.background": "#009ad6",    "editorSuggestWidget.background": "#000000",    "editorSuggestWidget.selectedBackground": "#BA55D3",    "editorSuggestWidget.border": "#ffd400",    "editorSuggestWidget.highlightForeground": "#ffd400",    "editorSuggestWidget.foreground": "#f6f5ec",    "editorUnnecessaryCode.opacity": "#d9d6c3",    "debugConsole.errorForeground": "#ff0000",    "problemsErrorIcon.foreground": "#ff0000",    "scrollbarSlider.activeBackground": "#BA55D3",    "scrollbarSlider.hoverBackground": "#BA55D3",    "scrollbarSlider.background": "#74787c",    "tab.border": "#ffd400",    "tab.activeBackground": "#7c32a0",    "tab.activeForeground": "#110d0b",    "tab.activeBorder": "#756200",    "tab.hoverBackground": "#FF4500",    "tab.inactiveForeground": "#1a1512",    "tab.hoverBorder": "#ffd400",    "tab.inactiveBackground": "#1E90FF",    "tab.activeModifiedBorder": "#7fb80e",    "titleBar.border": "#ffd400",    "titleBar.activeBackground": "#110d0b",    "titleBar.inactiveBackground": "#110d0b",    "titleBar.activeForeground": "#e6e6d5",    "panelTitle.activeBorder": "#ffd400",    "sideBar.background": "#000000",    "sideBarSectionHeader.background": "#324261",    "sideBar.dropBackground": "#ffd400",    "sideBarSectionHeader.foreground": "#ffffff",    "panel.background": "#000000",    "panel.border": "#ffd400",    "editor.foldBackground": "#ff000000",    "sideBarTitle.foreground": "#fdfdf1bb",    "sideBarSectionHeader.border": "#ffd400",    "sideBar.foreground": "#ffffff",    "sideBar.border": "#ffd400",    "statusBar.background": "#110d0b",    "statusBar.foreground": "#ffffff",    "statusBar.border": "#ffd400",    "menu.background": "#000000",    "menu.foreground": "#fffffb",    "menu.border": "#ffd400",    "menu.selectionBorder": "#fdfdf1bb",    "menu.selectionBackground": "#BA55D3",    "activityBar.border": "#ffd400",    "activityBar.activeBackground": "#5b99fcb9",    "activityBar.background": "#000000",    "activityBar.foreground": "#ffd400",    "activityBar.inactiveForeground": "#fdfdf1bb",    "activityBar.activeBorder": "#ffd400",    "activityBarBadge.background": "#ffd400",    "activityBar.dropBorder": "#ffd400",    "activityBar.activeFocusBorder": "#ffd400",    "activityBarBadge.foreground": "#000000",    "list.hoverBackground": "#651836",    "list.focusBackground": "#a84ebe",    "list.activeSelectionBackground": "#a84ebe",    "list.inactiveSelectionBackground": "#651836",    "editor.selectionForeground": "#8bffdd"  }
本站部分内容转载自互联网,如果有网站内容侵犯了您的权益,可直接联系我们删除,感谢支持!