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
394 B
19 lines
394 B
return {
|
|
base0A = "#EBCB8B",
|
|
base04 = "#566074",
|
|
base07 = "#ced4df",
|
|
base05 = "#bfc5d0",
|
|
base0E = "#B48EAD",
|
|
base0D = "#81A1C1",
|
|
base0C = "#97b7d7",
|
|
base0B = "#A3BE8C",
|
|
base02 = "#434C5E",
|
|
base0F = "#d57780",
|
|
base03 = "#4C566A",
|
|
base08 = "#d57780",
|
|
base01 = "#3B4252",
|
|
base00 = "#2a303c",
|
|
base09 = "#e39a83",
|
|
base06 = "#c7cdd8"
|
|
}
|