mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
parent
7b6fb92bcf
commit
1e803fd654
35 changed files with 552 additions and 436 deletions
|
|
@ -1,21 +1,21 @@
|
|||
local M = {}
|
||||
|
||||
M.base_30 = {
|
||||
white = "#f1ebd1",
|
||||
darker_black = "#15161c",
|
||||
white = "#e0d6bd",
|
||||
darker_black = "#13141a",
|
||||
black = "#18191f", --nvim bg
|
||||
black2 = "#1e1f25",
|
||||
one_bg = "#222329",
|
||||
one_bg2 = "#28292f",
|
||||
one_bg3 = "#2e2f35",
|
||||
grey = "#38393f",
|
||||
grey_fg = "#43444a",
|
||||
grey_fg2 = "#48494f",
|
||||
light_grey = "#505157",
|
||||
black2 = "#202127",
|
||||
one_bg = "#27282e",
|
||||
one_bg2 = "#2d2e34",
|
||||
one_bg3 = "#33343a",
|
||||
grey = "#3d3e44",
|
||||
grey_fg = "#48494f",
|
||||
grey_fg2 = "#4d4e54",
|
||||
light_grey = "#55565c",
|
||||
red = "#a67476",
|
||||
baby_pink = "#d6b3bd",
|
||||
pink = "#c99aa7",
|
||||
line = "#24252b", --for lines like vertsplit
|
||||
line = "#313238", --for lines like vertsplit
|
||||
green = "#8aa387",
|
||||
vibrant_green = "#94ad91",
|
||||
nord_blue = "#8d9bb3",
|
||||
|
|
@ -25,12 +25,12 @@ M.base_30 = {
|
|||
purple = "#b8aad9",
|
||||
dark_purple = "#a99bca",
|
||||
teal = "#7aacaa",
|
||||
orange = "#c8916d",
|
||||
orange = "#cd9672",
|
||||
cyan = "#90a0a0",
|
||||
statusline_bg = "#1d1e24",
|
||||
lightbg = "#2b2c32",
|
||||
lightbg2 = "#24252b",
|
||||
pmenu_bg = "#8aa387",
|
||||
lightbg2 = "#222329",
|
||||
pmenu_bg = "#b58385",
|
||||
folder_bg = "#90a0a0",
|
||||
}
|
||||
|
||||
|
|
@ -39,18 +39,18 @@ M.base_16 = {
|
|||
base01 = "#222329",
|
||||
base02 = "#2c2d33",
|
||||
base03 = "#3c3d43",
|
||||
base04 = "#b5ac9b",
|
||||
base05 = "#cbc0ab",
|
||||
base06 = "#e0d6bd",
|
||||
base07 = "#f1ebd1",
|
||||
base04 = "#48494f",
|
||||
base05 = "#b8af9e",
|
||||
base06 = "#cbc0ab",
|
||||
base07 = "#e0d6bd",
|
||||
base08 = "#b8aad9",
|
||||
base09 = "#b17f81",
|
||||
base0A = "#d4ae80",
|
||||
base09 = "#cd9672",
|
||||
base0A = "#ccb89c",
|
||||
base0B = "#8aa387",
|
||||
base0C = "#9ba292",
|
||||
base0D = "#c495a2",
|
||||
base0E = "#8896ae",
|
||||
base0F = "#d0d0c7",
|
||||
base0C = "#7aacaa",
|
||||
base0D = "#b58385",
|
||||
base0E = "#8e9cb4",
|
||||
base0F = "#90a0a0",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue