Changed base03 to white for better contrast when highlighting lines

This commit is contained in:
derek_lee 2022-10-06 11:58:43 +04:00
parent 323a352803
commit ba59ee7e4c

View file

@ -37,7 +37,8 @@ M.base_16 = {
base00 = "#151515",
base01 = "#1c1f25",
base02 = "#24272d",
base03 = "#2b2e34",
base03 = "#FFFFFF",
-- base03 = "#2b2e34",
base04 = "#33363c",
base05 = "#c9c7be",
base06 = "#E6E1CF",