Made tweaks to the original theme, and actually implemented the HL theme

This commit is contained in:
collatz124 2021-12-13 20:09:07 +01:00
parent 257017e7e9
commit 97c2f1ea8f
2 changed files with 24 additions and 24 deletions

View file

@ -1,35 +1,35 @@
local colors = {
white = "#abb2bf",
darker_black = "#1b1f27",
white = "#bbc2cf",
darker_black = "#1c1f24",
black = "#2a2e38", -- nvim bg
black2 = "#252931",
one_bg = "#242730", -- real bg of onedark
one_bg2 = "#353b45",
one_bg2 = "#484854",
one_bg3 = "#30343c",
grey = "#42464e",
grey_fg = "#565c64",
grey_fg = "#5d656b",
grey_fg2 = "#6f737b",
light_grey = "#6f737b",
red = "#d47d85",
baby_pink = "#DE8C92",
pink = "#ff75a0",
red = "#e36d76",
baby_pink = "#f98385",
pink = "#f36d76",
line = "#2a2e36", -- for lines like vertsplit
green = "#A3BE8C",
vibrant_green = "#7eca9c",
green = "#96c367",
vibrant_green = "#99c366",
nord_blue = "#81A1C1",
blue = "#61afef",
yellow = "#e7c787",
sun = "#EBCB8B",
purple = "#b4bbc8",
dark_purple = "#c882e7",
teal = "#519ABA",
orange = "#fca2aa",
cyan = "#a3b8ef",
statusline_bg = "#22262e",
blue = "#51afef",
yellow = "#d39467",
sun = "#fce668",
purple = "#5d656b",
dark_purple = "#b26fc1",
teal = "#5cefff",
orange = "#d39467",
cyan = "#51afef",
statusline_bg = "#1c1f24",
lightbg = "#2d3139",
lightbg2 = "#262a32",
pmenu_bg = "#A3BE8C",
folder_bg = "#61afef",
pmenu_bg = "#21262d",
folder_bg = "#51afef",
}
return colors