Increase contrast by darkening the background a bit

This commit is contained in:
Fernando Schauenburg 2023-08-07 09:54:23 +02:00
parent ef30c496a7
commit 7ff850fec6

View file

@ -4,7 +4,8 @@ M.colors = function()
local c = { -- 16 | 16 | 256 | local c = { -- 16 | 16 | 256 |
-- dark | light | colors | R G B -- dark | light | colors | R G B
--------+-------+--------+--------------- --------+-------+--------+---------------
dark0 = '#1d2021', -- | | 233 | 29 32 33 dark0 = '#171a1b', -- | | 232 | 23 26 27
--dark0_hh = '#171a1b', -- | | 232 | 23 26 27
--dark0_h = '#1d2021', -- | | 233 | 29 32 33 --dark0_h = '#1d2021', -- | | 233 | 29 32 33
--dark0 = '#282828', -- 0 | | 235 | 40 40 40 --dark0 = '#282828', -- 0 | | 235 | 40 40 40
--dark0_s = '#32302f', -- | | 236 | 50 48 47 --dark0_s = '#32302f', -- | | 236 | 50 48 47