VOID

April 19, 2026 ยท View on GitHub

TriliumNext License: MIT Live Preview

A minimalist, high-contrast, pure black theme for TriliumNext. VOID is designed for those who want their notes to float in a deep, distraction-free abyss. Built with a focus on typography, smooth transitions, and a premium "void" aesthetic.

VOID Theme Preview

Features

  • True Black (#000000): Optimized for OLED displays and deep-focus sessions.
  • Inter Typography: Uses the Inter font family for maximum readability.
  • micro-interactions: Subtle hover effects and smooth transitions (0.15s).
  • TriliumNext Aware: Specifically rebuilt to support the latest TriliumNext variables.
  • Deep Clean: Removes unnecessary borders and box shadows for a modern, flat look.

Installation

Getting VOID up and running takes less than a minute:

  1. Create a new note: Click the + icon and set the type to "Code" and language to "CSS".
  2. Add the Theme Label: Add a label to the note: #appTheme=void.
  3. Paste the CSS: Copy the contents of void-trilium-theme.css and paste it into your new note.
  4. Select the Theme: Go to Options โ†’ Appearance โ†’ select "void" from the theme dropdown.
  5. Reload: Press Ctrl+R (or Cmd+R on Mac) to apply the changes fully.

Customization

VOID is built using standard CSS variables. You can easily override colors by editing the :root block at the top of the CSS file:

:root {
  --main-background-color: #000000;
  --main-text-color: #ffffff;
  --accented-background-color: #0a0a0a;
  /* ... more variables ... */
}

๐Ÿ‘ค Credits

Developed with โค๏ธ by Dikshant Jangra.

๐Ÿค Contributing

VOID is an open-source project and I'm open to contributions! Whether it's fixing a bug, adding a new feature, or improving the documentation, your help is welcome.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Note: This theme is optimized for TriliumNext. Compatibility with original Trilium may vary.