.theme_selector { 
	background: #00000022;
	color: #ffffff;
}

.theme_selector--icon {

}

.theme_selector--icon--activated {
	background: #00000088;
}

.theme_selector:hover {
	background: #00000088;
}

.theme_selector:hover .theme_selector--icon--activated {
	background: #000000;
}
