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

Merge pull request #152 from Potatochips2001/master

Update ubuntu theme
This commit is contained in:
marzavec 2021-11-22 09:09:49 -06:00 committed by GitHub
commit d3032ddc96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 1 deletions

View File

@ -825,7 +825,8 @@ var schemes = [
'tk-night',
'tomorrow',
'carrot',
'lax'
'lax',
'Ubuntu'
];
var highlights = [

51
client/schemes/Ubuntu.css Normal file
View File

@ -0,0 +1,51 @@
body {
background-color: #2C001E;
color: #E95420;
}
input,
textarea {
color: #ccc;
background-color: #111;
}
.message {
border-left: 1px solid #2C001E;
}
.refmessage {
border-left: 1px solid #2C001E;
}
.nick {
color: #E95420;
}
.trip {
color: #AEA79F;
}
.text a {
color: #00AA00;
}
.admin .nick {
color: #ac4142;
}
.mod .nick {
color: #1FAD83;
}
.me .nick {
color: #b854d4;
}
.info .nick,
.info .text {
color: #00AA22;
}
.warn .nick,
.warn .text {
color: #CFB017;
}
#footer {
background: #2C001E;
}
#sidebar {
background: #2C001E;
border-color: #5E2750;
}
#charform {
border-color: #5E2750;
}