Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Ocean High ContrastNew to Visual Studio Code? Get it now.
Ocean High Contrast

Ocean High Contrast

NotYasho

|
7,738 installs
| (2) | Free
A vscode theme inspired from Material theme Ocean High Contrast.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ocean High Contrast

Ocean High Contrast is a dark theme with bright and vibrant colors and a clean, minimalistic design.

Screenshots

1 2 3 4

Changing the Accent color

A quick way to do this is go to your settings.json, paste the code below, highlight the #6d5cff, press Ctrl + H to replace the color (⌘+ H on Mac) with the hex color of your choice.

  "workbench.colorCustomizations": {
    "[Ocean High Contrast]": {
      "activityBarBadge.background": "#6d5cff",
      "activityBar.activeBorder": "#6d5cff",
      "list.activeSelectionForeground": "#6d5cff",
      "list.inactiveSelectionForeground": "#6d5cff",
      "list.highlightForeground": "#6d5cff",
      "scrollbarSlider.activeBackground": "#6d5cff50",
      "editorSuggestWidget.highlightForeground": "#6d5cff",
      "textLink.foreground": "#6d5cff",
      "progressBar.background": "#6d5cff",
      "pickerGroup.foreground": "#6d5cff",
      "tab.activeBorder": "#6d5cff",
      "notificationLink.foreground": "#6d5cff",
      "editorWidget.resizeBorder": "#6d5cff",
      "editorWidget.border": "#6d5cff",
      "settings.modifiedItemIndicator": "#6d5cff",
      "settings.headerForeground": "#6d5cff",

      "panelTitle.activeBorder": "#6d5cff",
      "breadcrumb.activeSelectionForeground": "#6d5cff",
      "menu.selectionForeground": "#6d5cff",
      "menubar.selectionForeground": "#6d5cff",
      "editor.findMatchBorder": "#6d5cff",
      "statusBarItem.remoteBackground": "#6d5cff"
    }
  }

For example, here I'm replacing it with #fa2f62

  "workbench.colorCustomizations": {
    "[Ocean High Contrast]": {
      "activityBarBadge.background": "#fa2f62",
      "activityBar.activeBorder": "#fa2f62",
      ...
    }
  }

Screenshot of changed colors

This theme is a fork of the Material Theme's Ocean High Contrast

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft