From 5c223548178c9087541304b04e5fe2ec699d92e1 Mon Sep 17 00:00:00 2001 From: boppyt <71049646+boppyt@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:01:03 -0700 Subject: [PATCH] fix jellybeans theme --- lua/colors/themes/jellybeans.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/colors/themes/jellybeans.lua b/lua/colors/themes/jellybeans.lua index e0a26197..09067c23 100644 --- a/lua/colors/themes/jellybeans.lua +++ b/lua/colors/themes/jellybeans.lua @@ -17,14 +17,14 @@ local colors = { green = "#99ad6a", vibrant_green = "#c2cea6", nord_blue = "#bcd9ea", - blue = "#8fbfdc", + blue = "#8197bf", yellow = "#fad07a", sun = "#ffb964", purple = "#c6b6ee", dark_purple = "#9e83e7", teal = "#668799", orange = "#e78a4e", - cyan = "#8197bf", + cyan = "#8fbfdc", statusline_bg = "#2c2c2c", lightbg = "#353535", lightbg2 = "#303030",