Giter Site home page Giter Site logo

wolfy64 / cobaltnext-vscode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davidleininger/cobaltnext-vscode

1.0 1.0 0.0 6.99 MB

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

License: MIT License

cobaltnext-vscode's Introduction

CobaltNext Theme for VS Code

Version

Original Version - "Cobalt Next"

Screenshot Original

Dark Version - "Cobalt Next Dark"

Screenshot Dark

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. Try the dark version with Cobalt Next Dark.
  6. Optional: Use the recommended settings below for best experience

Recommended Settings

{
  "bracket-pair-colorizer-2.colors": [ // requires Bracket Pair Colorizer 2
    "#5fb3b3",
    "#c5a5c5",
    "#5a9bcf",
    "#fac863",
  ],
  "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": 22,
  "editor.fontFamily": "Operator Mono, Menlo, monospace",
  "editor.fontSize": 15,
  "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",
}

Miss The Light Title Bar?

Odds are if you like a dark theme you might be ready to drop the light title bar, too. If you aren't and you miss it, add it back with the code below. Open the Command Palette with Ctrl+Shift+P (Windows) or Cmd+Shift+P (Mac) and select Preferences: Open Settings (JSON).

"workbench.colorCustomizations": {
  "titleBar.activeForeground": "#222",
  "titleBar.activeBackground": "#dadada",
  "titleBar.inactiveForeground": "#b2b2b3",
  "titleBar.inactiveBackground": "#f6f6f6",
  "sideBar.border": "#1b2b34",
  "activityBar.border": "#1b2b34",
},

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!

cobaltnext-vscode's People

Contributors

davidleininger avatar sleighsoft avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.