lightTheme

Create a custom light theme object by using the default dark theme as a base and applying overrides.

Example

Get the default light theme

const defaultLightTheme = lightTheme();

Create a custom light theme

const customTheme = lightTheme({
colors: {
modalBg: "red",
},
});

Parameters

Returns

Theme object