No description
Find a file
github-actions[bot] d397d2f90e release: 0.1.0
2026-04-02 10:50:26 +00:00
.github/workflows ci: add automated release workflow with semantic versioning 2026-04-02 11:48:38 +02:00
assets feat: screenshot 2026-04-02 12:46:53 +02:00
src fix: add default scheme fallback so theme works without Style Settings 2026-04-02 12:13:33 +02:00
.gitignore initial base16 obsidian theme 2026-04-02 11:39:55 +02:00
manifest.json release: 0.1.0 2026-04-02 10:50:26 +00:00
package-lock.json release: 0.1.0 2026-04-02 10:50:26 +00:00
package.json release: 0.1.0 2026-04-02 10:50:26 +00:00
README.md feat: screenshot 2026-04-02 12:46:53 +02:00
theme.css fix: add default scheme fallback so theme works without Style Settings 2026-04-02 12:13:33 +02:00
UNLICENSE feat: unlicense 2026-04-02 12:43:59 +02:00

Base16 for Obsidian

A theme for Obsidian built on the base16 color system. Includes all 200+ base16 schemes with automatic dark/light mode switching.

Install

Using BRAT

  1. Install the BRAT plugin
  2. Open BRAT settings → Add Beta Theme
  3. Enter snelling-a/obsidian-base16-theme
  4. (Optional) Install the Style Settings plugin to switch between color schemes

From Community Themes (once approved)

  1. Open Obsidian Settings → Appearance → Themes
  2. Search for "Base16" and click Install
  3. (Optional) Install the Style Settings plugin to switch between color schemes

Usage

The theme works out of the box with the Default Dark/Light scheme. To choose from all 200+ schemes, install the Style Settings plugin and open Settings → Style Settings → Base16. Schemes that have both dark and light variants automatically switch when you toggle Obsidian's dark/light mode.

Development

npm install
npm run update    # fetch latest schemes from tinted-theming and rebuild
npm run build     # rebuild theme.css from local schemes

Credits