@php $color = '#e22454'; $general = $options->theme->general; $color = $general->theme_primary_color($color); $text_color = $general->text_primary_color($color); $html->addTagAttribute('html', [ 'style' => [ '--theme-primary-color' => $color, '--text-primary-color' => $text_color, '--clr-theme-1' => $color, '--clr-text-5' => $text_color, ], ]); @endphp