'', 'primary_1' => '', 'primary_2' => '', 'primary_3' => '', 'primary_4' => '', 'accent_1' => '', 'accent_2' => '', 'accent_3' => '', 'header_text_color' => '', 'meta_links_color' => '', 'meta_links_hover_color' => '', ) ); $primary_medium = the_mx_adjust_brightness( $colors['primary_1'], 0.2 ); $color_outline_button = the_mx_hex_to_rgb( get_theme_mod( 'the_mx_primary_1' ) ); $color_outline_button_bg_hover = vsprintf( 'rgba( %1$s, %2$s, %3$s, 0.04 )', $color_outline_button ); $color_outline_button_bg_focus = vsprintf( 'rgba( %1$s, %2$s, %3$s, 0.12 )', $color_outline_button ); $css = <<