Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. "workbench.colorCustomizations": {
  2. // -----------------------
  3. // ターミナルの配色
  4. "terminal.ansiBlue": "#dfc537",
  5. "terminal.ansiGreen": "#7abe0d",
  6. "terminal.ansiMagenta": "#ff8800",
  7. // -----------------------
  8. // 配色テーマ
  9. // -----------------------
  10. "editor.background": "#252526",
  11. "titleBar.activeBackground": "#37373800",
  12. "titleBar.inactiveBackground": "#37373800",
  13. "titleBar.activeForeground": "#ff9b05da",
  14. "activityBar.background": "#37373800",
  15. "activityBar.foreground": "#ffd905f8",
  16. "editorCursor.background": "#ffd905f8",
  17. "editorCursor.foreground": "#ffd905f8",
  18. "scrollbarSlider.background": "#3d413f50",
  19. "scrollbarSlider.hoverBackground": "#b6ab153b",
  20. "statusBar.foreground": "#ffd905f8",
  21. "statusBar.background": "#252526",
  22. "statusBar.noFolderBackground": "#252526",
  23. "statusBar.debuggingBackground": "#fc7303",
  24. "statusBarItem.prominentBackground": "#ffd905f8",
  25. "list.activeSelectionBackground": "#f1ff3042",
  26. "list.inactiveSelectionBackground": "#373738",
  27. "activityBarBadge.background": "#f36609d0",
  28. "list.activeSelectionForeground": "#ffd905f8",
  29. "list.inactiveSelectionForeground": "#ffd905f8",
  30. "list.highlightForeground": "#ffd905f8",
  31. "scrollbarSlider.activeBackground": "#FFA00050",
  32. "editorSuggestWidget.highlightForeground": "#ffd905f8",
  33. "textLink.foreground": "#ffd905f8",
  34. "progressBar.background": "#ffd905f8",
  35. "pickerGroup.foreground": "#ffd905f8",
  36. "tab.activeBorder": "#ffd905f8",
  37. "notificationLink.foreground": "#ffd905f8",
  38. "editorWidget.resizeBorder": "#ffd905f8",
  39. "editorWidget.border": "#ffd905f8",
  40. "settings.modifiedItemIndicator": "#ffd905f8",
  41. "settings.headerForeground": "#ffd905f8",
  42. "panelTitle.activeBorder": "#ffd905f8",
  43. "breadcrumb.activeSelectionForeground": "#ffd905f8",
  44. "menu.selectionForeground": "#ffd905f8",
  45. "menubar.selectionForeground": "#ffd905f8",
  46. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement