This is the Base16 CSS theme for the Obsidian notes application.
It includes 131 variations of the base16 theme.
- Clone this repo.
- Copy all of the .css files from the root of this repo to
<vault>/.obsidian/themes
folder.
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;
}
- In obsidian, go to Settings -> Appearance
- Set your color scheme to dark
- Choose one of the 131 base16 themes to use.
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.
Over 130 themes are included!