File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -209,25 +209,25 @@ header {
209209 }
210210
211211 & .active .off {
212- background : var (--off-color );
212+ background : var (--st-mode-active-background , var ( -- off-color) );
213213 }
214214 & .active .heat {
215- background : var (--heat-color );
215+ background : var (--st-mode-active-background , var ( -- heat-color) );
216216 }
217217 & .active .cool {
218- background : var (--cool-color );
218+ background : var (--st-mode-active-background , var ( -- cool-color) );
219219 }
220220 & .active .heat_cool {
221- background : var (--heat_cool-color );
221+ background : var (--st-mode-active-background , var ( -- heat_cool-color) );
222222 }
223223 & .active .auto {
224- background : var (--auto-color );
224+ background : var (--st-mode-active-background , var ( -- auto-color) );
225225 }
226226 & .active .dry {
227- background : var (--dry-color );
227+ background : var (--st-mode-active-background , var ( -- dry-color) );
228228 }
229229 & .active .fan_only {
230- background : var (--fan_only-color );
230+ background : var (--st-mode-active-background , var ( -- fan_only-color) );
231231 }
232232}
233233.mode-icon {
You can’t perform that action at this time.
0 commit comments