@rbxts/catppuccin
v1.0.2
Published
Brings the catppuccin color pallete to Roblox!
Downloads
19
Readme
Example:
import Roact from "@rbxts/roact";
import { Mocha } from "@rbxts/catppuccin";
import { Players } from "@rbxts/services";
Roact.mount(
<screengui>
<textlabel
Size={UDim2.fromScale(0.1, 0.1)}
BackgroundColor3={Mocha.Base}
TextColor3={Mocha.Text}
Text={"My Catppuccin UI!"}
></textlabel>
</screengui>,
Players.LocalPlayer.WaitForChild("PlayerGui"),
);