.background_color{ background: {{ theme.background_color }} !important; } .theme-btn-1{ background: {{ theme.button_color }} !important; color: {{ theme.logo_text_color }} !important; } .theme-btn-2{ color: {{ theme.button_color }} !important; background: {{ theme.logo_text_color }} !important; } .theme-text{ color: {{ theme.text_color }} !important; } .button-text-color{ color: {{ theme.button_text_color }} !important; } .logo-text-color{ color: {{ theme.logo_text_color }} !important; } .dynamic-theme header.v-app-bar{ background: {{ theme.background_color }} !important; } .v-application .theme_color--text { color: {{ theme.text_color }} !important; caret-color: {{ theme.text_color }} !important; } .v-application .theme_color { background-color: {{ theme.background_color }} !important; border-color: {{ theme.background_color }} !important; } .v-application .primary--text{ color: {{ theme.text_color }} !important; caret-color: {{ theme.text_color }} !important; } .theme--light.v-pagination .v-pagination__item--active{ color: {{ theme.text_color }} !important; }