Theme blue v1 by [@n:everypizza.im]
see title
Last updated at 2025-02-09 16:32:22.768522 +0000 +0000
To use the theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/blue.css");
* {
--background-color: #232e3c;
--timeline-hover-bg-color: #2c3a4f;
--composer-background-color: #141d28;
--room-list-background: #141d28;
--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: #43556d;
}