UNPKG

alucard-nocturne

Version:

A sophisticated VS Code theme inspired by Castlevania's aesthetic, featuring both dark and light variants.

95 lines (63 loc) โ€ข 2.96 kB
# Alucard Theme for VS Code <div align="center"> ![Alucard Preview](./assets/alucard.gif) A sophisticated VS Code theme inspired by Castlevania's aesthetic, featuring both dark and light variants. [![Version](https://img.shields.io/visual-studio-marketplace/v/Edmo.alucard-nocturne)](https://marketplace.visualstudio.com/items?itemName=Edmo.alucard-nocturne) [![Downloads](https://img.shields.io/visual-studio-marketplace/d/Edmo.alucard-nocturne)](https://marketplace.visualstudio.com/items?itemName=Edmo.alucard-nocturne) [![Rating](https://img.shields.io/visual-studio-marketplace/r/Edmo.alucard-nocturne)](https://marketplace.visualstudio.com/items?itemName=Edmo.alucard-nocturne) </div> <p align="center"> <sub><samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Font | <a href="https://input.djr.com/">Input Mono</a><br> &nbsp;File Icons | <a href="https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-icons">Catppuccin</a><br> Product Icons | <a href="https://github.com/antfu/vscode-icons-carbon">Carbon</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br></sub> </p> ## ๐Ÿง›โ€โ™‚๏ธ Installation 1. Open VS Code 2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X) 3. Search for "Alucard Nocturne" 4. Click Install 5. Press Ctrl+K Ctrl+T / Cmd+K Cmd+T to open the theme selector 6. Select either "Alucard Nocturne Theme (Dark)" or "Alucard Nocturne Theme (Light)" ## Match with System ```jsonc // .vscode/setting.json { "window.autoDetectColorScheme": true, "workbench.preferredLightColorTheme": "Alucard Nocturne Theme (Light)", "workbench.preferredDarkColorTheme": "Alucard Nocturne Theme (Dark)", } ``` ## ๐ŸŽจ Color Palette ### Dark Theme ### Light Theme ## ๐Ÿ“ธ Screenshots ### Dark Theme ![Dark Theme Preview](./assets/nocturne-preview.png) ### Light Theme ![Light Theme Preview](./assets/nocturne-light-preview.png) ## โœจ Features - Two carefully crafted theme variants (Dark and Light) - Thoughtful color selections for optimal readability - Semantic highlighting support - Custom UI elements theming - Consistent color palette across all elements - Carefully selected contrasts for accessibility ## ๐Ÿค Contributing 1. Fork this repository 2. Create a new branch for your changes 3. Make your changes 4. Submit a pull request ## ๐Ÿ‘ฅ Team This theme is maintained by: | [![Edmo Lima](https://github.com/edmolima.png?size=100)](https://github.com/edmolima) | | ------------------------------------------------------------------------------------- | | [Edmo Lima](https://github.com/edmolima) | ## ๐Ÿ“ Changelog The changelog is available on the release page in each theme's repository. ## ๐Ÿ“„ License [MIT License](./LICENSE) ยฉ Alucard Nocturne Theme --- <div align="center"> **๐Ÿง›โ€โ™‚๏ธ Happy Coding! ๐Ÿฆ‡** [Report an Issue](https://github.com/edmolima/alucard/issues) ยท [Request a Feature](https://github.com/edmolima/alucard/issues) </div>