30 lines
610 B
Lua
30 lines
610 B
Lua
return {
|
|
transparent = "none",
|
|
rosewater = "#F4DBD6",
|
|
flamingo = "#F0C6C6",
|
|
pink = "#F5BDE6",
|
|
mauve = "#C6A0F6",
|
|
red = "#ED8798",
|
|
maroon = "#EE99A0",
|
|
peach = "#F5A97F",
|
|
yellow = "#EED49F",
|
|
green = "#A6DA95",
|
|
teal = "#8BD5CA",
|
|
sky = "#91D7E3",
|
|
sapphire = "#7DC4E4",
|
|
blue = "#8AADF4",
|
|
lavender = "#B7BDF8",
|
|
text = "#CAD3F5",
|
|
subtext1 = "white",
|
|
subtext0 = "#A5ADCB",
|
|
overlay2 = "#939AB7",
|
|
overlay1 = "#8087A2",
|
|
overlay0 = "#6E738D",
|
|
surface2 = "#5B6078",
|
|
surface1 = "#494D64",
|
|
surface0 = "#363A4F",
|
|
base = "#020202",
|
|
mantle = "#1E2030",
|
|
crust = "#000000",
|
|
}
|