Friendly Business: Update editor palette colors from Dark Brown and Floral White to Dark Gray and Light Gray
This commit is contained in:
parent
ca4e6c1db1
commit
8935eeb9c4
1 changed files with 5 additions and 4 deletions
|
@ -48,15 +48,16 @@ function friendly_business_setup() {
|
|||
'color' => '#133a24', // $color__border-link-hover
|
||||
),
|
||||
array(
|
||||
'name' => __( 'Dark Brown', 'friendly-business' ),
|
||||
'slug' => 'dark-brown',
|
||||
'name' => __( 'Dark Gray', 'friendly-business' ),
|
||||
'slug' => 'dark-gray',
|
||||
'color' => '#3c2323', // $color__text-main
|
||||
),
|
||||
array(
|
||||
'name' => __( 'Floral White', 'friendly-business' ),
|
||||
'slug' => 'floral-white',
|
||||
'name' => __( 'Light Gray', 'friendly-business' ),
|
||||
'slug' => 'light-gray',
|
||||
'color' => '#fdf9ec', // $color__background-screen
|
||||
),
|
||||
|
||||
array(
|
||||
'name' => __( 'White', 'friendly-business' ),
|
||||
'slug' => 'white',
|
||||
|
|
Loading…
Reference in a new issue