This theme for Hummus adds a YouTube like dark mode!
Hummus Deluxe Dark by kylekart
Details
Authorkylekart
LicenseNo License
Categoryhttps://hummus.sys42.net
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hummus Deluxe Dark
@version 20221031.04.30
@namespace userstyles.world/user/kylekart
@description This theme for Hummus adds a YouTube like dark mode!
@author kylekart
@license No License
==/UserStyle== */
@-moz-document domain("hummus.sys42.net") {
.theme-dark .guilds-wrapper {
background: #202020;
}
.theme-dark .account {
height: 70px;
background: #202020;
}
.theme-dark .channel-members {
background-color: #181818;
}
.theme-dark .guild-channels {
background-color: #202020;
}
.theme-dark .guild-channels .channel-text.selected {
background: linear-gradient(to right, #272727 85%, #272727);
}
.theme-dark .chat .title-wrap {
background-color: #202020;
border-bottom: 1px solid #202020
}
.theme-dark .guild-header header {
background-color: #202020;
}
.theme-dark .chat>.content, .theme-dark .friends-table, .theme-dark .messages-wrapper {
background-color: #181818;
}
.guild-channels .channel-text.selected:before {
border-left: 2px solid #FF0000;
}
.guild-inner {
background-color: #FF0000;
}
.channel-textarea-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 12px 10px;
border-radius: 2px 0 0 2px;
border: 2px solid #303030;
box-sizing: border-box;
}
.theme-dark .search .search-bar {
background-color: #303030;
}
.theme-dark #friends .friends-header {
background-color: #202020;
}
.search-bar {
background-color: #202020;
}
.private-channels {
background-color: #202020;
}
#friends .friends-table {
margin-top: 0px;
}
/*some colors used or to be used
#0f0f0f
#272727
#F1F1F1
#121212
#202020
#383838
#181818
*/
}