$theme-background-color : (

    background-primary-color: #fff, // #fff

    background-secondary-color: #f8f8f8, // #f8f8f8
    
    background-dark-color: #000, //000

    background-small-text: #eee, // #eee

    background-button-light-alpha-color: rgba(101, 73, 144, 0.02),

    background-button-alpha-color: rgba(101, 73, 144, 0.03)
);

$theme-color:(

    primary-color: #191e23, // #191e23

    color-light: #666, // #666

    color-white-light: #fff, // ffff

    color-border: #e9e9e9, //#e9e9e9

    theme-dark-color: #000, // #000

    secondary-link-color: #999, // #999

    tagline-color: rgba(0,0,0,0.8), //#333
    
    box-shadow-dark-alpha-color: rgba(0, 0, 0, 0.2),

    quote-color: #ccc,  // #ccc
);

$button-color: (
 
    background-button: #654990, // #654990

    background-hover-button: #000, // #000

    background-music-button: linear-gradient(to left, #FFAFBD, #FFC3A0),

    background-music-button-hover: linear-gradient(to right, #FFAFBD, #FFC3A0),
);