mirror of https://github.com/gabehf/base46.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
395 B
19 lines
395 B
return {
|
|
base00 = "#080808",
|
|
base01 = "#1c1c1c",
|
|
base02 = "#292929",
|
|
base03 = "#87875f",
|
|
base04 = "#857b6f",
|
|
base05 = "#c6c6c6",
|
|
base06 = "#d2d2d2",
|
|
base07 = "#dedede",
|
|
base08 = "#c6c6c6",
|
|
base09 = "#d7875f",
|
|
base0A = "#d7ff87",
|
|
base0B = "#87d75f",
|
|
base0C = "#ffd7af",
|
|
base0D = "#d7ff87",
|
|
base0E = "#87afff",
|
|
base0F = "#dc8c64",
|
|
}
|