Want to use custom background color in color scheme

Drop this code in child theme `functions.php` inside setup function and you can choose your custom background color under Appeareance >> Background.

`
add_filter( ‘eino_use_color_scheme_bg’, ‘__return_false’ );
`