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 = "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"
|
|
}
|