Dark theme for Obsidian desktop and mobile
Uses Fira Code.
Please feel free to raise an issue for any bugs or suggestions.
Twitter: luke-rmaki
This can also serve a base to make your own theme as everything is styled via css variables in the vars.css file, so feel free to fork it and make it your own (just rename it 😀).
- Add to community themes
- 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