mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
19 lines
No EOL
397 B
Lua
19 lines
No EOL
397 B
Lua
return {
|
|
base00 = "#18191f",
|
|
base01 = "#222329",
|
|
base02 = "#2c2d33",
|
|
base03 = "#3c3d43",
|
|
base04 = "#b5ac9b",
|
|
base05 = "#cbc0ab",
|
|
base06 = "#e0d6bd",
|
|
base07 = "#f1ebd1",
|
|
base08 = "#b8aad9",
|
|
base09 = "#b17f81",
|
|
base0A = "#d4ae80",
|
|
base0B = "#8aa387",
|
|
base0C = "#9ba292",
|
|
base0D = "#c495a2",
|
|
base0E = "#8896ae",
|
|
base0F = "#d0d0c7",
|
|
}
|
|
|