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