Merge pull request #123 from alternateved/add-theme
Add tomorrow-night theme
This commit is contained in:
commit
45f940f3fb
34
lua/themes/tomorrow-night.lua
Normal file
34
lua/themes/tomorrow-night.lua
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
local colors = {
|
||||||
|
white = "#c4c8c5",
|
||||||
|
darker_black = "#131517",
|
||||||
|
black = "#1d1f21", -- nvim bg
|
||||||
|
black2 = "#252931",
|
||||||
|
one_bg = "#363a41",
|
||||||
|
one_bg2 = "#353b45",
|
||||||
|
one_bg3 = "#30343c",
|
||||||
|
grey = "#93979F",
|
||||||
|
grey_fg = "#545B68",
|
||||||
|
grey_fg2 = "#6F7581",
|
||||||
|
light_grey = "#6F7581",
|
||||||
|
red = "#cc6666",
|
||||||
|
baby_pink = "#FF6E79",
|
||||||
|
pink = "#ff9ca3",
|
||||||
|
line = "#2a2e36", -- for lines like vertsplit
|
||||||
|
green = "#b5bd68",
|
||||||
|
vibrant_green = "#d0f0a8",
|
||||||
|
nord_blue = "#557C9D",
|
||||||
|
blue = "#80a1bd",
|
||||||
|
yellow = "#f0c574",
|
||||||
|
sun = "#e6c446",
|
||||||
|
purple = "#b4bbc8",
|
||||||
|
dark_purple = "#b294ba",
|
||||||
|
teal = "#8abdb6",
|
||||||
|
orange = "#DE935F",
|
||||||
|
cyan = "#70c0b1",
|
||||||
|
|
||||||
|
statusline_bg = "#212326",
|
||||||
|
lightbg = "#373B41",
|
||||||
|
lightbg2 = "#2D3035"
|
||||||
|
}
|
||||||
|
|
||||||
|
return colors
|
Loading…
Reference in New Issue
Block a user