|
|
|
@ -2,13 +2,13 @@ local M = {}
|
|
|
|
|
|
|
|
|
|
|
|
M.base_30 = {
|
|
|
|
M.base_30 = {
|
|
|
|
white = "#ab5236",
|
|
|
|
white = "#ab5236",
|
|
|
|
darker_black = "#0a0a0a",
|
|
|
|
darker_black = "#000000",
|
|
|
|
black = "#101010", -- nvim bg
|
|
|
|
black = "#101010", -- nvim bg
|
|
|
|
black2 = "#161616",
|
|
|
|
black2 = "#161616",
|
|
|
|
one_bg = "#1a1a1a",
|
|
|
|
one_bg = "#1a1a1a",
|
|
|
|
one_bg2 = "#232323",
|
|
|
|
one_bg2 = "#232323",
|
|
|
|
one_bg3 = "#2b2b2b",
|
|
|
|
one_bg3 = "#2b2b2b",
|
|
|
|
grey = "#ab5236",
|
|
|
|
grey = "#ff5236",
|
|
|
|
grey_fg = "#008751",
|
|
|
|
grey_fg = "#008751",
|
|
|
|
grey_fg2 = "#4c4c4c",
|
|
|
|
grey_fg2 = "#4c4c4c",
|
|
|
|
light_grey = "#545454",
|
|
|
|
light_grey = "#545454",
|
|
|
|
@ -18,7 +18,7 @@ M.base_30 = {
|
|
|
|
line = "#7e2553", -- for lines like vertsplit
|
|
|
|
line = "#7e2553", -- for lines like vertsplit
|
|
|
|
green = "#008751",
|
|
|
|
green = "#008751",
|
|
|
|
vibrant_green = "#00e756",
|
|
|
|
vibrant_green = "#00e756",
|
|
|
|
blue = "#1d2b53",
|
|
|
|
blue = "#1d2b73",
|
|
|
|
nord_blue = "#101e46",
|
|
|
|
nord_blue = "#101e46",
|
|
|
|
yellow = "#fff024",
|
|
|
|
yellow = "#fff024",
|
|
|
|
sun = "#fff82c",
|
|
|
|
sun = "#fff82c",
|
|
|
|
@ -31,11 +31,11 @@ M.base_30 = {
|
|
|
|
lightbg = "#191919",
|
|
|
|
lightbg = "#191919",
|
|
|
|
lightbg2 = "#131313",
|
|
|
|
lightbg2 = "#131313",
|
|
|
|
pmenu_bg = "#ffccaa",
|
|
|
|
pmenu_bg = "#ffccaa",
|
|
|
|
folder_bg = "#3b4971",
|
|
|
|
folder_bg = "#3b4991",
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
M.base_16 = {
|
|
|
|
M.base_16 = {
|
|
|
|
base00 = '#000000',
|
|
|
|
base00 = '#030303',
|
|
|
|
base01 = '#3b4971',
|
|
|
|
base01 = '#3b4971',
|
|
|
|
base02 = '#420017',
|
|
|
|
base02 = '#420017',
|
|
|
|
base03 = '#008751',
|
|
|
|
base03 = '#008751',
|
|
|
|
|