Browse Source

css variable approach to color annotations

Maggie Cabrera 4 years ago
parent
commit
aadbe38385
1 changed files with 24 additions and 0 deletions
  1. 24 0
      hever/functions.php

+ 24 - 0
hever/functions.php

@@ -93,6 +93,7 @@ if ( ! function_exists( 'hever_setup' ) ) :
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Foreground Low Contrast', 'hever' ),
 					'name'  => __( 'Foreground Low Contrast', 'hever' ),
+<<<<<<< HEAD
 					'slug'  => 'foreground-low-contrast',
 					'slug'  => 'foreground-low-contrast',
 					'color' => $foreground_low_contrast,
 					'color' => $foreground_low_contrast,
 				),
 				),
@@ -114,6 +115,29 @@ if ( ! function_exists( 'hever_setup' ) ) :
 				array(
 				array(
 					'name'  => __( 'Background Low Contrast', 'hever' ),
 					'name'  => __( 'Background Low Contrast', 'hever' ),
 					'slug'  => 'background-low-contrast',
 					'slug'  => 'background-low-contrast',
+=======
+					'slug'  => 'foreground-light',
+					'color' => $foreground_low_contrast,
+				),
+				array(
+					'name'  => __( 'Foreground High Contrast', 'hever' ),
+					'slug'  => 'foreground-dark',
+					'color' => $foreground_high_contrast,
+				),
+				array(
+					'name'  => __( 'Background', 'hever' ),
+					'slug'  => 'background',
+					'color' => $background,
+				),
+				array(
+					'name'  => __( 'Background High Contrast', 'hever' ),
+					'slug'  => 'background-light',
+					'color' => $background_high_contrast,
+				),
+				array(
+					'name'  => __( 'Background Low Contrast', 'hever' ),
+					'slug'  => 'background-light',
+>>>>>>> css variable approach to color annotations
 					'color' => $background_low_contrast,
 					'color' => $background_low_contrast,
 				),
 				),
 			)
 			)