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

Merge pull request #231 from xyzpw/master

flamingo theme
This commit is contained in:
marzavec 2024-03-04 11:28:54 -06:00 committed by GitHub
commit 511d00b8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 54 additions and 1 deletions

View File

@ -977,7 +977,9 @@ var schemes = [
'fried-egg',
'rainbow',
'amoled',
'retro'
'retro',
"Waifu",
"flamingo",
];
var highlights = [

View File

@ -0,0 +1,51 @@
body {
background: #e59da1;
color: #0d1c17;
}
input,
textarea {
color: #0d1c17;
}
.message {
border-left: 1px solid #74736980;
}
.refmessage {
border-left: 1px solid #747369;
}
.nick {
color: #2b3493;
}
.trip {
color: #515151;
}
.text a {
color: #0d0fa4;
}
.admin .nick {
color: #d40000;
}
.mod .nick {
color: #1fad83;
}
.me .nick {
color: #2b3493;
}
.info .nick,
.info .text {
color: #017201;
}
.warn .nick,
.warn .text {
color: #be2300;
}
#footer {
background: #e59da1;
}
#sidebar {
background: #93363e;
border-color: #93363e;
}
#chatform {
border-color: #000;
background-color: #fc8eac;
}