Vanilla Palettes

by gnrlleclerc
Screenshot of the Vanilla Palettes Obsidian theme
5
4
3
2
1

Description

This theme supports Dark Mode
This theme supports Light Mode

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.

Theme illustration

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:

  1. Implement the theme's color palette
  2. Implement the generic colors required in the commons.scss file.

Build

Build with the following command:

npm install -g sass
sass src:. --no-source-map --watch