base16-obsidian

Base16 color scheme (with all the themes ) for Obsidian.md.

MIT License

Stars
22

Base16 colors for obsidian

This is the Base16 CSS theme for the Obsidian notes application.

It includes 131 variations of the base16 theme.

Installation

  1. Clone this repo.
  2. Copy all of the .css files from the root of this repo to <vault>/.obsidian/themes folder.

Using your own font

This project doesn't make any assumptions about your font choice. Each of these themes assumes there is a --font-family-editor and --font-family-preview variables. You can add a CSS snippet that defines the font you want to use, smiliar to something below:

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');

body {
  --font-family-editor: Roboto Mono, monospace;
  --font-family-preview: Roboto Mono, monospace;
}

How to use in Obsidian

  1. In obsidian, go to Settings -> Appearance
  2. Set your color scheme to dark
  3. Choose one of the 131 base16 themes to use.

Development

There is a build/ directory that allows you to make changes en masse to all of the themes. Make changes to base16-obsidian.css, and then run rake. It will then populate all of the themes in the parent directory with the new changes.

Some examples:

ia-dark

Nord

Solarized-dark

Solarized-light

Eighties

Over 130 themes are included!