Moss dark mode Extension

January 8, 2025 ยท View on GitHub

This simple extension sets all the colors in Moss to white on black variants, creating the ideal dark mode experience!

Installation from Moss Content Store

Coming soon

Installation from GitHub

  1. Download the latest release
  2. Put the dark_mode.wasm into content/extensions where your moss user data is located
  3. Run Moss
  4. Edit your Moss config.json and set extensions -> dark_mode to true
  5. You're done!

Compiling from source

  1. Download Rust
  2. run build-debug or build-release depending on your system