Home

Awesome

RMAKI OBSIDIAN

Dark theme for Obsidian

Screenshot of the theme

Tested with Obsidian Desktop v.0.13.0 and Obsidian Mobile (Android) v.1.0.5

Uses Fira Code.

This theme is a work in progress. Please feel free to raise an issue for any bugs or suggestions.

Twitter: luke-rmaki

<br />

To Do

How to install

Option 1 (Add from Obsidian)

Option 2 (Download):

  1. Download the Rmaki-Obsidian.css file
  2. Copy into your themes folder
  3. Open Settings -> Appearances
  4. Change Theme to 'Rmaki-Obsidian'

Option 3 (Build):

  1. Clone the repo
  2. Navigate to folder
  3. Install deps
yarn install

or

npm install
  1. Create a .env file with a single variable called DEST which points to the themes folder in your vault
  2. Run build
yarn build

or

npm run build