From e8466d74f7f154d7e8a8ba8339abd8ae5a8c1214 Mon Sep 17 00:00:00 2001 From: Sage Baram Date: Tue, 17 Aug 2021 18:34:08 +0300 Subject: [PATCH] refactor(base16): refactor chadracula to fit the orignal theme --- lua/themes/chadracula-base16.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lua/themes/chadracula-base16.lua b/lua/themes/chadracula-base16.lua index 4cafa9a..16383de 100644 --- a/lua/themes/chadracula-base16.lua +++ b/lua/themes/chadracula-base16.lua @@ -1,18 +1,18 @@ return { - base00 = "282936", + base00 = "282a36", base01 = "3a3c4e", - base02 = "4d4f68", - base03 = "626483", + base02 = "44475a", + base03 = "6272a4", base04 = "62d6e8", base05 = "e9e9f4", - base06 = "f1f2f8", + base06 = "6272a4", base07 = "f7f7fb", - base08 = "ea51b2", - base09 = "b45bcf", - base0A = "00f769", - base0B = "ebff87", - base0C = "a1efe4", - base0D = "62d6e8", - base0E = "b45bcf", - base0F = "00f769", + base08 = "ffb86c", + base09 = "bd93f9", + base0A = "8be9fd", + base0B = "ffffa5", + base0C = "8be9fd", + base0D = "69ff94", + base0E = "ff92df", + base0F = "f7f7fb", }