Moonlit
Cards pick up the surface shades from the palette.
Everything Starlight ships with, rendered with the theme applied. Flip the color scheme with the toggle in the top right to compare Dracula and Alucard side by side.
Regular paragraph text with a link to somewhere,
some bold text, italics, and inline code. Keyboard input looks
like Ctrl + K.
Listen to them, the children of the night. What music they make!
/* * Once upon a time... */class Vampire { constructor(props) { this.location = props.location; this.birthDate = props.birthDate; this.weaknesses = props.weaknesses; }
get age() { return this.calcAge(); }}
// ...there was a guy named Vladconst Dracula = new Vampire({ location: "Transylvania", birthDate: 1428, weaknesses: ["Sunlight", "Garlic"],});Moonlit
Cards pick up the surface shades from the palette.
Starlit
And their icons use the accent color.
Invite the vampire in.
Regret it immediately.
Consult the documentation.