]> git.wh0rd.org - chrome-ext/web-power-switch.git/blobdiff - css/light.css
add dark/light themes
[chrome-ext/web-power-switch.git] / css / light.css
diff --git a/css/light.css b/css/light.css
new file mode 100644 (file)
index 0000000..9399b81
--- /dev/null
@@ -0,0 +1,11 @@
+@charset "utf-8";
+
+/* Written by Mike Frysinger <vapier@gmail.com>.  Released into the public domain. */
+
+:root {
+       /* NB: No space after colon. */
+       --theme:light;
+       --body-color: white;
+       --body-filter:;
+       --theme-text: '☀';
+}