# Themes
TIP
Pharma4u uses different Primary Colors for Plausi/Labor+ than for the rest of the page. (Primary Colors in LabXpert are the same everywhere).
The surrounding class defines which color theme is being applied: .theme-plausi vs. .theme-primary.
Select a theme from the dropdown in the header to apply a theme on this Primary Button:
hide code
<a href="" class="c-btn -primary">c-btn -primary</a>This is the button with the surrounding parent class .theme-plausi:
hide code
<div class="theme-plausi">
<a href="" class="c-btn -primary">c-btn -primary</a>
</div>