<?php
if ( !defined( 'ABSPATH' ) ) {
exit;
}
add_action('wp_head', function() {
    echo '<style>
    body,
    body.custom-background,
    #wpadminbar ~ body,
    .custom-background {
        background-color: #0D0620 !important;
        background-image: none !important;
    }
    </style>';
}, 99999);