Skip to content

davidleininger/cobaltnext-vscode

Repository files navigation

CobaltNext Theme for VS Code

Version

Original Version - "Cobalt Next"

Screenshot Original

Dark Version - "Cobalt Next Dark"

Screenshot Dark

Minimal Version - "Cobalt Next Minimal"

Screenshot Minimal *This one is not super different from Cobalt Next Dark, but it has a few extra treats to clean things up a bit. Maximize your expereince by using Caleb Porzio's Make VS Code Awesome Course. Silence the noise and hide all the crap!

Installation

  1. Open Extensions sidebar panel in VS Code. View → Extensions
  2. Search for Cobalt Next.
  3. Click Install to install it.
  4. Click Reload to reload the your editor
  5. File > Preferences > Color Theme > Cobalt Next or change it in User Settings.
  1. Optional: Use the recommended settings below for best experience

Recommended Settings

{
  "editor.bracketPairColorization.enabled": true, // Native bracket matching - colors included in theme
  "color-highlight.markerType": "underline", // requires Color Highlight Extension
  "color-highlight.markRuler": false, // requires Color Highlight Extension
  "editor.colorDecorators": false, // using Color Hightlight instead
  "editor.cursorBlinking": "solid",
  "editor.cursorStyle": "line",
  "editor.cursorWidth": 3,
  "editor.letterSpacing": 0.5,
  "editor.lineHeight": 32,
  "editor.fontFamily": "Operator Mono, Menlo, monospace",
  "editor.fontSize": 16,
  "editor.fontWeight": "300",
  "editor.matchBrackets": "never", // using Subtle Match Brackets instead
  "editor.tabSize": 2,
  "files.trimTrailingWhitespace": true,
  "subtleBrackets.style": { // requires Subtle Match Bracket Extension
    "global": {
      "borderColor": "#fac863",
      "borderWidth": "2px"
    }
  },
  "terminal.integrated.fontFamily": "Inconsolata for Powerline",
  "terminal.integrated.fontSize": 14,
  "window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
  "workbench.colorTheme": "Cobalt Next",
  "workbench.editor.tabSizing": "shrink",
  "workbench.iconTheme": "material-icon-theme",
  "workbench.startupEditor": "newUntitledFile",
}

Want active and inactive window borders?

Personally, I don't like active window borders, but if you'd like it, here are two examples.Open the Command Palette with Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) and select Preferences: Open Settings (JSON).

subtle

"workbench.colorCustomizations": {
  "window.activeBorder": "#4f5b66",
  "window.inactiveBorder": "#1b2b34",
}

full color

"workbench.colorCustomizations": {
  "window.activeBorder": "#5fb3b3",
  "window.inactiveBorder": "#1b2b34",
}

Suggested Extensions For Theme

Suggested Terminal Settings

Terminal Preview

ZSH is a great shell and it adds support for git. I would suggest using the Cobalt2 Theme for ZSH. Make sure to get Inconsolata for Powerline so that you can get all of the special characters in prompt.

VS Code Icon

Want to change up your VS Code Icon to match your theme? Done.

New Icon

VS Code Icon Preview

Download the .icns file. (Mac)

Download the .ico file. (Win)

Old Icon - Incase you miss it

VS Code Icon Preview

Download the .icns file. (Mac)

Download the .ico file. (Win)

Enjoy!

About

If Oceanic Next and Cobalt2 made a baby in the form of a theme for VSCode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published