Skip to content

GnRlLeclerc/Vanilla-Theme-Palettes

Repository files navigation

🎨 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

About

A simple color palette switcher for Obsidian.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published