Procházet zdrojové kódy

Barnsbury: Updating color names for the editor

Allan Cole před 6 roky
rodič
revize
d98515e231
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5 5
      barnsbury/functions.php

+ 5 - 5
barnsbury/functions.php

@@ -68,7 +68,7 @@ if ( ! function_exists( 'barnsbury_setup' ) ) :
 					'color' => '#655441',
 					'color' => '#655441',
 				),
 				),
 				array(
 				array(
-					'name'  => __( 'Dark Brown', 'barnsbury' ),
+					'name'  => __( 'Deep Blue', 'barnsbury' ),
 					'slug'  => 'foreground-dark',
 					'slug'  => 'foreground-dark',
 					'color' => '#0D1B24',
 					'color' => '#0D1B24',
 				),
 				),
@@ -78,22 +78,22 @@ if ( ! function_exists( 'barnsbury_setup' ) ) :
 					'color' => '#3C2323',
 					'color' => '#3C2323',
 				),
 				),
 				array(
 				array(
-					'name'  => __( 'Light Brown', 'barnsbury' ),
+					'name'  => __( 'Clay', 'barnsbury' ),
 					'slug'  => 'foreground-light',
 					'slug'  => 'foreground-light',
 					'color' => '#844D4D',
 					'color' => '#844D4D',
 				),
 				),
 				array(
 				array(
-					'name'  => __( 'Lighter Gray', 'barnsbury' ),
+					'name'  => __( 'Light Gray', 'barnsbury' ),
 					'slug'  => 'background-dark',
 					'slug'  => 'background-dark',
 					'color' => '#DDDDDD',
 					'color' => '#DDDDDD',
 				),
 				),
 				array(
 				array(
-					'name'  => __( 'Subtle Gray', 'barnsbury' ),
+					'name'  => __( 'Subtle Off White', 'barnsbury' ),
 					'slug'  => 'background-light',
 					'slug'  => 'background-light',
 					'color' => '#FDF9EC',
 					'color' => '#FDF9EC',
 				),
 				),
 				array(
 				array(
-					'name'  => __( 'White', 'barnsbury' ),
+					'name'  => __( 'Off White', 'barnsbury' ),
 					'slug'  => 'background',
 					'slug'  => 'background',
 					'color' => '#FFFDF6',
 					'color' => '#FFFDF6',
 				),
 				),