Skip to content

Latest commit

 

History

History
65 lines (64 loc) · 2.73 KB

indigo.md

File metadata and controls

65 lines (64 loc) · 2.73 KB

Indigo

"workbench.colorCustomizations": {
  "[Oceanic Wind]": {
    "activityBarBadge.foreground": "#eef2ff",
    "list.focusHighlightForeground": "#a5b4fc",
    "textLink.foreground": "#34d399",
    "notificationLink.foreground": "#a5b4fc",
    "textLink.activeForeground": "#34d399",
    "pickerGroup.foreground": "#34d399",
    "list.highlightForeground": "#818cf8",
    "editorLineNumber.activeForeground": "#818cf8",
    "editorLink.activeForeground": "#34d399",
    "welcomePage.progress.foreground": "#818cf8",
    "toolbar.hoverBackground": "#6366f180",
    "button.hoverBackground": "#6366f1",
    "tab.activeModifiedBorder": "#6366f1",
    "tab.inactiveModifiedBorder": "#6366f1",
    "editor.selectionBackground": "#6366f166",
    "editor.inactiveSelectionBackground": "#6366f14d",
    "editor.selectionHighlightBackground": "#6366f14d",
    "editorOverviewRuler.selectionHighlightForeground": "#6366f14d",
    "peekViewResult.selectionBackground": "#6366f166",
    "extensionButton.prominentHoverBackground": "#6366f1",
    "editor.snippetFinalTabstopHighlightBorder": "#6366f1",
    "focusBorder": "#4f46e5",
    "sash.hoverBorder": "#4f46e5",
    "textBlockQuote.border": "#4f46e5",
    "button.background": "#4f46e5",
    "checkbox.background": "#4f46e5",
    "inputOption.activeBackground": "#4f46e5",
    "inputOption.activeBorder": "#4f46e500",
    "progressBar.background": "#4f46e5",
    "activityBar.dropBorder": "#4f46e5",
    "activityBarBadge.background": "#4f46e5",
    "statusBar.background": "#4f46e5",
    "statusBarItem.remoteBackground": "#4f46e5",
    "extensionButton.prominentBackground": "#4f46e5",
    "extensionBadge.remoteBackground": "#4f46e5",
    "settings.modifiedItemIndicator": "#4f46e5",
    "settings.checkboxBackground": "#4f46e5",
    "notebook.cellInsertionIndicator": "#4f46e5",
    "notebook.focusedCellBorder": "#4f46e5",
    "notebook.focusedEditorBorder": "#4f46e5",
    "ports.iconRunningProcessForeground": "#4f46e5",
    "editor.hoverHighlightBackground": "#4338ca75",
    "editor.foldBackground": "#4338ca4d",
    "quickInputList.focusBackground": "#3730a3",
    "list.activeSelectionBackground": "#3730a3",
    "list.focusOutline": "#3730a3",
    "list.inactiveSelectionBackground": "#3730a3",
    "editorSuggestWidget.selectedBackground": "#3730a3",
    "menu.selectionBackground": "#3730a3",
    "banner.background": "#3730a3",
    "notebook.cellBorderColor": "#3730a3",
    "notebook.inactiveFocusedCellBorder": "#3730a3",
    "notebook.selectedCellBackground": "#3730a3",
    "notebook.selectedCellBorder": "#3730a3",
    "list.dropBackground": "#312e81",
    "peekViewEditor.background": "#312e8166",
    "peekViewEditorGutter.background": "#312e8166"
  }
}