Links

Theming examples

A few examples for theming ideas for your lore widget react component
Theme Specs below
const mytheme: Theme = {
borderRadius: 10px,
fontFamily: '"Inter"',
backgroundColor: 'rgba(12, 12, 12, 1)',
foregroundColor: 'rgba(255, 255, 255, 1)',
activeColor: 'rgba(82, 217, 246, 1)',
secondaryColor: 'rgba(255, 255, 255, 0.75)',
buttonTextColor: 'rgba(255, 255, 255, 1)',
highlightColor: 'rgba(82, 217, 246, 0.08)',
borderColor: 'rgba(255, 255, 255, 0.50)',
}
Theme Specs below
const mytheme: Theme = {
borderRadius: 10px,
fontFamily: '"Inter"',
backgroundColor: 'rgba(255, 255, 255, 1)',
foregroundColor: 'rgba(0, 0, 0, 1)',
activeColor: 'rgba(59, 130, 246, 1)',
secondaryColor: 'rgba(0, 0, 0, 0.75)',
buttonTextColor: 'rgba(255, 255, 255, 1)',
highlightColor: 'rgba(59, 130, 246, 0.08)',
borderColor: 'rgba(0, 0, 0, 0.50)',
}