No description
Find a file
2024-03-28 13:16:18 +05:30
.github/workflows Initial commit 2024-03-25 13:11:59 +05:30
docs feat: updates readme 2024-03-28 13:16:18 +05:30
src fix: improves fullscreen background and cleans up font references 2024-03-28 12:56:43 +05:30
.editorconfig Initial commit 2024-03-25 13:11:59 +05:30
.env.example feat: second cut 2024-03-25 15:08:13 +05:30
.gitignore feat: adds release details 2024-03-27 21:35:14 +05:30
Gruntfile.js feat: updates version 2024-03-28 13:16:10 +05:30
LICENSE chore: adds license 2024-03-27 21:37:47 +05:30
manifest.json feat: updates version 2024-03-28 13:16:10 +05:30
package-lock.json feat: second cut 2024-03-25 15:08:13 +05:30
package.json feat: updates version 2024-03-28 13:16:10 +05:30
preview.png chore: replace screenshot with smaller version 2024-03-27 22:04:44 +05:30
README.md feat: updates readme 2024-03-28 13:16:18 +05:30
theme.css fix: improves fullscreen background and cleans up font references 2024-03-28 12:56:43 +05:30
version-bump.mjs Initial commit 2024-03-25 13:11:59 +05:30
versions.json feat: updates version 2024-03-28 13:16:10 +05:30

Apex Obsidian Theme

A simple, distraction free theme for Obsidian, crafted by Sid and Vignesh for folks who:

  1. prefer simpler things
  2. love monospaced type
  3. use hotkeys to navigate

If you're comfortable with Vim keybinds, you can absolutely fly through the UI and type away at the speed of thought! It currently works best on macOS but if you run into issues on your platform, please raise them with us and we'd love to help.

Issues / Feature Requests

This Github repo is the best place to raise something to us. Alternatively, you can send an email to siddharth99c@gmail.com.

Development Guide

  1. Clone this repo
  2. Remove the .example from the .env.example and provide the path to your Obsidian vault
  3. Run npm i to install all dependencies
  4. Run npm start to "watch" all src/*.css files and compile the theme with hot reloads.

Acknowledgements