Skip to content

Code-Hunter-OfficialBD/code-hunter-vscode-theme

Repository files navigation


Brought to you by

Code Hunter
Official VS Code theme of Code Hunter! "Code" is all about teaching web development skills and techniques in an efficient and practical manner. It has all the tools you need to learn the newest and most popular technologies to convert you from a no stack to full stack developer.
Learn More


Table of contents

If you are a big fan of Code Hunter and you use Visual Studio Code as your code editor, this is the theme for you.

Theme Screenshots

Default Official Theme

Code Hunter - Dark Eye

Code Hunter - BluePurly

Code Hunter - MagNum Purple

Code Hunter - Spruce Wind

Getting started

You can install this awesome theme through the Visual Studio Code Marketplace.

Prerequisites

This theme is compatible for VS Code version 4.5.1

Installation

Launch Quick Open:

Paste the following command and press Enter:

ext install code-hunter-theme

And pick the one by Code Hunter as author.

Activate theme

Launch Quick Open:

Type theme, choose Preferences: Color Theme, and select Code Hunter Dark Theme from the list. After activation, the theme will be activated.

Recommended settings for a better experience

{
    // Controls the font family.
    "editor.fontFamily": "Operator Mono, Fira Code",
    // Enables font ligatures
    "editor.fontLigatures": true,
}

In case you don't see the terminal does not look as expected, you can make the below customization in your VS Code settings.json file

{
  // controls the color of the terminal
  "workbench.colorCustomizations": {
    "terminal.ansiBlack": "#171c2a",
    "terminal.ansiRed": "#E35535",
    "terminal.ansiGreen": "#52AB62",
    "terminal.ansiYellow": "#ffd866",
    "terminal.ansiBlue": "#00B3BD",
    "terminal.ansiMagenta": "#e991e3",
    "terminal.ansiCyan": "#78e8c6",
    "terminal.ansiWhite": "#FFFFFFcc",
    "terminal.ansiBrightBlack": "#00B3BD",
    "terminal.ansiBrightRed": "#E35535",
    "terminal.ansiBrightGreen": "#52AB62",
    "terminal.ansiBrightYellow": "#ffd866",
    "terminal.ansiBrightBlue": "#00B3BD",
    "terminal.ansiBrightMagenta": "#e991e3",
    "terminal.ansiBrightCyan": "#78e8c6",
    "terminal.ansiBrightWhite": "#00B3BD",
    "terminal.background": "#171c2a",
    "terminalCursor.background": "#ffd866",
    "terminalCursor.foreground": "#ffd866"
  }

Copyright © 2022 Code Hunter