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

Theme breeze-dark v1 by [@n:everypizza.im]

KDE's Breeze Dark theme.

Last updated at 2025-05-15 06:52:25.662926 +0000 +0000

Initial commit

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/breeze-dark.css");
:root {
--background-color: #292e32;
--timeline-hover-bg-color: #31363b;
--composer-background-color: #1a1d1f;
--room-list-background: #1a1d1f;
--space-list-background-overlay: rgba(0, 0, 0, 0);
--room-list-background-overlay: rgba(0, 0, 0, 0);
--room-list-search-background-overlay: rgba(0, 0, 0, 0);
}

input.toggle:checked { 
--enabled-color: #417b9c;
}