local M = {} M.colors = { rosewaterAlpha = "rgb(f4dbd6)", flamingoAlpha = "rgb(f0c6c6)", pinkAlpha = "rgb(f5bde6)", mauveAlpha = "rgb(c6a0f6)", redAlpha = "rgb(ed8796)", maroonAlpha = "rgb(ee99a0)", peachAlpha = "rgb(f5a97f)", yellowAlpha = "rgb(eed49f)", greenAlpha = "rgb(a6da95)", tealAlpha = "rgb(8bd5ca)", skyAlpha = "rgb(91d7e3)", sapphireAlpha = "rgb(7dc4e4)", blueAlpha = "rgb(8aadf4)", lavenderAlpha = "rgb(b7bdf8)", textAlpha = "rgb(cad3f5)", subtext1Alpha = "rgb(b8c0e0)", subtext0Alpha = "rgb(a5adcb)", overlay2Alpha = "rgb(939ab7)", overlay1Alpha = "rgb(8087a2)", overlay0Alpha = "rgb(6e738d)", surface2Alpha = "rgb(5b6078)", surface1Alpha = "rgb(494d64)", surface0Alpha = "rgb(363a4f)", baseAlpha = "rgb(24273a)", mantleAlpha = "rgb(1e2030)", crustAlpha = "rgb(181926)", } return M