diff --git a/lua/hl_themes/everblush.lua b/lua/hl_themes/everblush.lua new file mode 100644 index 0000000..9b35fa1 --- /dev/null +++ b/lua/hl_themes/everblush.lua @@ -0,0 +1,35 @@ +local colors = { + white = "#dadada", + darker_black = "#131a1c", + black = "#181f21", -- nvim bg + black2 = "#12191b", + one_bg = "#22292b", + one_bg2 = "#2a3133", + one_bg3 = "#333a3c", + grey = "#404749", + grey_fg = "#22292b", + grey_fg2 = "#2c3335", + light_grey = "#343b3d", + red = "#e06e6e#", + baby_pink = "#ef7d7d", + pink = "#ee9cdd", + line = "#22292b", -- for lines like vertsplit + green = "#9bdead", + vibrant_green = "#8ccf7e", + nord_blue = "@58bcd8", + blue = "#5dc1dd", + yellow = "#d8b25b", + sun = "e0ba63", + purple = "#c47fd5", + dark_purple = "#bf7ad0", + teal = "#8ad8ef", + orange = "#e19d5c", + cyan = "#6da4cd", + statusline_bg = "#22292b", + lightbg = "#2f3638", + lightbg2 = "#293032", + pmenu_bg = "#bab3e5", + folder_bg = "#22292b", +} + +return colors diff --git a/lua/hl_themes/uwu.lua b/lua/hl_themes/uwu.lua deleted file mode 100644 index 76be845..0000000 --- a/lua/hl_themes/uwu.lua +++ /dev/null @@ -1,35 +0,0 @@ -local colors = { - white = "#d6d6d6", - darker_black = "#0d1416", - black = "#131a1c", -- nvim bg - black2 = "#192022", - one_bg = "#1d2426", - one_bg2 = "#262d2f", - one_bg3 = "#2e3537", - grey = "#3b4244", - grey_fg = "#454c4e", - grey_fg2 = "#4f5658", - light_grey = "#575e60", - red = "#e74c4c", - baby_pink = "#fe8bca", - pink = "#ef7cbb", - line = "#22292b", -- for lines like vertsplit - green = "#6bb05d", - vibrant_green = "#8dc776", - nord_blue = "#5fadc4", - blue = "#66a3b4", - yellow = "#f0a972", - sun = "#eda66f", - purple = "#b4bbc8", - dark_purple = "#946fa8", - teal = "#5b98a9", - orange = "#eaa36c", - cyan = "#74b1c2", - statusline_bg = "#171e20", - lightbg = "#242b2d", - lightbg2 = "#1e2527", - pmenu_bg = "#6bb05d", - folder_bg = "#5b98a9", -} - -return colors diff --git a/lua/themes/everblush-base16.lua b/lua/themes/everblush-base16.lua new file mode 100644 index 0000000..abd61d2 --- /dev/null +++ b/lua/themes/everblush-base16.lua @@ -0,0 +1,18 @@ +return { + base00 = "181f21", + base01 = "22292b", + base02 = "363d3f", + base03 = "404749", + base04 = "d0d0d0", + base05 = "dadada", + base06 = "181f21", + base07 = "bdc3c2", + base08 = "e06e6e", + base09 = "e06e6e", + base0A = "d8b25b", + base0B = "8ccf7e", + base0C = "ef7d7d", + base0D = "6da4cd", + base0E = "5db7cb", + base0F = "ef7d7d", +} diff --git a/lua/themes/uwu-base16.lua b/lua/themes/uwu-base16.lua deleted file mode 100644 index f33e6b7..0000000 --- a/lua/themes/uwu-base16.lua +++ /dev/null @@ -1,18 +0,0 @@ -return { - base00 = "131A1C", - base01 = "1b2224", - base02 = "232a2c", - base03 = "3c3e3e", - base04 = "868888", - base05 = "d6d6d6", - base06 = "1f2123", - base07 = "161819", - base08 = "ef7cbb", - base09 = "e59e67", - base0A = "e7ac7e", - base0B = "6bb05d", - base0C = "5b98a9", - base0D = "7ab3c3", - base0E = "e74c4c", - base0F = "e74c4c", -}