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 = "ffcc66",
|
|
base04 = "b4b7b4",
|
|
base07 = "ffffff",
|
|
base05 = "cccccc",
|
|
base0E = "cc99cc",
|
|
base0D = "6699cc",
|
|
base0C = "66cccc",
|
|
base0B = "99cc99",
|
|
base02 = "515151",
|
|
base0F = "a3685a",
|
|
base03 = "999999",
|
|
base08 = "f2777a",
|
|
base01 = "393939",
|
|
base00 = "2d2d2d",
|
|
base09 = "f99157",
|
|
base06 = "e0e0e0"
|
|
}
|