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 = "F4BF75",
|
|
base04 = "505050",
|
|
base07 = "151515",
|
|
base05 = "303030",
|
|
base0E = "AA759F",
|
|
base0D = "6A9FB5",
|
|
base0C = "75B5AA",
|
|
base0B = "90A959",
|
|
base02 = "D0D0D0",
|
|
base0F = "8F5536",
|
|
base03 = "B0B0B0",
|
|
base08 = "AC4142",
|
|
base01 = "E0E0E0",
|
|
base00 = "F5F5F5",
|
|
base09 = "D28445",
|
|
base06 = "202020"
|
|
}
|