mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
18 lines
379 B
Lua
18 lines
379 B
Lua
return {
|
|
base00 = "#0f0f0f",
|
|
base01 = "#151515",
|
|
base02 = "#191919",
|
|
base03 = "#222222",
|
|
base04 = "#535353",
|
|
base05 = "#f0f0f0",
|
|
base06 = "#d8d8d8",
|
|
base07 = "#414141",
|
|
base08 = "#ac8a8c",
|
|
base09 = "#d3d0ad",
|
|
base0A = "#ACA98A",
|
|
base0B = "#8aac8b",
|
|
base0C = "#9EC3C4",
|
|
base0D = "#8fb4b5",
|
|
base0E = "#C49EC4",
|
|
base0F = "#9d9a7b",
|
|
}
|