egorlem / 021011.vscode

Dark Visual Studio Code theme based on on cool palette.

Home Page:https://marketplace.visualstudio.com/items?itemName=guezwhoz-schema.guezwhoz-vscode-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

021011.vscode - dark theme for Visual Studio Code

A Visual Studio Code dark theme based on cool color palette.


Installation

Install from the Visual Studio Marketplace

  1. Open the Extensions sidebar in VS Code "[ Windows | Linux Ctrl + P ] [ MacOS ⌘ + P ]"

  2. Search for Guezhowz Theme "ext install Guezwhoz Theme"

  3. Click Install

  4. Open the Command Palette "[ Windows | Linux Ctrl + K Ctrl + P ] [ MacOS ⌘ + K ⌘ + T ]"

  5. Select Preferences: Color Theme and choose a Guezwhoz Theme (Variant).

Install manually

You can also install a Theme from Releases page by following the Install from a VSIX instructions. The easiest way is through the command line: code --install-extension guezwhoz-vscode-theme-<version>.vsix


Preview

vscode-theme-demo


Recommended Settings

For ZSH users

I recommend installing the guezwhoz-zsh-theme for zsh. This theme turns your terminal and code editor into a single workspace.

Setings.json

{
  "editor.tabSize": 2,
  "editor.lineHeight": 24,
  "editor.letterSpacing": 0.1,
  "editor.fontSize": 15,
  "editor.cursorBlinking": "solid",
  "editor.cursorSmoothCaretAnimation": true,
  "editor.cursorStyle": "line",
  "editor.fontFamily": "Fira Code, Inconsolata",
  "editor.fontLigatures": true
}

Changelog CHANGELOG.md

License MIT © Egor Lem