vscode 绿豆沙颜色

161 阅读1分钟
"workbench.colorCustomizations": {
    "[Atom One Light]": {
      "foreground": "#519657",
      "editor.background": "#ecf8ed",
      "editor.lineHighlightBackground": "#dcedc8",
      "editor.selectionBackground": "#f0f4c3",
      "editorWidget.background": "#ecf8ed",
      "editorHoverWidget.background": "#ecf8ed",
      "editorHoverWidget.border": "#ecf8ed",
      "editorLineNumber.foreground": "#ecf8ed",
      "editorWhitespace.foreground": "#ecf8ed",
      "editorIndentGuide.background": "#ecf8ed",
      "editorIndentGuide.activeBackground": "#ecf8ed",
      "editorSuggestWidget.background": "#ecf8ed",
      "editorSuggestWidget.border": "#ecf8ed",
      "editorSuggestWidget.foreground": "#338a3e",
      "editorSuggestWidget.highlightForeground": "#338a3e",
      "editorSuggestWidget.selectedBackground": "#ecf8ed",
      "activityBar.background": "#ecf8ed",
      // "activityBar.border": "#AFCFB7",
      "activityBar.foreground": "#519657",
      "activityBarBadge.background": "#519657",
      "activityBarBadge.foreground": "#FFFFFF",
      "editorLineNumber.activeForeground": "#519657",
      "input.background": "#ecf8ed",
      "input.border": "#c5e1a5",
      "focusBorder": "#c5e1a5",
      "sideBar.background": "#ecf8ed",
      "sideBarSectionHeader.background": "#ecf8ed",
      "tab.activeBackground": "#ecf8ed",
      "tab.activeForeground": "#519657",
      "tab.inactiveBackground": "#ecf8ed", //选项卡背景色
      "tab.inactiveForeground": "#97b498",
      "tab.border": "#ecf8ed", //tab border
      "badge.background": "#519657",
      "statusBar.background": "#ecf8ed",
      "statusBar.foreground": "#519657",
      "statusBarItem.hoverBackground": "#dcedc8",
      "statusBar.noFolderBackground": "#519657",
      "statusBar.debuggingBackground": "#519657",
      "statusBar.debuggingForeground": "#00701a",
      "debugToolBar.background": "#ecf8ed",
      "editorGroupHeader.tabsBackground": "#ecf8ed", //tab背景色
      "button.background": "#519657",
      "button.foreground": "#FFFFFF",
      "button.hoverBackground": "#519657",
      "extensionButton.prominentBackground": "#3BBA54",
      "extensionButton.prominentHoverBackground": "#4CC263",
      "scrollbar.shadow": "#ecf8ed",
      "scrollbarSlider.background": "#ecf8ed",
      "scrollbarSlider.hoverBackground": "#81c784",
      "scrollbarSlider.activeBackground": "#81c784",
      "list.activeSelectionBackground": "#dcedc8",
      "list.activeSelectionForeground": "#519657",
      "list.inactiveSelectionBackground": "#dcedc8",
      "list.inactiveSelectionForeground": "#519657",
      "list.hoverBackground": "#dcedc8",
      "list.highlightForeground": "#dcedc8",
      "gitDecoration.modifiedResourceForeground": "#00600f",
      "dropdown.background": "#ecf8ed",
      "dropdown.border": "#c5e1a5",
      "titleBar.activeBackground": "#ecf8ed", //标题栏背景色
      // "titleBar.border": "#AFCFB7",
      "titleBar.activeForeground": "#519657",
      "titleBar.inactiveBackground": "#ecf8ed",
      "titleBar.inactiveForeground": "#519657"
    }
  }