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 = "#151515",
|
|
base01 = "#1f1f1f",
|
|
base02 = "#282828",
|
|
base03 = "#1b1b1b",
|
|
base04 = "#d0d0d0",
|
|
base05 = "#d0d0d0",
|
|
base06 = "#e0e0e0",
|
|
base07 = "#1f1f1f",
|
|
base08 = "#AC4142",
|
|
base09 = "#F4BF75",
|
|
base0A = "#F4BF75",
|
|
base0B = "#90A959",
|
|
base0C = "#75B5AA",
|
|
base0D = "#6A9FB5",
|
|
base0E = "#AA759F",
|
|
base0F = "#F4BF75",
|
|
}
|