v1.0.0 | Designed & Coded with ✨ by @Sikoso774
A premium dark, immersive, and neon theme that transforms your Obsidian into a true interstellar cruiser dashboard.
Designed for focus, immersion, and complex data management.
The theme features a custom callout system tailored to structure your dashboards, based on a strict design language. Use these to visually organize your data.
| Syntax | Render | Usage |
|---|---|---|
> [!nav] |
🧭 Neon Blue | Navigation, Table of Contents, Dashboards. |
> [!status] |
📊 Tactical Gold | Tasks, Validations, Project Status. |
> [!projects] |
🚀 Tactical Bronze | Ideas, Ongoing projects, Warnings. |
You can swap the default callout icon on the fly by adding a keyword after a slash /.
| Keyword | Icon | Example |
|---|---|---|
idea |
💡 | > [!projects/idea] |
brain |
🧠 | > [!projects/brain] |
bug |
🐞 | > [!status/bug] |
target |
🎯 | > [!status/target] |
write |
✍️ | > [!nav/write] |
file |
📂 | > [!nav/file] |
heart |
❤️ | > [!projects/heart] |
If you want a minimalist block (just the frame and color) without any icon on the left. Useful if you put an emoji directly in the title.
> [!type/clean] (e.g., > [!nav/clean])If you want to use the default Obsidian vector icons (SVG) instead of the theme's emojis.
> [!type/native] (e.g., > [!status/native])(Note: Default Obsidian callouts like > [!info] or > [!warning] are also supported and natively colorized to match the Nebulux palette).
Nebulux offers two powerful ways to build beautiful button grids and dashboards using Markdown lists inside callouts.
Perfect for quick navigation bars at the top of your notes. It automatically wraps your links into sleek buttons.
Syntax: Use the nav/menu callout modifier.
> [!nav/menu] Quick Links
> - [Home](Home)
> - [Projects](Projects)
> - [Resources](Resources)
Perfect for a dedicated "Homepage" or "MOC". This transforms a standard > [!nav] callout into a robust grid of square buttons.
Step 1: Add the dashboard cssclass to your note's frontmatter:
---
cssclasses: dashboard
---
Step 2: Use the standard > [!nav] callout with a list:
> [!nav] System Navigation
> - [Daily Note](Daily)
> - [Tasks](Tasks)
> - [Finances](Finances)
The theme uses Orbitron for headers and Montserrat for the body text to achieve its futuristic look.
Settings > Appearance and select the theme.This theme would not have been possible without the incredible work, open-source code, and inspiration from the Obsidian theme developer community. A massive thank you to the creators of the following themes, whose design philosophies and technical innovations heavily inspired Nebulux:
Thank you for paving the way and making the Obsidian customization scene so amazing!
💡 Tip: To fully enjoy the Glassmorphism effect on the top bar, it is highly recommended to enable the "Hidden window frame" option in Obsidian's Appearance settings.
Created with ✨ by @Sikoso774