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.
19 lines
379 B
19 lines
379 B
return {
|
|
base00 = "#151515",
|
|
base01 = "#1c1c1c",
|
|
base02 = "#404040",
|
|
base03 = "#888888",
|
|
base04 = "#ddddbf",
|
|
base05 = "#e8e8d3",
|
|
base06 = "#eeeede",
|
|
base07 = "#f1f1e5",
|
|
base08 = "#c6b6ee",
|
|
base09 = "#cf6a4c",
|
|
base0A = "#fad07a",
|
|
base0B = "#99ad6a",
|
|
base0C = "#fabb6e",
|
|
base0D = "#fabb6e",
|
|
base0E = "#8197bf",
|
|
base0F = "#fad07a",
|
|
}
|