/silence-obsidian

A fork of the Obsidian theme by luke-rmaki

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

SILENCE

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


screenshot of the theme



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 😀).




To Do

  • Add to community themes

How to install

Option 1 (Download):

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

Option 2 (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

or

pnpm run build