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 = "afd700",
|
|
base04 = "5fafd7",
|
|
base07 = "d0d0d0",
|
|
base05 = "808080",
|
|
base0E = "00afaf",
|
|
base0D = "ff5faf",
|
|
base0C = "ffaf00",
|
|
base0B = "af87d7",
|
|
base02 = "5faf00",
|
|
base0F = "5f8787",
|
|
base03 = "d7af5f",
|
|
base08 = "585858",
|
|
base01 = "af005f",
|
|
base00 = "1c1c1c",
|
|
base09 = "5faf5f",
|
|
base06 = "d7875f"
|
|
}
|