Jelajahi Sumber

Add featured color palettes

Kjell Reigstad 5 tahun lalu
induk
melakukan
20b6801620
1 mengubah file dengan 26 tambahan dan 1 penghapusan
  1. 26 1
      redhill/inc/wpcom-colors.php

+ 26 - 1
redhill/inc/wpcom-colors.php

@@ -464,4 +464,29 @@ function redhill_custom_colors_extra_css() { ?>
 		}
 		}
 	}
 	}
 <?php }
 <?php }
-add_theme_support( 'custom_colors_extra_css', 'redhill_custom_colors_extra_css' ); 
+add_theme_support( 'custom_colors_extra_css', 'redhill_custom_colors_extra_css' ); 
+
+/**
+ * Featured Varia Palettes
+ */
+// Light
+add_color_palette( array(
+	'#FFFFFF',
+	'#1D1E1E',
+	'#C8133E',
+	'#4E2F4B',
+), 'Light' );
+// Medium
+add_color_palette( array(
+	'#EEF4F7',
+	'#242527',
+	'#35845D',
+	'#233252',
+), 'Medium' );
+// Dark
+add_color_palette( array(
+	'#1F2527',
+	'#FFFFFF',
+	'#9FD3E8',
+	'#FBE6AA',
+), 'Dark' );