Added basic colors from github repo

v2.5
derek_lee 3 years ago
parent e02acd7121
commit f4df5fb1c8

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

Loading…
Cancel
Save