Adjusted white color to add contrast

This commit is contained in:
derek_lee 2022-10-05 19:01:38 +04:00
parent ff35cd9d8d
commit 27a0c18b65

View file

@ -2,7 +2,7 @@ local M = {}
M.base_30 = {
-- white = "#dcac8b",
white = "#1d1d1d",
white = "#4a4a4a",
darker_black = "#080808",
black = "#0e0e0e", -- nvim bg
black2 = "#141414",