VS Code theme focused on frosted glassmorphism with vibrant colors.
A theme inspired by the beauty of luxury "Perfumes" (especially the ones from Montelli family) and their intricate designs.
[!IMPORTANT]
This theme is a work in progress and may not be as stable as it should be.
🌌 Concept
Modern and minimalistic design with a focus on elegance and perceived simplicity.
Glassmorphism effect with frosted glass elements and subtle gradients.
Dark mode with vibrant colors.
🛠️ Installation
Install from VS Code Marketplace (Recommended)
You can install the theme directly from the VS Code Marketplacehere.
Install from source
Clone the repository
git clone https://github.com/Type-Delta/vs-perfume.git
cd vs-perfume
Build and Install the extension
npm install
Using CSS overrides (Optional)
CSS overrides are required to achieve the glassmorphism effect.
Please note that every time VS Code updates, you would need to re-enable the custom CSS and JS extension again. As it modifies the core files of VS Code and would be reverted on every update.
This step is recommended BUT OPTIONAL and the theme would look good without it.
Install the Custom CSS and JS extension from the VS Code marketplace.
Open VS Code settings (Ctrl+,). And search for vscode_custom_css.imports.
Add a path to the vs-overwrite.css file in the repository. In your settings.json, it should look like this: