Nebula

by devmandalia
Screenshot of the Nebula Obsidian theme
5
4
3
2
1

Description

This theme supports Dark Mode
This theme supports Light Mode

README file from

Github

Nebula — an Obsidian theme

A cool, techy theme for Obsidian. Run the mission with Solaris — free, open source, markdown-native, local-first boards for you and your agents.

Dark mode: cyan + violet on a blue-black canvas
Light mode: warm turmeric accents on cool paper

Interface and editor text use Sora; code uses JetBrains Mono.

Dark Light
Dark kanban Light kanban
Dark dashboard Light dashboard

Install

Once published: Settings → Appearance → Themes → Manage → search for Nebula.

Manual

  1. Copy manifest.json and theme.css into: <your-vault>/.obsidian/themes/Nebula/
  2. In Obsidian: Settings → Appearance → Themes → select Nebula.
  3. Toggle Settings → Appearance → Base color scheme between Dark and Light.

Customize

  • Accent / colors: edit the CSS variables at the top of each .theme-dark / .theme-light block in theme.css.
  • Fonts: change --font-interface-theme, --font-text-theme, and --font-monospace-theme near the top of theme.css.
  • Reading width: edit --file-line-width (default 640px).

Notes

  • Fonts load from Google Fonts via @import, so they need an internet connection. To go fully offline, download the font .woff2 files into this folder and swap the @import for @font-face rules.
  • Also bundled with Solaris via solaris init --obsidian.

License

MIT