Revellion Theme is a modern dark color theme for Visual Studio Code designed to provide a pleasant and attractive development experience.
| Element | Hex | Description |
|---|---|---|
| Background | #03091e |
Default background for editor and panels |
| UI Foreground | #ececec |
General interface text color |
| Text Foreground | #ffffff |
Main text color in the editor |
| Primary Accent | #81be24 |
Used for active elements like the status bar |
| Secondary Accent | #c785db |
Highlight color for badges and accents |
| Selection Background | #264f78 |
Color for selected text |
- Open Visual Studio Code.
- Go to the extensions view (Ctrl + Shift + X).
- Search for "Revellion Theme".
- Install it.
- Select "Revellion Theme" from the theme palette (Ctrl + K, Ctrl + T).
- Modern Design: Vibrant colors and carefully selected contrasts for an enjoyable coding experience.
- Readability: The color palette is designed to improve code readability.
- Compatibility: Works with a wide range of languages and technologies.
You can customize some aspects of the theme by editing your settings.json file:
{
"workbench.colorTheme": "Revellion Theme",
// Add any additional configuration here
}If you find any problems or have suggestions to improve the theme, feel free to open an issue or contribute. I'm open to ideas and collaborations!
This theme is licensed under the MIT License.
I hope you enjoy using Revellion Theme! If you like it, feel free to leave a ⭐️ on the repository.
