mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
Made tweaks to the original theme, and actually implemented the HL theme
This commit is contained in:
parent
257017e7e9
commit
97c2f1ea8f
2 changed files with 24 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@ return {
|
|||
base05 = "bbc2cf",
|
||||
base06 = "5d656b",
|
||||
base07 = "4d5550",
|
||||
base08 = "96c376",
|
||||
base08 = "51afef",
|
||||
base09 = "e18ef3",
|
||||
base0A = "51afef",
|
||||
base0A = "5ac9d6",
|
||||
base0B = "e6c181",
|
||||
base0C = "51afef",
|
||||
base0C = "96c376",
|
||||
base0D = "96c376",
|
||||
base0E = "e36d76",
|
||||
base0F = "d39467",
|
||||
base0F = "bbc2cf",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue