1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00

Added AMOLED Theme

This commit is contained in:
carrot 2023-04-04 19:52:37 +08:00 committed by GitHub
parent 8b8a325a5d
commit c664b94f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

50
client/schemes/amoled.css Normal file
View File

@ -0,0 +1,50 @@
body {
background: #000000;
color: #a6a28c;
}
input,
textarea {
color: #a6a28c;
}
.message {
border-left: #000000;
}
.refmessage {
border-left: #000000;
}
.nick {
color: #778fd8;
}
.trip {
color: #6e6b5e;
}
.text a {
color: #ffffff;
}
.admin .nick {
color: #d73737;
}
.mod .nick {
color: #36b08c;
}
.me .nick {
color: #b479c5;
}
.info .nick,
.info .text {
color: #97ca7d;
}
.warn .nick,
.warn .text {
color: #cfb017;
}
#footer {
background: #000000;
}
#sidebar {
background: #000000;
border-color: #000000;
}
#chatform {
border-color: #000000;
}