From fc1b6a9ba14938f0ae1d5ed3054f178365318360 Mon Sep 17 00:00:00 2001 From: mangeshrex <82205152+Mangeshrex@users.noreply.github.com> Date: Mon, 21 Nov 2022 14:59:44 +0530 Subject: [PATCH] updating and using the latest colors of everblush (#142) * updating and using the latest colors of everblush * lighten darker_black hex --- lua/base46/themes/everblush.lua | 72 ++++++++++++++++----------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lua/base46/themes/everblush.lua b/lua/base46/themes/everblush.lua index 1854c5e..9779dc0 100644 --- a/lua/base46/themes/everblush.lua +++ b/lua/base46/themes/everblush.lua @@ -2,53 +2,53 @@ local M = {} M.base_30 = { white = "#dadada", - darker_black = "#131a1c", - black = "#181f21", -- nvim bg - black2 = "#1d2426", - one_bg = "#22292b", - one_bg2 = "#293032", - one_bg3 = "#32393b", - grey = "#3c4345", - grey_fg = "#464d4f", - grey_fg2 = "#4f5658", - light_grey = "#575e60", - red = "#e06e6e", - baby_pink = "#ef7d7d", + darker_black = "#10171a", + black = "#141b1e", -- nvim bg + black2 = "#1a2124", + one_bg = "#1e2528", + one_bg2 = "#272e31", + one_bg3 = "#2f3639", + grey = "#3c4346", + grey_fg = "#464d50", + grey_fg2 = "#50575a", + light_grey = "#50575a", + red = "#e57474", + baby_pink = "#f48383", pink = "#ee9cdd", line = "#22292b", -- for lines like vertsplit green = "#8ccf7e", - vibrant_green = "#9bdead", - nord_blue = "#6da4cd", - blue = "#77aed7", - yellow = "#d8b25b", - sun = "#e0ba63", + vibrant_green = "#86d988", + nord_blue = "#5aa3db", + blue = "#67b0e8", + yellow = "#e5c76b", + sun = "#edcf73", purple = "#c47fd5", dark_purple = "#b570c6", - teal = "#8ad8ef", - orange = "#e19d5c", - cyan = "#6da4cd", - statusline_bg = "#1c2325", - lightbg = "#2a3133", - lightbg2 = "#232a2c", + teal = "#9bdead", + orange = "#fcb163", + cyan = "#6cbfbf", + statusline_bg = "#181f22", + lightbg = "#262d30", + lightbg2 = "#1f2629", pmenu_bg = "#8ccf7e", - folder_bg = "#6da4cd", + folder_bg = "#71baf2", } M.base_16 = { - base00 = "#181f21", - base01 = "#22292b", - base02 = "#363d3f", - base03 = "#404749", - base04 = "#4f5658", - base05 = "#cacaca", - base06 = "#d2d2d2", + base00 = "#141b1e", + base01 = "#1e2528", + base02 = "#282f32", + base03 = "#2d3437", + base04 = "#3c4346", + base05 = "#dadada", + base06 = "#e4e4e4", base07 = "#dadada", - base08 = "#e06e6e", - base09 = "#e19d5c", - base0A = "#e0ba63", + base08 = "#e57474", + base09 = "#fcb163", + base0A = "#e5c76b", base0B = "#8ccf7e", - base0C = "#95ccf5", - base0D = "#77aed7", + base0C = "#6cbfbf", + base0D = "#67b0e8", base0E = "#c47fd5", base0F = "#ef7d7d", }