add onejelly theme
This commit is contained in:
parent
d53761839d
commit
fe84f3952d
|
@ -11,7 +11,7 @@ local colors = {
|
||||||
grey_fg2 = "#4c4c4c",
|
grey_fg2 = "#4c4c4c",
|
||||||
light_grey = "#525252",
|
light_grey = "#525252",
|
||||||
red = "#cf6a4c",
|
red = "#cf6a4c",
|
||||||
baby_pink = "#f6c6d9",
|
baby_pink = "#da7557",
|
||||||
pink = "#f0a0c0",
|
pink = "#f0a0c0",
|
||||||
line = "#232323", -- for lines like vertsplit
|
line = "#232323", -- for lines like vertsplit
|
||||||
green = "#99ad6a",
|
green = "#99ad6a",
|
||||||
|
@ -20,8 +20,8 @@ local colors = {
|
||||||
blue = "#8197bf",
|
blue = "#8197bf",
|
||||||
yellow = "#fad07a",
|
yellow = "#fad07a",
|
||||||
sun = "#ffb964",
|
sun = "#ffb964",
|
||||||
purple = "#b4bbc8",
|
purple = "#ea94ea",
|
||||||
dark_purple = "#c6b6ee",
|
dark_purple = "#e18be1",
|
||||||
teal = "#668799",
|
teal = "#668799",
|
||||||
orange = "#e78a4e",
|
orange = "#e78a4e",
|
||||||
cyan = "#8fbfdc",
|
cyan = "#8fbfdc",
|
||||||
|
|
|
@ -0,0 +1,35 @@
|
||||||
|
local colors = {
|
||||||
|
white = "#e8e8d3",
|
||||||
|
darker_black = "#101010",
|
||||||
|
black = "#151515", -- nvim bg
|
||||||
|
black2 = "#1c1c1c",
|
||||||
|
one_bg = "#252525",
|
||||||
|
one_bg2 = "#2e2e2e",
|
||||||
|
one_bg3 = "#3a3a3a",
|
||||||
|
grey = "#424242",
|
||||||
|
grey_fg = "#474747",
|
||||||
|
grey_fg2 = "#4c4c4c",
|
||||||
|
light_grey = "#525252",
|
||||||
|
red = "#cf6a4c",
|
||||||
|
baby_pink = "#da7557",
|
||||||
|
pink = "#f0a0c0",
|
||||||
|
line = "#232323", -- for lines like vertsplit
|
||||||
|
green = "#99ad6a",
|
||||||
|
vibrant_green = "#c2cea6",
|
||||||
|
nord_blue = "#768cb4",
|
||||||
|
blue = "#8197bf",
|
||||||
|
yellow = "#fad07a",
|
||||||
|
sun = "#ffb964",
|
||||||
|
purple = "#ea94ea",
|
||||||
|
dark_purple = "#e18be1",
|
||||||
|
teal = "#668799",
|
||||||
|
orange = "#e78a4e",
|
||||||
|
cyan = "#8fbfdc",
|
||||||
|
statusline_bg = "#191919",
|
||||||
|
lightbg = "#252525",
|
||||||
|
lightbg2 = "#1e1e1e",
|
||||||
|
pmenu_bg = "#8197bf",
|
||||||
|
folder_bg = "#8197bf",
|
||||||
|
}
|
||||||
|
|
||||||
|
return colors
|
Loading…
Reference in New Issue