diff --git a/lua/hl_themes/monekai.lua b/lua/hl_themes/monekai.lua new file mode 100644 index 0000000..36f237f --- /dev/null +++ b/lua/hl_themes/monekai.lua @@ -0,0 +1,35 @@ +local colors = { + white = "#abb2bf", + darker_black = "#1b1f27", + black = "#2a2e38", -- nvim bg + black2 = "#252931", + one_bg = "#242730", -- real bg of onedark + one_bg2 = "#353b45", + one_bg3 = "#30343c", + grey = "#42464e", + grey_fg = "#565c64", + grey_fg2 = "#6f737b", + light_grey = "#6f737b", + red = "#d47d85", + baby_pink = "#DE8C92", + pink = "#ff75a0", + line = "#2a2e36", -- for lines like vertsplit + green = "#A3BE8C", + vibrant_green = "#7eca9c", + nord_blue = "#81A1C1", + blue = "#61afef", + yellow = "#e7c787", + sun = "#EBCB8B", + purple = "#b4bbc8", + dark_purple = "#c882e7", + teal = "#519ABA", + orange = "#fca2aa", + cyan = "#a3b8ef", + statusline_bg = "#22262e", + lightbg = "#2d3139", + lightbg2 = "#262a32", + pmenu_bg = "#A3BE8C", + folder_bg = "#61afef", +} + +return colors diff --git a/lua/themes/monekai-base16.lua b/lua/themes/monekai-base16.lua new file mode 100644 index 0000000..d251b72 --- /dev/null +++ b/lua/themes/monekai-base16.lua @@ -0,0 +1,18 @@ +return { + base00 = "242730", + base01 = "2a2e38", + base02 = "484854", + base03 = "545862", + base04 = "9ca0a4", + base05 = "bbc2cf", + base06 = "5d656b", + base07 = "4d5550", + base08 = "e06c75", + base09 = "e18ef3", + base0A = "51afef", + base0B = "e6c181", + base0C = "5ac9d6", + base0D = "5ac9d6", + base0E = "e36d76", + base0F = "be5046", +}