Skip to content

MarcIsCoding/kvothe-theme

Repository files navigation

Kvothe Theme for VS Code

Install from VS Code Marketplace

Preview

This project is essentially an experiment to transpose the aesthetic of my terminal to my code editor.

Drawing inspiration from the deep contrasts and vibrant hues of the PowerLevel10K Theme for Oh My Zsh, and building on Wes Bos' Cobalt2 theme (refer to the included license), the Kvothe theme offers a high-contrast dark theme for VS Code. It features a palette that accentuates dark blues alongside vivid, high-contrast greens.

Installation

  • Navigate to the Extensions sidebar panel in VS Code.
  • Search for "Kvothe Theme Official."
  • Click "Install" to add it to your editor.
  • Navigate through Code > Preferences > Color Theme > Kvothe to activate it.

Recommended Settings

{
  "workbench.colorTheme": "Kvothe",
  "editor.fontFamily": "Dank Mono, Menlo, Monaco, 'Courier New', monospace",
  "editor.letterSpacing": 0.5,
  "editor.cursorStyle": "block",
  "editor.cursorBlinking": "smooth"
}

Colour Palette

  • Dark Blue: #030c17
  • Blue Highlight: #027dff
  • Green: #75f9aa
  • Hot Pink: #ff0088
  • Blush Pink: #ff628c
  • Orange: #ff9d00

Contributing

We welcome your contributions! To do so:

  1. Fork and clone this repository.
  2. Implement your changes and ensure they're working by selecting View → Run, then Launch Extension.
  3. Create a pull request with a comprehensive description of your changes, including screenshots if relevant.

Please understand if your PR is not accepted. Given this is a personal project, I have specific preferences for colours and styles. Additionally, as this project is not my primary focus, there may be delays in PR reviews.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published