From 993839a2c0148e7e69713fc7a2eb8288e13c6ae9 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 2 Jan 2022 06:48:55 +0530 Subject: [PATCH] chadify tokyodark theme --- lua/hl_themes/tokyodark.lua | 22 +++++++++++----------- lua/themes/tokyodark-base16.lua | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/lua/hl_themes/tokyodark.lua b/lua/hl_themes/tokyodark.lua index 0d9a8fb..99d37bd 100644 --- a/lua/hl_themes/tokyodark.lua +++ b/lua/hl_themes/tokyodark.lua @@ -1,19 +1,19 @@ local colors = { white = "#abb2bf", - darker_black = "#1b1f27", + darker_black = "#0e0f1a", black = "#11121D", -- nvim bg - black2 = "#0b0c17", - one_bg = "#1b1c27", - one_bg2 = "#242530", + black2 = "#171823", + one_bg = "#191a25", + one_bg2 = "#21222d", one_bg3 = "#2c2d38", - grey = "#393a45", - grey_fg = "#43444f", - grey_fg2 = "#4d4e59", - light_grey = "#555661", + grey = "#383944", + grey_fg = "#3e3f4a", + grey_fg2 = "#454651", + light_grey = "#4b4c57", red = "#ee6d85", baby_pink = "#fd7c94", pink = "#fe6D85", - line = "#20212c", + line = "#191a25", green = "#98c379", vibrant_green = "#95c561", nord_blue = "#648ce1", @@ -26,10 +26,10 @@ local colors = { orange = "#f6955b", cyan = "#38a89d", statusline_bg = "#151621", - lightbg = "#22232e", + lightbg = "#262732", lightbg2 = "#1c1d28", pmenu_bg = "#98C379", - folder_bg = "#354a77", + folder_bg = "#8094B4", } return colors diff --git a/lua/themes/tokyodark-base16.lua b/lua/themes/tokyodark-base16.lua index 3774b7c..fd05e98 100644 --- a/lua/themes/tokyodark-base16.lua +++ b/lua/themes/tokyodark-base16.lua @@ -1,18 +1,18 @@ return { base00 = "11121d", - base01 = "151621", - base02 = "43444f", - base03 = "393a45", - base04 = "1b1c27", + base01 = "1b1c27", + base02 = "21222d", + base03 = "282934", + base04 = "30313c", base05 = "abb2bf", - base06 = "555661", - base07 = "2c2d38", - base08 = "a485dd", - base09 = "a485dd", + base06 = "b2b9c6", + base07 = "b9c0cd", + base08 = "ee6d85", + base09 = "7199ee", base0A = "7199ee", - base0B = "d7A65f", + base0B = "dfae67", base0C = "a485dd", base0D = "95c561", - base0E = "ee6d85", - base0F = "773440", + base0E = "a485dd", + base0F = "f3627a", }