From 41c11631be256c25d72b984b2d92cf3032e0b6da Mon Sep 17 00:00:00 2001 From: derek_lee <20820343@student.curtin.edu.au> Date: Wed, 5 Oct 2022 11:13:01 +0400 Subject: [PATCH] Changed background color to darker black --- lua/base46/themes/dark_horizon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base46/themes/dark_horizon.lua b/lua/base46/themes/dark_horizon.lua index 869263a..a776a29 100644 --- a/lua/base46/themes/dark_horizon.lua +++ b/lua/base46/themes/dark_horizon.lua @@ -34,7 +34,7 @@ M.base_30 = { } M.base_16 = { - base00 = "#0B0E14", + base00 = "#151515", base01 = "#1c1f25", base02 = "#24272d", base03 = "#2b2e34",