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 = "007700",
|
|
base04 = "009900",
|
|
base07 = "00ff00",
|
|
base05 = "00bb00",
|
|
base0E = "00bb00",
|
|
base0D = "009900",
|
|
base0C = "005500",
|
|
base0B = "00bb00",
|
|
base02 = "005500",
|
|
base0F = "005500",
|
|
base03 = "007700",
|
|
base08 = "007700",
|
|
base01 = "003300",
|
|
base00 = "001100",
|
|
base09 = "009900",
|
|
base06 = "00dd00"
|
|
}
|