
CSSAny theme
# Base16 colors for obsidian
This is the [Base16][b16] CSS theme for the [Obsidian notes application][o].
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:
```css
@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.
[o]: https://obsidian.md
[b16]: https://github.com/chriskempson/base16
[themes]: https://github.com/gammons/base16-obsidian/tree/main/base16-themes
## Some examples:
#### ia-dark

#### Nord

#### Solarized-dark

#### Solarized-light

#### Eighties

Over 130 themes are included!
How to Install
- Download the CSS file below
- Move it to your vault's
.obsidian/snippets/folder - Open Obsidian → Settings → Appearance → CSS Snippets → Enable it
Stats
Stars
41
Forks
3
License
MIT
Last updated 58mo ago
Categories