aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/atelier-dune.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2018-03-10 08:47:00 +0100
committermarzavec <admin@marzavec.com>2018-03-10 08:47:00 +0100
commitfde6895720a4f417283b9e375583967b504de2f3 (patch)
treef5c8d9a188572d759456831d574bef9881d5c0be /client/schemes/atelier-dune.css
downloadhackchat-fde6895720a4f417283b9e375583967b504de2f3.tar.gz
hackchat-fde6895720a4f417283b9e375583967b504de2f3.zip
initial commit
Diffstat (limited to 'client/schemes/atelier-dune.css')
-rw-r--r--client/schemes/atelier-dune.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/client/schemes/atelier-dune.css b/client/schemes/atelier-dune.css
new file mode 100644
index 0000000..56175f4
--- /dev/null
+++ b/client/schemes/atelier-dune.css
@@ -0,0 +1,47 @@
+body {
+ background: #20201d;
+ color: #a6a28c;
+}
+input,
+textarea {
+ color: #a6a28c;
+}
+.messages {
+ border-color: #7d7a68;
+}
+.nick {
+ color: #6684e1;
+}
+.trip {
+ color: #6e6b5e;
+}
+.text a {
+ color: #e8e4cf;
+}
+.admin .nick {
+ color: #d73737;
+}
+.mod .nick {
+ color: #1fad83;
+}
+.me .nick {
+ color: #b854d4;
+}
+.info .nick,
+.info .text {
+ color: #60ac39;
+}
+.warn .nick,
+.warn .text {
+ color: #cfb017;
+}
+#footer {
+ background: #20201d;
+}
+#sidebar {
+ background: #292824;
+ border-color: #7d7a68;
+}
+#chatform {
+ border-color: #7d7a68;
+}