Super dark theme for hummus
Super Dark theme for Hummus by redlava
Details
Authorredlava
LicenseNo License
Categoryhttps://hummus.sys42.net
Created
Updated
Size1.6 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 HummusDarktheme
@version 1
@namespace userstyles.world/user/Redlava
@description Theme
@author Redlava
@license No License
==/UserStyle== */
@-moz-document domain("hummus.sys42.net") {
.theme-dark .guilds-wrapper {
background: #000000;
}
.theme-dark .account {
height: 70px;
background: #000000;
}
.theme-dark .channel-members {
background-color: #000000;
}
.theme-dark .guild-channels {
background-color: #000000;
}
.theme-dark .guild-channels .channel-text.selected {
background: linear-gradient(to right, #000000 85%, #000000);
}
.theme-dark .chat .title-wrap {
background-color: #000000;
border-bottom: 1px solid #000000
}
.theme-dark .guild-header header {
background-color: #000000;
}
.theme-dark .chat>.content, .theme-dark .friends-table, .theme-dark .messages-wrapper {
background-color: #000000;
}
.guild-channels .channel-text.selected:before {
border-left: 2px solid #000000;
}
.guild-inner {
background-color: #000000;
}
.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: #000000;
}
.theme-dark #friends .friends-header {
background-color: #000000;
}
.search-bar {
background-color: #000000;
}
.private-channels {
background-color: #000000;
}
#friends .friends-table {
margin-top: 0px;
}
/*
*/
}