aboutsummaryrefslogtreecommitdiff
path: root/public/css/colour/gruvbox-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/colour/gruvbox-light.css')
-rw-r--r--public/css/colour/gruvbox-light.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/css/colour/gruvbox-light.css b/public/css/colour/gruvbox-light.css
new file mode 100644
index 0000000..cff8fa3
--- /dev/null
+++ b/public/css/colour/gruvbox-light.css
@@ -0,0 +1,30 @@
+/* gruvbox light mode
+ * https://github.com/morhetz/gruvbox
+ */
+:root {
+ --dark-black: #282828;
+ --black: #3c3836;
+ --bright-black: #928374;
+
+ --white: #fbf1c7;
+ --bright-white: #f9f5d7;
+
+ --red: #9d0006;
+ --green: #79740e;
+ --yellow: #b57614;
+ --blue: #076678;
+ --magenta: #8f3f71;
+ --cyan: #427b58;
+ --orange: #af3a03;
+ --gray: #7c6f64;
+
+ --dark-white: #f2e5bc;
+ --bright-red: #cc241d;
+ --bright-green: #98971a;
+ --bright-yellow: #d79921;
+ --bright-blue: #458588;
+ --bright-magenta: #b16286;
+ --bright-cyan: #689d6a;
+ --bright-orange: #d65d0e;
+ --bright-gray: #928374;
+}