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

Make dark gay again

Commit info

Committed at 2026-05-23 12:47:50.941999 +0000 +0000 by @tulir:maunium.net
Add preview image

Description

Restores the previous rainbow background in the dark theme

Previews

Preview image #1

Code

To use this theme, paste this into your custom CSS:

@import url("https://css.gomuks.app/theme/restore-dark-rainbow.css");

Full 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);
  }
}