aboutsummaryrefslogtreecommitdiffstats
path: root/client/schemes/ocean.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/schemes/ocean.css')
-rw-r--r--client/schemes/ocean.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/client/schemes/ocean.css b/client/schemes/ocean.css
new file mode 100644
index 0000000..c4ba031
--- /dev/null
+++ b/client/schemes/ocean.css
@@ -0,0 +1,47 @@
+body {
+ background: #2b303b;
+ color: #c0c5ce;
+}
+input,
+textarea {
+ color: #c0c5ce;
+}
+.messages {
+ border-color: #65737e;
+}
+.nick {
+ color: #8fa1b3;
+}
+.trip {
+ color: #4f5b66;
+}
+.text a {
+ color: #dfe1e8;
+}
+.admin .nick {
+ color: #bf616a;
+}
+.mod .nick {
+ color: #96b5b4;
+}
+.me .nick {
+ color: #b48ead;
+}
+.info .nick,
+.info .text {
+ color: #a3be8c;
+}
+.warn .nick,
+.warn .text {
+ color: #ebcb8b;
+}
+#footer {
+ background: #2b303b;
+}
+#sidebar {
+ background: #343d46;
+ border-color: #65737e;
+}
+#chatform {
+ border-color: #65737e;
+}