Changed colors in base30 from white to line

v2.5
derek_lee 3 years ago
parent 3d87363b53
commit 516d909590

@ -1,21 +1,22 @@
local M = {} local M = {}
M.base_30 = { M.base_30 = {
white = "#ebdbb2", white = "#dcac8b",
darker_black = "#222222", darker_black = "#080808",
black = "#282828", -- nvim bg black = "#0e0e0e", -- nvim bg
black2 = "#2e2e2e", black2 = "#141414",
one_bg = "#323232", one_bg = "#181818",
one_bg2 = "#3b3b3b", one_bg2 = "#212121",
one_bg3 = "#434343", one_bg3 = "#292929",
grey = "#505050", grey = "#363636",
grey_fg = "#5a5a5a", grey_fg = "#404040",
grey_fg2 = "#646464", grey_fg2 = "#4a4a4a",
light_grey = "#6c6c6c", light_grey = "#525252",
red = "#ea6962", -- red = "#ea6962",
baby_pink = "#ce8196", red = "#dc322f",
baby_pink = "#a72e5b",
pink = "#ff75a0", pink = "#ff75a0",
line = "#373737", -- for lines like vertsplit line = "#1d1d1d", -- for lines like vertsplit
green = "#89b482", green = "#89b482",
vibrant_green = "#a9b665", vibrant_green = "#a9b665",
nord_blue = "#6f8faf", nord_blue = "#6f8faf",
@ -42,13 +43,13 @@ M.base_16 = {
base05 = "#c9c7be", base05 = "#c9c7be",
base06 = "#E6E1CF", base06 = "#E6E1CF",
base07 = "#D9D7CE", base07 = "#D9D7CE",
base08 = "#a72e5b", -- Variables base08 = "#a72e5b", -- Confirmed: Variables Confirmed
base09 = "#a17643", -- Integers, Booleans base09 = "#a17643", -- Confirmed: Integers, Booleans
base0A = "#E0AAFF", -- Classes base0A = "#E0AAFF", -- Classes
base0B = "#eaa98b", -- Strings base0B = "#eaa98b", -- Confirmed: Strings
base0C = "#F09483", -- Escape characters, Regular expressions base0C = "#F09483", -- Escape characters, Regular expressions
base0D = "#FDB849", -- Functions, Methods base0D = "#FDB849", -- Functions, Methods
base0E = "#25B0BC", -- Keywords, Storage, Selector, Markup base0E = "#25B0BC", -- Confirmed: Keywords, Storage, Selector, Markup
base0F = "#d33682", -- Deprecated, Opening/Closing embedded language tags base0F = "#d33682", -- Deprecated, Opening/Closing embedded language tags
} }

Loading…
Cancel
Save