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 = "#2e2e2e",
|
|
base02 = "#3a3a3a",
|
|
base03 = "#424242",
|
|
base04 = "#474747",
|
|
base05 = "#d9d9c4",
|
|
base06 = "#dedec9",
|
|
base07 = "#f1f1e5",
|
|
base08 = "#dd785a",
|
|
base09 = "#c99f4a",
|
|
base0A = "#e1b655",
|
|
base0B = "#99ad6a",
|
|
base0C = "#7187af",
|
|
base0D = "#8fa5cd",
|
|
base0E = "#e18be1",
|
|
base0F = "#cf6a4c",
|
|
}
|