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 {
|
|
base00 = "#1e222a",
|
|
base01 = "#353b45",
|
|
base02 = "#3e4451",
|
|
base03 = "#4a4a4a",
|
|
base04 = "#b2ccd6",
|
|
base05 = "#eeffff",
|
|
base06 = "#eeffff",
|
|
base07 = "#ffffff",
|
|
base08 = "#f07178",
|
|
base09 = "#f78c6c",
|
|
base0A = "#ffcb6b",
|
|
base0B = "#c3e88d",
|
|
base0C = "#89ddff",
|
|
base0D = "#82aaff",
|
|
base0E = "#c792ea",
|
|
base0F = "#ff5370"
|
|
}
|