mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
woops forgot to add the theme
This commit is contained in:
parent
9df3a1a710
commit
f7a16d6ef1
|
@ -822,6 +822,7 @@ var schemes = [
|
|||
'pop',
|
||||
'railscasts',
|
||||
'solarized',
|
||||
'tk-night',
|
||||
'tomorrow'
|
||||
];
|
||||
|
||||
|
@ -832,6 +833,7 @@ var highlights = [
|
|||
'darcula',
|
||||
'github',
|
||||
'rainbow',
|
||||
'tk-night',
|
||||
'tomorrow',
|
||||
'xcode',
|
||||
'zenburn'
|
||||
|
|
54
client/schemes/tk-night.css
Normal file
54
client/schemes/tk-night.css
Normal file
|
@ -0,0 +1,54 @@
|
|||
body {
|
||||
background: #1f2224;
|
||||
color: #b9a8eb;
|
||||
}
|
||||
input,
|
||||
textarea {
|
||||
color: #b9a8eb;
|
||||
}
|
||||
|
||||
.message {
|
||||
border-left: 1px solid #cf56ff57;
|
||||
}
|
||||
.refmessage {
|
||||
border-left: 1px solid #cf56ff57;
|
||||
}
|
||||
.nick {
|
||||
color: #55586d;
|
||||
}
|
||||
.trip {
|
||||
color: #7b80a3;
|
||||
}
|
||||
.text a {
|
||||
color: #97ff97ef;
|
||||
}
|
||||
.admin .nick {
|
||||
color: #fd9652;
|
||||
}
|
||||
.mod .nick {
|
||||
color: #ec8476;
|
||||
}
|
||||
.me .nick {
|
||||
color: #55586d;
|
||||
}
|
||||
.info .nick,
|
||||
.info .text {
|
||||
color: #d179d4;
|
||||
}
|
||||
.warn .nick,
|
||||
.warn .text {
|
||||
color: #eba8a8;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background: #1f2224e7;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
background: #0000008c;
|
||||
border-color: #cf56ff57;
|
||||
}
|
||||
|
||||
#chatform {
|
||||
border-color: #cf56ff67;
|
||||
}
|
1
client/vendor/hljs/styles/tk-night.min.css
vendored
Normal file
1
client/vendor/hljs/styles/tk-night.min.css
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.hljs{display:block;overflow-x:auto;padding:0.5em;color:#252930;background:#282c34;}.hljs-comment,.hljs-quote{color:#f7297f;font-style:italic;}.hljs-doctag,.hljs-keyword,.hljs-formula{color:#ad6fe7;}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{color:#e44855;}.hljs-literal{color:#46c2d3;}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta-string{color:#797bf0;}.hljs-built_in,.hljs-class.hljs-title{color:#c0e068;}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{color:#ffc760;}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{color:#59b4ff;}.hljs-emphasis{font-style:italic;}.hljs-strong{font-weight:bold;}.hljs-link{text-decoration:underline;}
|
Loading…
Reference in New Issue
Block a user