@@ -10928,25 +11035,25 @@
Base16 Gallery
system: "base16"
name: "Dracula"
-author: "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)"
+author: "Jamy Golden (http://github.com/JamyGolden), based on Dracula Theme (http://github.com/dracula)"
variant: "dark"
palette:
- base00: "282936" # background
- base01: "3a3c4e"
- base02: "4d4f68"
- base03: "626483"
- base04: "62d6e8"
- base05: "e9e9f4" # foreground
- base06: "f1f2f8"
- base07: "f7f7fb"
- base08: "ea51b2"
- base09: "b45bcf"
- base0A: "00f769"
- base0B: "ebff87"
- base0C: "a1efe4"
- base0D: "62d6e8"
- base0E: "b45bcf"
- base0F: "00f769"
+ base00: "282a36"
+ base01: "363447"
+ base02: "44475a"
+ base03: "6272a4"
+ base04: "9ea8c7"
+ base05: "f8f8f2"
+ base06: "f0f1f4"
+ base07: "ffffff"
+ base08: "ff5555"
+ base09: "ffb86c"
+ base0A: "f1fa8c"
+ base0B: "50fa7b"
+ base0C: "8be9fd"
+ base0D: "80bfff"
+ base0E: "ff79c6"
+ base0F: "bd93f9"
@@ -10993,22 +11100,22 @@ Base16 Gallery
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
dracula
@@ -26324,24 +26431,24 @@
Base16 Gallery
system: "base16"
name: "Tokyodark"
-author: "Tiagovla (https://github.com/tiagovla/)"
+author: "Jamy Golden (https://github.com/JamyGolden), Based on Tokyodark.nvim (https://github.com/tiagovla/tokyodark.nvim)"
variant: "dark"
palette:
base00: "11121d"
- base01: "151621"
- base02: "43444f"
- base03: "393a45"
- base04: "1b1c27"
- base05: "abb2bf"
- base06: "555661"
- base07: "2c2d38"
- base08: "a485dd"
- base09: "a485dd"
- base0A: "7199ee"
- base0B: "d7A65f"
- base0C: "a485dd"
- base0D: "95c561"
- base0E: "ee6d85"
+ base01: "212234"
+ base02: "212234"
+ base03: "353945"
+ base04: "4a5057"
+ base05: "a0a8cd"
+ base06: "abb2bf"
+ base07: "bcc2dc"
+ base08: "ee6d85"
+ base09: "f6955b"
+ base0A: "d7a65f"
+ base0B: "95c561"
+ base0C: "9fbbf3"
+ base0D: "7199ee"
+ base0E: "a485dd"
base0F: "773440"
@@ -26390,20 +26497,20 @@ Base16 Gallery
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
diff --git a/tokyodark.css b/tokyodark.css
index 25ef574..0054d68 100644
--- a/tokyodark.css
+++ b/tokyodark.css
@@ -1,12 +1,12 @@
-#base16-tokyodark pre { white-space: pre-wrap; font-family: monospace; color: #abb2bf; background-color: #11121d; }
-#base16-tokyodark pre { font-family: monospace; color: #abb2bf; background-color: #11121d; }
+#base16-tokyodark pre { white-space: pre-wrap; font-family: monospace; color: #a0a8cd; background-color: #11121d; }
+#base16-tokyodark pre { font-family: monospace; color: #a0a8cd; background-color: #11121d; }
#base16-tokyodark * { font-size: 1em; }
-#base16-tokyodark .Identifier { color: #abb2bf; }
-#base16-tokyodark .Statement { color: #a485dd; font-weight: bold; }
-#base16-tokyodark .PreProc { color: #7199ee; }
-#base16-tokyodark .String { color: #d7a65f; }
-#base16-tokyodark .Conditional { color: #ee6d85; }
-#base16-tokyodark .Number { color: #a485dd; }
-#base16-tokyodark .Operator { color: #a485dd; }
-#base16-tokyodark .Comment { color: #393a45; font-style: italic; }
-#base16-tokyodark .Special { color: #a485dd; }
+#base16-tokyodark .Identifier { color: #a0a8cd; }
+#base16-tokyodark .Statement { color: #ee6d85; font-weight: bold; }
+#base16-tokyodark .PreProc { color: #d7a65f; }
+#base16-tokyodark .String { color: #95c561; }
+#base16-tokyodark .Conditional { color: #a485dd; }
+#base16-tokyodark .Number { color: #f6955b; }
+#base16-tokyodark .Operator { color: #9fbbf3; }
+#base16-tokyodark .Comment { color: #353945; font-style: italic; }
+#base16-tokyodark .Special { color: #9fbbf3; }