# # Theme setup # # # SCSS variables # plugin.tx_wsscss.variables { # # Bootstrap # # # Base colors # primary = {$theme.bootstrap.primary} secondary = {$theme.bootstrap.secondary} success = {$theme.bootstrap.success} info = {$theme.bootstrap.info} warning = {$theme.bootstrap.warning} danger = {$theme.bootstrap.danger} light = {$theme.bootstrap.light} dark = {$theme.bootstrap.dark} # # Body colors # body-bg = {$theme.bootstrap.bodyBg} body-color = {$theme.bootstrap.bodyColor} } # # Fluid styled content settings # lib.contentElement.settings { # # Additional settings # borderStrength = {$theme.bootstrap.borderStrength} borderRounded = {$theme.bootstrap.borderRounded} }