Home To log in, use the button in gomuks web settings.

Theme restore-dark-rainbow v1 by [@tulir:maunium.net]

Restores the previous rainbow background in the dark theme

Last updated at 2026-03-03 18:56:52.644733 +0000 +0000

Raw CSS (or without autoupdate) Version history Edit theme
To use the theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/restore-dark-rainbow.css");
:root {
  @media (prefers-color-scheme: dark) {
    --room-list-background-overlay: hsla(0, 0%, 4%, .8);
    --space-list-background-overlay: hsla(0, 0%, 4%, .7);
    --room-list-background: linear-gradient(in hsl longer hue, red 0 0, magenta);
  }
}