Improve contrast for highlighting

This commit is contained in:
derek_lee 2022-10-06 11:52:12 +04:00
parent d93257a159
commit 5ae4917869

View file

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