diff --git a/lua/colors/themes/jellybeans.lua b/lua/colors/themes/jellybeans.lua index 09067c2..fd59486 100644 --- a/lua/colors/themes/jellybeans.lua +++ b/lua/colors/themes/jellybeans.lua @@ -3,13 +3,13 @@ local colors = { darker_black = "#232323", black = "#151515", -- nvim bg black2 = "#1c1c1c", - one_bg = "#353535", - one_bg2 = "#3f3f3f", - one_bg3 = "#444444", - grey = "#464646", - grey_fg = "#4e4e4e", - grey_fg2 = "#505050", - light_grey = "#565656", + one_bg = "#373737", + one_bg2 = "#4f4f4f", + one_bg3 = "#555555", + grey = "#565656", + grey_fg = "#6e6e6e", + grey_fg2 = "#707070", + light_grey = "#898989", red = "#cf6a4c", baby_pink = "#f6c6d9", pink = "#f0a0c0", @@ -20,8 +20,8 @@ local colors = { blue = "#8197bf", yellow = "#fad07a", sun = "#ffb964", - purple = "#c6b6ee", - dark_purple = "#9e83e7", + purple = "#b4bbc8", + dark_purple = "#c6b6ee", teal = "#668799", orange = "#e78a4e", cyan = "#8fbfdc",