Hi,
you can change tabs color via CSS, you can add to your template CSS code like this:
#jsn-form #jsn-profile-tabs li a{
background: orange; /* background color of tabs */
color: white !important; /* text color of tabs */
}
#jsn-form #jsn-profile-tabs li.z-active a{
background: red; /* background color of active tab */
color: white !important; /* text color of of active tab */
}