Skip to content

Instantly share code, notes, and snippets.

@chokolademilch7
Created July 10, 2019 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chokolademilch7/c2a876ee84edfc505bc48d100d153e89 to your computer and use it in GitHub Desktop.
Save chokolademilch7/c2a876ee84edfc505bc48d100d153e89 to your computer and use it in GitHub Desktop.
"workbench.colorCustomizations": {
// -----------------------
// ターミナルの配色
"terminal.ansiBlue": "#dfc537",
"terminal.ansiGreen": "#7abe0d",
"terminal.ansiMagenta": "#ff8800",
// -----------------------
// 配色テーマ
// -----------------------
"editor.background": "#252526",
"titleBar.activeBackground": "#37373800",
"titleBar.inactiveBackground": "#37373800",
"titleBar.activeForeground": "#ff9b05da",
"activityBar.background": "#37373800",
"activityBar.foreground": "#ffd905f8",
"editorCursor.background": "#ffd905f8",
"editorCursor.foreground": "#ffd905f8",
"scrollbarSlider.background": "#3d413f50",
"scrollbarSlider.hoverBackground": "#b6ab153b",
"statusBar.foreground": "#ffd905f8",
"statusBar.background": "#252526",
"statusBar.noFolderBackground": "#252526",
"statusBar.debuggingBackground": "#fc7303",
"statusBarItem.prominentBackground": "#ffd905f8",
"list.activeSelectionBackground": "#f1ff3042",
"list.inactiveSelectionBackground": "#373738",
"activityBarBadge.background": "#f36609d0",
"list.activeSelectionForeground": "#ffd905f8",
"list.inactiveSelectionForeground": "#ffd905f8",
"list.highlightForeground": "#ffd905f8",
"scrollbarSlider.activeBackground": "#FFA00050",
"editorSuggestWidget.highlightForeground": "#ffd905f8",
"textLink.foreground": "#ffd905f8",
"progressBar.background": "#ffd905f8",
"pickerGroup.foreground": "#ffd905f8",
"tab.activeBorder": "#ffd905f8",
"notificationLink.foreground": "#ffd905f8",
"editorWidget.resizeBorder": "#ffd905f8",
"editorWidget.border": "#ffd905f8",
"settings.modifiedItemIndicator": "#ffd905f8",
"settings.headerForeground": "#ffd905f8",
"panelTitle.activeBorder": "#ffd905f8",
"breadcrumb.activeSelectionForeground": "#ffd905f8",
"menu.selectionForeground": "#ffd905f8",
"menubar.selectionForeground": "#ffd905f8",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment