Awesome
RMAKI OBSIDIAN
Dark theme for Obsidian
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
- Search result hover colors
- Tag pane nested hover style bug
- Linked mention nested hover
- Fix live preview styling
- Linked mention icon active
- Outline hover
- Editor popups
- Graph view
- Mobile active folder style
How to install
Option 1 (Add from Obsidian)
- This theme is now listed in Obsidian's community themes
- Open Obsidian -> Settings -> Appearance
- Browser Community themes and search for Rmaki
Option 2 (Download):
- Download the
Rmaki-Obsidian.css
file - Copy into your themes folder
- Open Settings -> Appearances
- Change Theme to 'Rmaki-Obsidian'
Option 3 (Build):
- Clone the repo
- Navigate to folder
- Install deps
yarn install
or
npm install
- Create a .env file with a single variable called DEST which points to the themes folder in your vault
- Run build
yarn build
or
npm run build