mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 16:00:30 -07:00
parent
7b6fb92bcf
commit
1e803fd654
35 changed files with 552 additions and 436 deletions
|
|
@ -2,7 +2,7 @@ local M = {}
|
|||
|
||||
M.base_30 = {
|
||||
white = "#b0b0b0",
|
||||
darker_black = "#171d23",
|
||||
darker_black = "#151b21",
|
||||
black = "#1a2026", -- nvim bg
|
||||
black2 = "#20262c",
|
||||
one_bg = "#242a30",
|
||||
|
|
@ -25,7 +25,7 @@ M.base_30 = {
|
|||
purple = "#a39ec4",
|
||||
dark_purple = "#8f8aac",
|
||||
teal = "#7c9cbc",
|
||||
orange = "#e39a83",
|
||||
orange = "#C9938A",
|
||||
cyan = "#9aafe6",
|
||||
statusline_bg = "#1e242a",
|
||||
lightbg = "#2d3339",
|
||||
|
|
@ -40,17 +40,17 @@ M.base_16 = {
|
|||
base02 = "#292f35",
|
||||
base03 = "#2e343a",
|
||||
base04 = "#42484e",
|
||||
base05 = "#d3d3d3",
|
||||
base06 = "#d8d8d8",
|
||||
base05 = "#bebebe",
|
||||
base06 = "#bbbbbb",
|
||||
base07 = "#b0b0b0",
|
||||
base08 = "#c49ea0",
|
||||
base09 = "#b89294",
|
||||
base0A = "#ccc9aa",
|
||||
base08 = "#ac8a8c",
|
||||
base09 = "#C9938A",
|
||||
base0A = "#aca98a",
|
||||
base0B = "#8aac8b",
|
||||
base0C = "#8aabac",
|
||||
base0D = "#6b8bab",
|
||||
base0E = "#8f8aac",
|
||||
base0F = "#8b6567",
|
||||
base0D = "#7797b7",
|
||||
base0E = "#948fb1",
|
||||
base0F = "#ac8a8c",
|
||||
}
|
||||
|
||||
M.type = "dark"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue