.themed-color-default {
    color: #08f !important;
}

.themed-background-default {
    background-color: #08f !important;
}

.themed-color-dark-default {
    color: #333 !important;
}

.themed-background-dark-default {
    background-color: #333 !important;
}

/* Flashy colors */

.themed-background-flashy-blue {
    background-color: #00f !important;
}
.themed-background-flashy-cyan {
    background-color: #0ff !important;
}
.themed-background-flashy-green {
    background-color: #8f0 !important;
}
.themed-background-flashy-green2 {
    background-color: #0f8 !important;
}
.themed-background-flashy-green3 {
    background-color: #0f0 !important;
}
.themed-background-flashy-orange {
    background-color: #f80 !important;
}
.themed-background-flashy-pink {
    background-color: #f0f !important;
}
.themed-background-flashy-pink2 {
    background-color: #f08 !important;
}
.themed-background-flashy-purple {
    background-color: #80f !important;
}
.themed-background-flashy-red {
    background-color: #f00 !important;
}
.themed-background-flashy-yellow {
    background-color: #fd0 !important;
}
.themed-background-flashy-yellow2 {
    background-color: #ff0 !important;
}

.text-flashy-blue {
    color: #00f !important;
}
.text-flashy-cyan {
    color: #0ff !important;
}
.text-flashy-green {
    color: #8f0 !important;
}
.text-flashy-green2 {
    color: #0f8 !important;
}
.text-flashy-green3 {
    color: #0f0 !important;
}
.text-flashy-orange {
    color: #f80 !important;
}
.text-flashy-pink {
    color: #f0f !important;
}
.text-flashy-pink {
    color: #f08 !important;
}
.text-flashy-purple {
    color: #f0f !important;
}
.text-flashy-red {
    color: #f00 !important;
}
.text-flashy-yellow {
    color: #fd0 !important;
}
.text-flashy-yellow2 {
    color: #ff0 !important;
}
