Browse Source

Editor color fixes.

Jeffrey Pearce 6 years ago
parent
commit
5c3804d2fd
2 changed files with 5 additions and 5 deletions
  1. 3 3
      stratford/functions.php
  2. 2 2
      stratford/sass/_config-child-theme-deep.scss

+ 3 - 3
stratford/functions.php

@@ -60,12 +60,12 @@ if ( ! function_exists( 'stratford_setup' ) ) :
 				array(
 					'name'  => __( 'Primary', 'stratford' ),
 					'slug'  => 'primary',
-					'color' => '#0000FF',
+					'color' => '#2c313f',
 				),
 				array(
 					'name'  => __( 'Secondary', 'stratford' ),
 					'slug'  => 'secondary',
-					'color' => '#FF0000',
+					'color' => '#3e69dc',
 				),
 				array(
 					'name'  => __( 'Dark Gray', 'stratford' ),
@@ -90,7 +90,7 @@ if ( ! function_exists( 'stratford_setup' ) ) :
 				array(
 					'name'  => __( 'Subtle Gray', 'stratford' ),
 					'slug'  => 'background-light',
-					'color' => '#FAFAFA',
+					'color' => '#f3f3f3',
 				),
 				array(
 					'name'  => __( 'White', 'stratford' ),

+ 2 - 2
stratford/sass/_config-child-theme-deep.scss

@@ -65,7 +65,7 @@ $config-global: (
 			"hover": #3e69dc,
 		),
 		"secondary": (
-			"default": red,
+			"default": #3e69dc,
 			"hover": darkred,
 		),
 		"foreground": (
@@ -75,7 +75,7 @@ $config-global: (
 		),
 		"background": (
 			"default": white,
-			"light": #FAFAFA, // must be accessible against foreground-default
+			"light": #f3f3f3, // must be accessible against foreground-default
 			"dark": #DDDDDD, // must be accessible against foreground-default
 		),
 		"border": (