mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
commit
185c3aa10b
|
@ -837,7 +837,8 @@ var schemes = [
|
||||||
'Ubuntu',
|
'Ubuntu',
|
||||||
'gruvbox-light',
|
'gruvbox-light',
|
||||||
'fried-egg',
|
'fried-egg',
|
||||||
'rainbow'
|
'rainbow',
|
||||||
|
'amoled'
|
||||||
];
|
];
|
||||||
|
|
||||||
var highlights = [
|
var highlights = [
|
||||||
|
|
50
client/schemes/amoled.css
Normal file
50
client/schemes/amoled.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user