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
378 B
19 lines
378 B
return {
|
|
base0A = "ccc9aa",
|
|
base04 = "4c4c4c",
|
|
base07 = "a0a0a0",
|
|
base05 = "cacaca",
|
|
base0E = "8f8aac",
|
|
base0D = "6b8bab",
|
|
base0C = "8aabac",
|
|
base0B = "8aac8b",
|
|
base02 = "4c4c4c",
|
|
base0F = "8b6567",
|
|
base03 = "393939",
|
|
base08 = "c49ea0",
|
|
base01 = "262626",
|
|
base00 = "191919",
|
|
base09 = "b89294",
|
|
base06 = "f0f0f0"
|
|
}
|