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 = "111111",
|
|
base01 = "333333",
|
|
base02 = "555555",
|
|
base03 = "777777",
|
|
base04 = "999999",
|
|
base05 = "bbbbbb",
|
|
base06 = "dddddd",
|
|
base07 = "ffffff",
|
|
base08 = "ff0000",
|
|
base09 = "ffaf00",
|
|
base0A = "ffff00",
|
|
base0B = "00ff00",
|
|
base0C = "800080",
|
|
base0D = "0000ff",
|
|
base0E = "ff00ff",
|
|
base0F = "800000",
|
|
}
|