Browse Source

Calm Business: Add light gray to the editor color palette

Danny Dudzic 6 years ago
parent
commit
efa21a7775
1 changed files with 5 additions and 0 deletions
  1. 5 0
      calm-business/functions.php

+ 5 - 0
calm-business/functions.php

@@ -52,6 +52,11 @@ if ( ! function_exists( 'calm_business_setup' ) ) {
 					'slug'  => 'dark-gray',
 					'slug'  => 'dark-gray',
 					'color' => '#242424', // $color__text-main
 					'color' => '#242424', // $color__text-main
 				),
 				),
+				array(
+					'name'  => __( 'Light Gray', 'calm-business' ),
+					'slug'  => 'light-gray',
+					'color' => '#6C6C74', // $color__background-body-dark
+				),
 				array(
 				array(
 					'name'  => __( 'White', 'calm-business' ),
 					'name'  => __( 'White', 'calm-business' ),
 					'slug'  => 'white',
 					'slug'  => 'white',