mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 15:38:15 -07:00
18 lines
379 B
Lua
18 lines
379 B
Lua
return {
|
|
base00 = "#1a212e",
|
|
base01 = "#1e2532",
|
|
base02 = "#21283b",
|
|
base03 = "#4f5f7e",
|
|
base04 = "#596988",
|
|
base05 = "#6c7d9c",
|
|
base06 = "#b6bdca",
|
|
base07 = "#c8ccd4",
|
|
base08 = "#f65866",
|
|
base09 = "#ea8912",
|
|
base0A = "#ebc275",
|
|
base0B = "#8bcd5b",
|
|
base0C = "#52a0e0",
|
|
base0D = "#41a7fc",
|
|
base0E = "#c678dd",
|
|
base0F = "#f65866",
|
|
}
|