interface Theme {
    accentPrimary: Color3;
    backgroundOverlay: Color3;
    backgroundPrimary: Color3;
    bordersPrimary: Color3;
    fontBold: Font;
    fontRegular: Font;
    textPrimary: Color3;
    textSecondary: Color3;
}

Properties

accentPrimary: Color3
backgroundOverlay: Color3
backgroundPrimary: Color3
bordersPrimary: Color3
fontBold: Font
fontRegular: Font
textPrimary: Color3
textSecondary: Color3