aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/tomorrow.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/schemes/tomorrow.css')
-rw-r--r--client/schemes/tomorrow.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/client/schemes/tomorrow.css b/client/schemes/tomorrow.css
new file mode 100644
index 0000000..80a8db1
--- /dev/null
+++ b/client/schemes/tomorrow.css
@@ -0,0 +1,47 @@
+body {
+ background: #1d1f21;
+ color: #c5c8c6;
+}
+input,
+textarea {
+ color: #c5c8c6;
+}
+.messages {
+ border-color: #969896;
+}
+.nick {
+ color: #81a2be;
+}
+.trip {
+ color: #373b41;
+}
+.text a {
+ color: #e0e0e0;
+}
+.admin .nick {
+ color: #cc6666;
+}
+.mod .nick {
+ color: #8abeb7;
+}
+.me .nick {
+ color: #b294bb;
+}
+.info .nick,
+.info .text {
+ color: #b5bd68;
+}
+.warn .nick,
+.warn .text {
+ color: #f0c674;
+}
+#footer {
+ background: #1d1f21;
+}
+#sidebar {
+ background: #282a2e;
+ border-color: #969896;
+}
+#chatform {
+ border-color: #969896;
+}