dark theme for TA
Toonami Dark Mode Purple Chat by mousiecat
Details
Authormousiecat
LicenseNo License
Categorytoonamiaftermath.com
Created
Updated
Size1.2 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 toonamiaftermath.com - 9/7/2023, 12:16:18 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("toonamiaftermath.com") {
/* Insert code here... */
* {
border-color: #20212e !important;
}
.channels-and-input {
background-color: #2b245f;
color: #caccc9;
}
.message .message-main .timestamp {
color: coral !important;
}
.topic {
background: #38676e;
border-color: #20212e;
}
.topic > div > span {
color: #d5bf3e !important;
}
.input-container {
background: #38676e;
}
.channel-tabs {
background-color: #38676e;
}
.toggles {
background-color: #38676e;
}
.channel-tab-button {
background-color: #463686;
}
.channel-tab button {
border-color: #20212e;
color: #fff;
}
.messageForm input {
background-color: lavenderblush;
}
span.username {
background-color: #38676ed1;
background-color: #ffffff2e;
padding: 1px 2px 2px 2px;
}
}