소스 검색

Calm Business: Add light gray to the editor color palette

Danny Dudzic 6 년 전
부모
커밋
efa21a7775
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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',
 					'color' => '#242424', // $color__text-main
 				),
+				array(
+					'name'  => __( 'Light Gray', 'calm-business' ),
+					'slug'  => 'light-gray',
+					'color' => '#6C6C74', // $color__background-body-dark
+				),
 				array(
 					'name'  => __( 'White', 'calm-business' ),
 					'slug'  => 'white',