From aa85fbcded5646fb4a9401013a5d0c5609465ea8 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Tue, 27 Aug 2024 23:11:38 +0200 Subject: [PATCH] Adjust colors to fit styling spec guidelines Find missing colors from https://github.com/tiagovla/tokyodark.nvim --- base16/tokyodark.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/base16/tokyodark.yaml b/base16/tokyodark.yaml index 62b3b55..8b47922 100644 --- a/base16/tokyodark.yaml +++ b/base16/tokyodark.yaml @@ -1,21 +1,21 @@ 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"