浏览代码

Sophisticated Business: Update the palette dark blue color to dark gray

Danny Dudzic 6 年之前
父节点
当前提交
fe1e1a85bc
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      sophisticated-business/functions.php

+ 3 - 3
sophisticated-business/functions.php

@@ -50,9 +50,9 @@ function sophisticated_business_setup() {
 				'color' => '#b59439', // $color__border-link-hover
 				'color' => '#b59439', // $color__border-link-hover
 			),
 			),
 			array(
 			array(
-				'name'  => __( 'Dark Blue', 'sophisticated-business' ),
-				'slug'  => 'dark-blue',
-				'color' => '#21759b', // $color__text-screen
+				'name'  => __( 'Dark Gray', 'sophisticated-business' ),
+				'slug'  => 'dark-gray',
+				'color' => '#1c1c1c', // $color__text-screen
 			),
 			),
 			array(
 			array(
 				'name'  => __( 'Light Gray', 'sophisticated-business' ),
 				'name'  => __( 'Light Gray', 'sophisticated-business' ),