From 20c3eca0b699800bc3fd288b56f8e6679625d4e4 Mon Sep 17 00:00:00 2001 From: alternateved <45176912+alternateved@users.noreply.github.com> Date: Mon, 5 Jul 2021 18:41:37 +0200 Subject: [PATCH] Make darker_black less dark --- lua/themes/tomorrow-night.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/themes/tomorrow-night.lua b/lua/themes/tomorrow-night.lua index d606b7d..9b26743 100644 --- a/lua/themes/tomorrow-night.lua +++ b/lua/themes/tomorrow-night.lua @@ -1,6 +1,6 @@ local colors = { white = "#c4c8c5", - darker_black = "#141517", + darker_black = "#131517", black = "#1d1f21", -- nvim bg black2 = "#252931", one_bg = "#363a41",