mirror of
https://github.com/gabehf/base46.git
synced 2026-03-15 18:25:56 -07:00
Change green color to more vibrant green
This commit is contained in:
parent
a46d71c753
commit
351171ea9a
1 changed files with 4 additions and 2 deletions
|
|
@ -16,8 +16,10 @@ M.base_30 = {
|
||||||
baby_pink = "#a72e5b",
|
baby_pink = "#a72e5b",
|
||||||
pink = "#ff75a0",
|
pink = "#ff75a0",
|
||||||
line = "#1d1d1d", -- for lines like vertsplit
|
line = "#1d1d1d", -- for lines like vertsplit
|
||||||
green = "#15bf75",
|
-- green = "#15bf75",
|
||||||
vibrant_green = "#a9b665",
|
green = "#AAD84C",
|
||||||
|
-- vibrant_green = "#a9b665",
|
||||||
|
vibrant_green = "#b9e75b",
|
||||||
nord_blue = "#18a3af",
|
nord_blue = "#18a3af",
|
||||||
blue = "#25B0BC",
|
blue = "#25B0BC",
|
||||||
yellow = "#fdb830",
|
yellow = "#fdb830",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue