Added basic colors from github repo

v2.5
derek_lee 3 years ago
parent e02acd7121
commit f4df5fb1c8

@ -1,7 +1,7 @@
local M = {} local M = {}
M.base_30 = { M.base_30 = {
white = "#FFFFFF", white = "#ffffff",
darker_black = "#080808", darker_black = "#080808",
black = "#0e0e0e", -- nvim bg black = "#0e0e0e", -- nvim bg
black2 = "#181818", black2 = "#181818",
@ -12,21 +12,21 @@ M.base_30 = {
grey_fg = "#404040", grey_fg = "#404040",
grey_fg2 = "#4a4a4a", grey_fg2 = "#4a4a4a",
light_grey = "#525252", light_grey = "#525252",
red = "#dc322f", red = "#ec5f67", -- Confirmed
baby_pink = "#a72e5b", baby_pink = "#a72e5b",
pink = "#ff75a0", pink = "#ff75a0",
line = "#1d1d1d", -- for lines like vertsplit line = "#1d1d1d", -- for lines like vertsplit
green = "#AAD84C", green = "#99c794", -- Confirmed
vibrant_green = "#b9e75b", vibrant_green = "#b9e75b",
nord_blue = "#18a3af", nord_blue = "#18a3af",
blue = "#25B0BC", blue = "#6699cc", -- Confirmed
yellow = "#fdb830", yellow = "#fac863", -- Confirmed
sun = "#ffc038", sun = "#ffc038",
purple = "#da70d6", purple = "#c594c5", -- Confirmed
dark_purple = "#c65cc2", dark_purple = "#c65cc2",
teal = "#749689", teal = "#749689",
orange = "#FFA500", orange = "#f99157", -- Confirmed
cyan = "#6BE4E6", cyan = "#62b3b2", -- Confirmed
statusline_bg = "#181818", statusline_bg = "#181818",
lightbg = "#292929", lightbg = "#292929",
pmenu_bg = "#15bf84", pmenu_bg = "#15bf84",
@ -34,22 +34,22 @@ M.base_30 = {
} }
M.base_16 = { M.base_16 = {
base00 = "#0e0e0e", base00 = "#1b2b34", -- Confirmed
base01 = "#181818", base01 = "#343d46", -- Confirmed
base02 = "#292929", base02 = "#4f5b66", -- Confirmed
base03 = "#363636", base03 = "#65737e", -- Confirmed
base04 = "#3f4248", base04 = "#a7adba", -- Confirmed
base05 = "#c9c7be", base05 = "#c0c5ce", -- Confirmed
base06 = "#E6E1CF", base06 = "#cdd3de", -- Confirmed
base07 = "#D9D7CE", base07 = "#d8dee9", -- Confirmed
base08 = "#D9D7CE", -- Confirmed: Variables Confirmed base08 = "#D9D7CE",
base09 = "#eaa273", -- Confirmed: Integers, Booleans base09 = "#eaa273",
base0A = "#825aff", -- Classes base0A = "#825aff",
base0B = "#E3A587", -- Confirmed: Strings base0B = "#E3A587",
base0C = "#F09483", -- Escape characters, Regular expressions base0C = "#F09483",
base0D = "#FFA500", -- Functions, Methods base0D = "#FFA500",
base0E = "#2ca9b4", -- Confirmed: Keywords, Storage, Selector, Markup base0E = "#2ca9b4",
base0F = "#d75271", -- Deprecated, Opening/Closing embedded language tags base0F = "#d75271",
} }
M.polish_hl = { M.polish_hl = {

Loading…
Cancel
Save