mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Merge pull request #154 from AnnikaV9/patch-1
adding gruvbox-light theme
This commit is contained in:
commit
a1b2401332
|
@ -826,7 +826,8 @@ var schemes = [
|
||||||
'tomorrow',
|
'tomorrow',
|
||||||
'carrot',
|
'carrot',
|
||||||
'lax',
|
'lax',
|
||||||
'Ubuntu'
|
'Ubuntu',
|
||||||
|
'gruvbox-light'
|
||||||
];
|
];
|
||||||
|
|
||||||
var highlights = [
|
var highlights = [
|
||||||
|
|
50
client/schemes/gruvbox-light.css
Normal file
50
client/schemes/gruvbox-light.css
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
body {
|
||||||
|
background: #fbf1c7;
|
||||||
|
color: #3c3836;
|
||||||
|
}
|
||||||
|
input,
|
||||||
|
textarea {
|
||||||
|
color: #3c3836;
|
||||||
|
}
|
||||||
|
.message {
|
||||||
|
border-left: 1px solid rgba(125, 122, 104, 0.5);
|
||||||
|
}
|
||||||
|
.refmessage {
|
||||||
|
border-left: 1px solid rgba(125, 122, 104, 1);
|
||||||
|
}
|
||||||
|
.nick {
|
||||||
|
color: #427b58;
|
||||||
|
}
|
||||||
|
.trip {
|
||||||
|
color: #7c6f64;
|
||||||
|
}
|
||||||
|
.text a {
|
||||||
|
color: #3c3836;
|
||||||
|
}
|
||||||
|
.admin .nick {
|
||||||
|
color: #9d0006;
|
||||||
|
}
|
||||||
|
.mod .nick {
|
||||||
|
color: #8f3f71;
|
||||||
|
}
|
||||||
|
.me .nick {
|
||||||
|
color: #79740e;
|
||||||
|
}
|
||||||
|
.info .nick,
|
||||||
|
.info .text {
|
||||||
|
color: #b57614;
|
||||||
|
}
|
||||||
|
.warn .nick,
|
||||||
|
.warn .text {
|
||||||
|
color: #b57614;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
background: #fbf1c7;
|
||||||
|
}
|
||||||
|
#sidebar {
|
||||||
|
background: #a89984;
|
||||||
|
border-color: #7d7a68;
|
||||||
|
}
|
||||||
|
#chatform {
|
||||||
|
border-color: #7d7a68;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user