Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.97 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.97 KB

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

image

Nord

image

Solarized-dark

image

Solarized-light

image

Eighties

image

Over 130 themes are included!