mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
18 lines
379 B
Lua
18 lines
379 B
Lua
return {
|
|
base00 = "#151515",
|
|
base01 = "#1c1c1c",
|
|
base02 = "#404040",
|
|
base03 = "#888888",
|
|
base04 = "#ddddbf",
|
|
base05 = "#e8e8d3",
|
|
base06 = "#eeeede",
|
|
base07 = "#f1f1e5",
|
|
base08 = "#c6b6ee",
|
|
base09 = "#cf6a4c",
|
|
base0A = "#fad07a",
|
|
base0B = "#99ad6a",
|
|
base0C = "#fabb6e",
|
|
base0D = "#fabb6e",
|
|
base0E = "#8197bf",
|
|
base0F = "#fad07a",
|
|
}
|