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 = "ff0099",
|
|
base04 = "c0c0c0",
|
|
base07 = "ffffff",
|
|
base05 = "d0d0d0",
|
|
base0E = "cc00ff",
|
|
base0D = "0066ff",
|
|
base0C = "00ffff",
|
|
base0B = "33ff00",
|
|
base02 = "606060",
|
|
base0F = "3300ff",
|
|
base03 = "808080",
|
|
base08 = "ff0000",
|
|
base01 = "404040",
|
|
base00 = "000000",
|
|
base09 = "ff9900",
|
|
base06 = "e0e0e0"
|
|
}
|