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 = "#2E3440",
|
|
base01 = "#3B4252",
|
|
base02 = "#434C5E",
|
|
base03 = "#4C566A",
|
|
base04 = "#D8DEE9",
|
|
base05 = "#E5E9F0",
|
|
base06 = "#ECEFF4",
|
|
base07 = "#8FBCBB",
|
|
base08 = "#88C0D0",
|
|
base09 = "#81A1C1",
|
|
base0A = "#88C0D0",
|
|
base0B = "#A3BE8C",
|
|
base0C = "#81A1C1",
|
|
base0D = "#81A1C1",
|
|
base0E = "#81A1C1",
|
|
base0F = "#B48EAD",
|
|
}
|