mirror of
https://github.com/gabehf/base46.git
synced 2026-03-13 09:20:31 -07:00
fix line color in monekai theme
This commit is contained in:
parent
7c48964bce
commit
e5d9807f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local colors = {
|
||||||
red = "#e36d76",
|
red = "#e36d76",
|
||||||
baby_pink = "#f98385",
|
baby_pink = "#f98385",
|
||||||
pink = "#f36d76",
|
pink = "#f36d76",
|
||||||
line = "#2a2e36", -- for lines like vertsplit
|
line = "#30333c", -- for lines like vertsplit
|
||||||
green = "#96c367",
|
green = "#96c367",
|
||||||
vibrant_green = "#99c366",
|
vibrant_green = "#99c366",
|
||||||
nord_blue = "#81A1C1",
|
nord_blue = "#81A1C1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue