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