aboutsummaryrefslogtreecommitdiff
path: root/theme-night.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme-night.css')
-rw-r--r--theme-night.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/theme-night.css b/theme-night.css
new file mode 100644
index 0000000..44c096d
--- /dev/null
+++ b/theme-night.css
@@ -0,0 +1,18 @@
+body{
+ color:#fff;
+ background-color:#112;
+}
+tbody#lobbylogtb td.message-ownmessage{
+ color:#2d4;
+}
+div.configbtn{
+ background-color:#333;
+ border:1px #555 solid;
+ color:#ddd;
+}
+
+.textinput{
+ font-family:Monaco,"Courier New",Monospace;
+ background-color:#001;
+ color:#bbb;
+} \ No newline at end of file