Base16

by snelling-a
Screenshot of the Base16 Obsidian theme
5
4
3
2
1

Description

This theme supports Dark Mode
This theme supports Light Mode

README file from

Github

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