I would expect that if you add a new filter with a higher priority it gets added to the existing color schemes:
add_filter( 'twentyfifteen_color_schemes', 'wpse193782_custom_color_schemes', 99 );
function wpse193782_custom_color_schemes( $schemes ) {
$schemes['default'] = array(
'label' => __( 'Colors by Kat', 'twentyfifteen' ),
'colors' => array(
'#f1f1f1',
'#C32148',
'#ffffff',
'#333333',
'#333333',
'#f7f7f7',
),
);
return $schemes;
}
Edited my answer.
By (re)naming the scheme ['default']
your own color scheme replaces the default color scheme.
Related Posts:
- Theme Customization API and child themes
- How can I override file featured-image-first.php of Avada theme [closed]
- get_theme_mod is returning a number rather than my image file
- WP Customizer Fatal Error trying to load class in child theme
- Child Theme disable customizer defaults
- Can I add customizer sections in the Twenty Seventeen theme?
- Child Theme Customizer not working
- How to stop customizer settings inheritance from parent to child theme?
- How to prevent funny characters on Home Page
- Child theme customizer preview doesn’t work/load
- How do themes provide support for child themes?
- How to move the sidebar in TwentyFifteen to the right?
- Preserving theme settings in child theme
- Is it possible to make grandchild themes?
- Cannot get Child Theme to load latest version of style.css
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Why is the Child Theme Stylesheet Not Loading?
- get_parent_theme_file_path vs. get_template_directory
- Child theme does not overwrite parent themes style.css
- How to use parent theme’s enqueue methods
- How do I override a parent theme’s language files with a child theme?
- Do all files in child theme override the parent?
- How to solve “Warning: Use of undefined constant” when overriding a parent theme function in the child theme?
- get_template_directory vs get_stylesheet_directory
- Developing a childtheme, how to disable the parents templates?
- Under heavy cache conditions, updating the parent theme don’t reflect changes with child theme enabled
- Use admin options from parent theme in child theme
- Overriding parent theme file
- How can I make new .css file in child theme override styles in child theme’s style.css
- Overiding functions.php with child-theme
- How do I set up a child-theme without using @import
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- How to change default header image dimensions in twentyfourteen child theme?
- Overwrite CSS with without deleting it
- Adding or modifying in files of parent theme via child’s function.php
- Using the child theme functions.php to change the customizer.php on parent theme
- Child theme implementation issues
- Child Theme Path Being Ignored With wp_enqueue_scripts
- ERROR MESSAGE: Missing index.php—Child Theme
- Child theme style repeated
- bbpress change the word forum, topic, reply in the forum to another word I choose
- wp_add_inline_script not adding when script_loader_tag filtered
- the file placed in the child theme is not included
- How to NOT call Font Awesome or font icons in WordPress
- Specific custom child theme page
- WordPress Child theme’s css not loading
- Child theme works in local environment but is not working on remote
- Tesseract child theme loads slow [closed]
- Confused about how to use wp_enqueue_style
- How to use custom stylesheet only for a template in child theme
- Order of stylesheets in child theme
- Creating a child theme from Twenty Seventeen
- Adding a title below the logo
- How can I make this Advanced Custom Field Save & Store local json work?
- How to create a parent theme for accesspress parallax theme?
- How to add anchor tag at the top of posts, past the header and nav bar?
- changing parent theme into child theme
- How to override parent theme template files?
- How Child Themes Directory works for plugins?
- Using filter to override “get_parent_theme_file_path” in child-theme
- Link featured image to post
- Modify a parent theme’s PHP file, and save in child theme
- What are the best practices for maintaining and deploying several parent themes?
- Getting a list of the PHP files included to generate a page
- Where do I go to edit this area? [closed]
- Alignment Problem [closed]
- Avada Child Theme Development
- Child theme not importing parent styles
- is it possible to add new template in theme twenty seventeen?
- Updating my WordPress.org version will cause my site to break… What can I do to avoid this?
- How to customize this theme? [closed]
- style.css of child theme is not overwriting parents style.css for .box
- Change Twenty Twelve’s comment form in a child theme
- Need advice on theme customizer and child themes
- Two stylesheets acting on one element
- Referencing parent theme image from child theme
- Can’t seem to get javascript code working from child theme
- Can I place “parent theme” inside a child theme folder?
- How to customize BuddyBoss Theme page header
- Why does using wp_register_style without wp_enqueue load and print CSS tags in the front-end?
- Change templates in a child theme
- Easily add custom HTML outside the main container?
- template_include doesn’t work with child theme
- Remove Stylesheet by URL that has not been enqueued
- How to enqueue multiple style sheets into my child theme in wordpress (oceanwp)
- Swap SVG icons in child themes
- How to fix error message to edit sidebar widget text on a livesite childtheme?
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- Child Theme Can’t Find Parent In a Folder
- Problems with child theme
- Loading my main.js file from my child theme
- child theme showing all this extra information for following lines
- Is it possible to slow down site with a bulky child theme?
- Installation directory for WordPress and child theme
- How to include only modifications in child theme?
- Child Theme > Template
- Edit php files in subdirs in a child theme
- change the Theme dynamically
- How to add modified php in child theme?
- WordPress | enqueue_scripts in a child’s theme returns error