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

Breeze Dark

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

Description

KDE's Breeze Dark theme.

Previews

None 😿

Code

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

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

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