No description
Find a file
2026-07-20 02:57:10 +00:00
.github chore(deps): bump softprops/action-gh-release from 2 to 3 2026-04-20 10:33:28 +00:00
assets fix: resize screenshot to 512x288 for obsidian-releases 2026-04-02 12:59:51 +02:00
src fix: use base0C (cyan) for links to differentiate from headings 2026-04-08 15:09:57 +00:00
.gitignore initial base16 obsidian theme 2026-04-02 11:39:55 +02:00
manifest.json release: 0.1.8 2026-05-03 15:26:43 +00:00
package-lock.json release: 0.1.8 2026-05-03 15:26:43 +00:00
package.json release: 0.1.8 2026-05-03 15:26:43 +00:00
README.md feat: screenshot 2026-04-02 12:46:53 +02:00
theme.css chore: update base16 schemes 2026-07-20 02:57:10 +00: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