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, 0 insertions, 30 deletions
diff --git a/public/css/colour/gruvbox-light.css b/public/css/colour/gruvbox-light.css
deleted file mode 100644
index cff8fa3..0000000
--- a/public/css/colour/gruvbox-light.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* 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;
-}