12345678910111213 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- require_once __DIR__ . '/wpcom-colors-utils.php';
- seedlet_define_color_annotations(
- array(
- 'background' => '#FFFFFF',
- 'foreground' => '#444444',
- 'primary' => '#000000',
- 'secondary' => '#3C8067',
- 'tertiary' => '#FAFBF6',
- )
- );
|