Skip to content

Commit

Permalink
Update custom colors to use consistent slugs between themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcernis committed Mar 11, 2019
1 parent 2fd7920 commit ee7a71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/editor-color-palette.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
return array(
array(
'name' => __( 'Custom color', 'genesis-sample' ), // CalledLink Colorin the Customizer options. Renamed becauseLink Colorimplies it can only be used for links.
'slug' => 'custom',
'slug' => 'theme-primary',
'color' => get_theme_mod( 'genesis_sample_link_color', genesis_sample_customizer_get_default_link_color() ),
),
array(
'name' => __( 'Accent color', 'genesis-sample' ),
'slug' => 'accent',
'slug' => 'theme-secondary',
'color' => get_theme_mod( 'genesis_sample_accent_color', genesis_sample_customizer_get_default_accent_color() ),
),
array(
Expand Down

0 comments on commit ee7a71b

Please sign in to comment.