mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
flamingo theme
This commit is contained in:
parent
b42a0ef9ec
commit
c9b5d8b30b
|
@ -977,7 +977,9 @@ var schemes = [
|
||||||
'fried-egg',
|
'fried-egg',
|
||||||
'rainbow',
|
'rainbow',
|
||||||
'amoled',
|
'amoled',
|
||||||
'retro'
|
'retro',
|
||||||
|
"Waifu",
|
||||||
|
"flamingo",
|
||||||
];
|
];
|
||||||
|
|
||||||
var highlights = [
|
var highlights = [
|
||||||
|
|
51
client/schemes/flamingo.css
Normal file
51
client/schemes/flamingo.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user