Dark theme for Obsidian desktop (v0.16.0)
Uses Fira Code.
Please feel free to raise an issue for any bugs or suggestions.
Twitter: luke-rmaki
- Style tables
- Style graph
- This theme is now listed in Obsidian's community themes
- Open Obsidian -> Settings -> Appearance
- Browser Community themes and search for Rmaki
- Download the
Silence-Obsidian.css
file - Copy into your themes folder
- Open Settings -> Appearances
- Change Theme to 'Silence-Obsidian'
- 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
or
pnpm run build