From cd5433d24b265e4d142d4a16788814da2350bc90 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Tue, 24 Aug 2021 15:58:33 +0530 Subject: [PATCH] fix incorrect bg in tokyonight theme --- lua/colors/themes/tokyonight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/colors/themes/tokyonight.lua b/lua/colors/themes/tokyonight.lua index 5f7df4b..3fb9b7c 100644 --- a/lua/colors/themes/tokyonight.lua +++ b/lua/colors/themes/tokyonight.lua @@ -1,7 +1,7 @@ local colors = { white = "#c0caf5", darker_black = "#151621", - black = "#171823", -- nvim bg + black = "#1A1B26", -- nvim bg black2 = "#20212c", one_bg = "#242530", one_bg2 = "#292a35",