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
363 B
19 lines
363 B
return {
|
|
base00 = "1a2026",
|
|
base01 = "242a30",
|
|
base02 = "292f35",
|
|
base03 = "2e343a",
|
|
base04 = "42484e",
|
|
base05 = "d3d3d3",
|
|
base06 = "d8d8d8",
|
|
base07 = "b0b0b0",
|
|
base08 = "c49ea0",
|
|
base09 = "b89294",
|
|
base0A = "ccc9aa",
|
|
base0B = "8aac8b",
|
|
base0C = "8aabac",
|
|
base0D = "6b8bab",
|
|
base0E = "8f8aac",
|
|
base0F = "8b6567",
|
|
}
|