mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
18 lines
378 B
Lua
18 lines
378 B
Lua
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"
|
|
}
|