aboutsummaryrefslogtreecommitdiff
path: root/public/css/palettes/base16-light.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/palettes/base16-light.css')
-rw-r--r--public/css/palettes/base16-light.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/public/css/palettes/base16-light.css b/public/css/palettes/base16-light.css
deleted file mode 100644
index bcbbb5a..0000000
--- a/public/css/palettes/base16-light.css
+++ /dev/null
@@ -1,22 +0,0 @@
-/* base16 default light
- * https://github.com/chriskempson/base16-default-schemes
- */
-
-:root {
- --base00: #f8f8f8;
- --base01: #e8e8e8;
- --base02: #d8d8d8;
- --base03: #b8b8b8;
- --base04: #585858;
- --base05: #383838;
- --base06: #282828;
- --base07: #181818;
- --base08: #ab4642;
- --base09: #dc9656;
- --base0A: #f7ca88;
- --base0B: #a1b56c;
- --base0C: #86c1b9;
- --base0D: #7cafc2;
- --base0E: #ba8baf;
- --base0F: #a16946;
-}