mirror of
https://github.com/gabehf/base46.git
synced 2026-03-16 02:35:56 -07:00
Changed base03 to white for better contrast when highlighting lines
This commit is contained in:
parent
323a352803
commit
ba59ee7e4c
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ M.base_16 = {
|
||||||
base00 = "#151515",
|
base00 = "#151515",
|
||||||
base01 = "#1c1f25",
|
base01 = "#1c1f25",
|
||||||
base02 = "#24272d",
|
base02 = "#24272d",
|
||||||
base03 = "#2b2e34",
|
base03 = "#FFFFFF",
|
||||||
|
-- base03 = "#2b2e34",
|
||||||
base04 = "#33363c",
|
base04 = "#33363c",
|
||||||
base05 = "#c9c7be",
|
base05 = "#c9c7be",
|
||||||
base06 = "#E6E1CF",
|
base06 = "#E6E1CF",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue