Install from VS Code Marketplace
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.
- 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.
{
"workbench.colorTheme": "Kvothe",
"editor.fontFamily": "Dank Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.letterSpacing": 0.5,
"editor.cursorStyle": "block",
"editor.cursorBlinking": "smooth"
}
- Dark Blue: #030c17
- Blue Highlight: #027dff
- Green: #75f9aa
- Hot Pink: #ff0088
- Blush Pink: #ff628c
- Orange: #ff9d00
We welcome your contributions! To do so:
- Fork and clone this repository.
- Implement your changes and ensure they're working by selecting
View → Run
, thenLaunch Extension
. - 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.