'ffffff', 'text' => '61636a', 'link' => '36769c', 'border' => 'dddddd', 'url' => '399cc6', ); $content_width = 450; load_theme_textdomain('neat'); add_theme_support( 'automatic-feed-links' ); // Custom background add_custom_background(); add_theme_support( 'print-style' ); /** * Enqueue scripts and styles */ function neat_scripts() { wp_enqueue_style( 'neat', get_stylesheet_uri() ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); } add_action( 'wp_enqueue_scripts', 'neat_scripts' ); function neat_custom_background() { if ( '' != get_background_color() && '' == get_background_image() ) { ?>