From 8056b07cdcb0b31446a39887d80cf2514498c041 Mon Sep 17 00:00:00 2001 From: boppyt <71049646+boppyt@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:26:09 -0700 Subject: [PATCH] use jellybeans colors for bg --- lua/colors/themes/jellybeans.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/colors/themes/jellybeans.lua b/lua/colors/themes/jellybeans.lua index fd594865..fef80c05 100644 --- a/lua/colors/themes/jellybeans.lua +++ b/lua/colors/themes/jellybeans.lua @@ -25,9 +25,9 @@ local colors = { teal = "#668799", orange = "#e78a4e", cyan = "#8fbfdc", - statusline_bg = "#2c2c2c", - lightbg = "#353535", - lightbg2 = "#303030", + statusline_bg = "#222222", + lightbg = "#242424", + lightbg2 = "#262626", pmenu_bg = "#8197bf", folder_bg = "#8197bf", }