Theme cinnytheme v1 by [@katja:conduwuit.ctucx.de]
A theme that tries to look similar to the cinny client
Last updated at 2025-03-20 10:57:01.493645 +0000 +0000
Initial commit
To use the theme, paste this into your custom CSS:
@import url("https://css.gomuks.app/theme/cinnytheme.css");
:root {
--space-list-background-overlay: #1A1A1A;
--room-list-background-overlay: #1A1A1A;
--background-color: #262626;
--composer-background-color: #333;
--border-color: #404040;
--timeline-hover-bg-color: #333;
--timeline-vertical-padding: .25rem;
}
img.avatar {
border-radius: 20%;
}
div.room-list-wrapper {
grid-template-columns: 4rem 1fr;
}
div.room-search-wrapper {
height: unset;
}
div.room-list-wrapper,
div.space-bar {
border-right: 1px solid var(--border-color);
}
div.room-header,
div.room-search-wrapper {
border-bottom: 1px solid var(--border-color);
}
div.space-entry,
div.message-composer {
border: 1px solid var(--border-color);
padding: .35rem;
}
div.room-entry {
padding: .35rem;
}
div.space-entry {
margin: 0.6rem !important;
}