Increase contrast by darkening the background a bit
This commit is contained in:
parent
ef30c496a7
commit
7ff850fec6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue