diff --git a/lua/hl_themes/onebright.lua b/lua/hl_themes/onebright.lua new file mode 100644 index 0000000..a1107e6 --- /dev/null +++ b/lua/hl_themes/onebright.lua @@ -0,0 +1,35 @@ +local colors = { + white = "#eeffff", + darker_black = "#1b1f27", + black = "#1e222a", + black2 = "#252931", + one_bg = "#282c34", + one_bg2 = "#353b45", + one_bg3 = "#30343c", + grey = "#42464e", + grey_fg = "#b2ccd6", + grey_fg2 = "#6f737b", + light_grey = "#6f737b", + red = "#d47d85", + baby_pink = "#DE8C92", + pink = "#ff75a0", + line = "#2a2e36", + green = "#A3BE8C", + vibrant_green = "#7eca9c", + nord_blue = "#81A1C1", + blue = "#82aaff", + 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 = "#82aaff", +} + +return colors diff --git a/lua/themes/onebright-base16.lua b/lua/themes/onebright-base16.lua new file mode 100644 index 0000000..8b10a3a --- /dev/null +++ b/lua/themes/onebright-base16.lua @@ -0,0 +1,18 @@ +return { + base00 = "1e222a", + base01 = "353b45", + base02 = "3e4451", + base03 = "4a4a4a", + base04 = "b2ccd6", + base05 = "eeffff", + base06 = "eeffff", + base07 = "ffffff", + base08 = "f07178", + base09 = "f78c6c", + base0A = "ffcb6b", + base0B = "c3e88d", + base0C = "89ddff", + base0D = "82aaff", + base0E = "c792ea", + base0F = "ff5370" +} \ No newline at end of file