README file from
Github🎨 Obsidian Vanilla Theme Palettes
A simple theme color palette switcher for Obsidian for theme hoppers. It includes many popular themes without changing the vanilla interface.
The Style Settings plugin is required in order to switch themes.

Featured themes:
- Atom One Dark
- Catppuccin
- Dracula
- Gruvbox
- Horizon
- Kanagawa
- Nord
- Rose Pine
- Tokyo Night
Project Overview
├── src # SCSS source folder
│ ├── snippets # Style Settings extension snippets
│ └── themes # Color Themes
Themes
See the themes/ folder for existing themes. They all follow the same pattern:
- Implement the theme's color palette
- Implement the generic colors required in the
commons.scssfile.
Build
Build with the following command:
npm install -g sass
sass src:. --no-source-map --watch