mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
18 lines
363 B
Lua
18 lines
363 B
Lua
return {
|
|
base00 = "151515",
|
|
base01 = "2e2e2e",
|
|
base02 = "3a3a3a",
|
|
base03 = "424242",
|
|
base04 = "474747",
|
|
base05 = "d9d9c4",
|
|
base06 = "dedec9",
|
|
base07 = "f1f1e5",
|
|
base08 = "dd785a",
|
|
base09 = "c99f4a",
|
|
base0A = "e1b655",
|
|
base0B = "99ad6a",
|
|
base0C = "7187af",
|
|
base0D = "8fa5cd",
|
|
base0E = "e18be1",
|
|
base0F = "cf6a4c",
|
|
}
|