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

Merge pull request #197 from AnnikaV9/patch-1

Add AMOLED Theme
This commit is contained in:
marzavec 2023-04-04 06:45:53 -07:00 committed by GitHub
commit 185c3aa10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 1 deletions

View File

@ -837,7 +837,8 @@ var schemes = [
'Ubuntu',
'gruvbox-light',
'fried-egg',
'rainbow'
'rainbow',
'amoled'
];
var highlights = [

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;
}