From 1fa9e74f70ea9105b95c8bda89361cd3b20055cf Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 15 Oct 2021 14:32:47 +0800 Subject: [PATCH] adjust neobones blue --- lua/neobones/palette.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neobones/palette.lua b/lua/neobones/palette.lua index 4810c71..015694f 100644 --- a/lua/neobones/palette.lua +++ b/lua/neobones/palette.lua @@ -15,6 +15,7 @@ M.dark = util.palette_extend { bg = hsluv "#0f191f", -- --bg-color fg = hsluv "#c7d6d0", -- --fg-color leaf = hsluv "#8fff6d", -- --accent-color + water = hsluv "#8190d4", -- default blue looks to close to bg } return M