Lightened white color to improve contrast

This commit is contained in:
derek_lee 2022-10-06 11:47:00 +04:00
parent d9ec7e5883
commit 10e0dad4a2

View file

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