add nightlamp theme

This commit is contained in:
boppyt 2021-12-25 08:41:27 +09:00
parent 4eb83f0815
commit f75f9e570f
2 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,36 @@
local colors = {
white = "#e0d6bd",
darker_black = "#16171c",
black = "#18191f", -- nvim bg
black2 = "#2c2e38",
one_bg = "#404452",
one_bg2 = "#55596b",
one_bg3 = "#686d85",
grey = "#5f6378",
grey_fg = "#6c7189",
grey_fg2 = "#7b7f97",
light_grey = "#8b8fa4",
red = "#a67476",
baby_pink = "#f7eaed",
pink = "#d1a3b1",
line = "#2d2f2f", -- for lines like vertsplit
green = "#8c9383",
vibrant_green = "#909963",
nord_blue = "#8d9bb3",
blue = "#5a6986",
yellow = "#ccb89c",
sun = "#deb88a",
purple = "#958793",
dark_purple = "#cbc1e3",
teal = "#7fb1af",
orange = "#c8916d",
cyan = "#90a0a0",
statusline_bg = "#22242c",
lightbg = "#282c3c",
lightbg2 = "#2c2e38",
pmenu_bg = "#90a0a0",
folder_bg = "#90a0a0",
}
return colors