From 07d3192f6fc2abbed280daa53be5315d5530a370 Mon Sep 17 00:00:00 2001 From: alternateved <45176912+alternateved@users.noreply.github.com> Date: Mon, 5 Jul 2021 18:32:38 +0200 Subject: [PATCH] Remove blue-ish tint from darker_black --- 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 a80cf29..d606b7d 100644 --- a/lua/themes/tomorrow-night.lua +++ b/lua/themes/tomorrow-night.lua @@ -1,6 +1,6 @@ local colors = { white = "#c4c8c5", - darker_black = "#1b1f27", + darker_black = "#141517", black = "#1d1f21", -- nvim bg black2 = "#252931", one_bg = "#363a41",