From d53761839d9d8b1b47f68f50cd72a7e2de57487b Mon Sep 17 00:00:00 2001 From: siduck76 Date: Wed, 8 Sep 2021 17:56:54 +0530 Subject: [PATCH] use pretty colors for jellybean theme --- lua/colors/themes/jellybeans.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lua/colors/themes/jellybeans.lua b/lua/colors/themes/jellybeans.lua index fef80c05..3928522c 100644 --- a/lua/colors/themes/jellybeans.lua +++ b/lua/colors/themes/jellybeans.lua @@ -1,22 +1,22 @@ local colors = { white = "#e8e8d3", - darker_black = "#232323", + darker_black = "#101010", black = "#151515", -- nvim bg black2 = "#1c1c1c", - one_bg = "#373737", - one_bg2 = "#4f4f4f", - one_bg3 = "#555555", - grey = "#565656", - grey_fg = "#6e6e6e", - grey_fg2 = "#707070", - light_grey = "#898989", + one_bg = "#252525", + one_bg2 = "#2e2e2e", + one_bg3 = "#3a3a3a", + grey = "#424242", + grey_fg = "#474747", + grey_fg2 = "#4c4c4c", + light_grey = "#525252", red = "#cf6a4c", baby_pink = "#f6c6d9", pink = "#f0a0c0", - line = "#605958", -- for lines like vertsplit + line = "#232323", -- for lines like vertsplit green = "#99ad6a", vibrant_green = "#c2cea6", - nord_blue = "#bcd9ea", + nord_blue = "#768cb4", blue = "#8197bf", yellow = "#fad07a", sun = "#ffb964", @@ -25,9 +25,9 @@ local colors = { teal = "#668799", orange = "#e78a4e", cyan = "#8fbfdc", - statusline_bg = "#222222", - lightbg = "#242424", - lightbg2 = "#262626", + statusline_bg = "#191919", + lightbg = "#252525", + lightbg2 = "#1e1e1e", pmenu_bg = "#8197bf", folder_bg = "#8197bf", }