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 = "a0a0a0",
|
|
base04 = "525252",
|
|
base07 = "101010",
|
|
base05 = "464646",
|
|
base0E = "747474",
|
|
base0D = "686868",
|
|
base0C = "868686",
|
|
base0B = "8e8e8e",
|
|
base02 = "b9b9b9",
|
|
base0F = "5e5e5e",
|
|
base03 = "ababab",
|
|
base08 = "7c7c7c",
|
|
base01 = "e3e3e3",
|
|
base00 = "f7f7f7",
|
|
base09 = "999999",
|
|
base06 = "252525"
|
|
}
|