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
397 B
19 lines
397 B
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",
|
|
}
|
|
|