mirror of https://github.com/gabehf/base46.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
468 B
20 lines
468 B
-- ",Originally by rebelot(https://github.com/rebelot), ported by montdor (https://github.com/montdor)",
|
|
return {
|
|
base00 = "#1f1f28",
|
|
base01 = "#2a2a37",
|
|
base02 = "#223249",
|
|
base03 = "#727169",
|
|
base04 = "#c8c093",
|
|
base05 = "#dcd7ba",
|
|
base06 = "#938aa9",
|
|
base07 = "#363646",
|
|
base08 = "#e46876",
|
|
base09 = "#ffa066",
|
|
base0A = "#dca561",
|
|
base0B = "#98bb6c",
|
|
base0C = "#7fb4ca",
|
|
base0D = "#7e9cd8",
|
|
base0E = "#957fb8",
|
|
base0F = "#d27e99",
|
|
}
|