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 = "#0f0f0f",
|
|
base01 = "#151515",
|
|
base02 = "#191919",
|
|
base03 = "#222222",
|
|
base04 = "#535353",
|
|
base05 = "#f0f0f0",
|
|
base06 = "#d8d8d8",
|
|
base07 = "#414141",
|
|
base08 = "#ac8a8c",
|
|
base09 = "#d3d0ad",
|
|
base0A = "#ACA98A",
|
|
base0B = "#8aac8b",
|
|
base0C = "#9EC3C4",
|
|
base0D = "#8fb4b5",
|
|
base0E = "#C49EC4",
|
|
base0F = "#9d9a7b",
|
|
}
|