diff --git a/assembler/assets/images/portrait.jpg b/assembler/assets/images/portrait.jpg new file mode 100644 index 0000000000..75264203e6 Binary files /dev/null and b/assembler/assets/images/portrait.jpg differ diff --git a/assembler/blueprint-content.xml b/assembler/blueprint-content.xml new file mode 100644 index 0000000000..24bbf2ad02 --- /dev/null +++ b/assembler/blueprint-content.xml @@ -0,0 +1,68 @@ + + + + 1.2 + + <![CDATA[Pattern Styles]]> + + Mon, 08 Apr 2024 12:00:00 +0000 + + /?page_id=1 + + +
+
+
+

Services

+ + + +
+ + + +

Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.

+ + + + + + +
+ + + +
+
+
+
+
+]]>
+ + 1 + 2024-04-08 12:00:00 + 2024-04-08 12:00:00 + 2024-04-08 12:00:00 + 2024-04-08 12:00:00 + closed + closed + welcome + publish + 0 + 0 + page +
+
+
diff --git a/assembler/functions.php b/assembler/functions.php index 261a92c91d..a932609ea9 100644 --- a/assembler/functions.php +++ b/assembler/functions.php @@ -97,3 +97,42 @@ function assembler_styles() { endif; add_action( 'wp_enqueue_scripts', 'assembler_styles' ); + +if ( ! function_exists( 'assembler_register_pattern_categories' ) ) : + /** + * Register pattern categories. + * + * @since Assembler 1.0 + * + * @return void + */ + function assembler_register_pattern_categories() { + register_block_pattern_category( + 'page', + array( 'label' => __( 'Pages', 'assembler' ) ) + ); + + register_block_pattern_category( + 'intro', + array( 'label' => __( 'Intro', 'assembler' ) ) + ); + + register_block_pattern_category( + 'services', + array( 'label' => __( 'Services', 'assembler' ) ) + ); + + register_block_pattern_category( + 'about', + array( 'label' => __( 'About', 'assembler' ) ) + ); + + register_block_pattern_category( + 'social', + array( 'label' => __( 'Social', 'assembler' ) ) + ); + } +endif; + +// Add this new action +add_action( 'init', 'assembler_register_pattern_categories' ); diff --git a/assembler/patterns/about-1.php b/assembler/patterns/about-1.php new file mode 100644 index 0000000000..a22e040832 --- /dev/null +++ b/assembler/patterns/about-1.php @@ -0,0 +1,37 @@ + + + + +
+
+
+
Portrait
+
+ + + +
+

About us

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+ + + + +
+
+
+ + \ No newline at end of file diff --git a/assembler/patterns/about-2.php b/assembler/patterns/about-2.php new file mode 100644 index 0000000000..9beb123169 --- /dev/null +++ b/assembler/patterns/about-2.php @@ -0,0 +1,41 @@ + + + +
+
+
+

About us

+
+ + + +
+

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a fulfilling journey.

+
+ + + +
+

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a fulfilling journey.

+ + + + +
+
+ + + +
+ +
+
+ diff --git a/assembler/patterns/about-3.php b/assembler/patterns/about-3.php new file mode 100644 index 0000000000..391897983a --- /dev/null +++ b/assembler/patterns/about-3.php @@ -0,0 +1,45 @@ + + + +
+
+
+
+
+ + + +
+

About us

+ + + +

We believe in pushing boundaries and creating lasting impact through our work. Learn more about that vision.

+ + + + + + + + +
+ + + +
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/about-4.php b/assembler/patterns/about-4.php new file mode 100644 index 0000000000..0ee64eb139 --- /dev/null +++ b/assembler/patterns/about-4.php @@ -0,0 +1,42 @@ + + +
+
+
+
+
+

About us

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+ + + + +
+ + + +
+
+
+ + + +
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/about-5.php b/assembler/patterns/about-5.php new file mode 100644 index 0000000000..5a79fab8f2 --- /dev/null +++ b/assembler/patterns/about-5.php @@ -0,0 +1,30 @@ + + + +
+
+
+

About us

+
+ + + +
+

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey. Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + + +
+ + diff --git a/assembler/patterns/feature-1.php b/assembler/patterns/feature-1.php new file mode 100644 index 0000000000..fc47bee973 --- /dev/null +++ b/assembler/patterns/feature-1.php @@ -0,0 +1,54 @@ + + + +
+
+
+

Feature One

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more →

+
+ + + +
+

Feature Two

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more →

+
+ + + +
+

Feature Three

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more →

+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/footer-1.php b/assembler/patterns/footer-1.php new file mode 100644 index 0000000000..7a3e2b54d6 --- /dev/null +++ b/assembler/patterns/footer-1.php @@ -0,0 +1,69 @@ + + + + + \ No newline at end of file diff --git a/assembler/patterns/header-1.php b/assembler/patterns/header-1.php new file mode 100644 index 0000000000..a9ac828b74 --- /dev/null +++ b/assembler/patterns/header-1.php @@ -0,0 +1,37 @@ + + + +
+ + + + +
+
+
+
+ + + +
+ + + +
+
+ + + + +
+ \ No newline at end of file diff --git a/assembler/patterns/intro-1.php b/assembler/patterns/intro-1.php new file mode 100644 index 0000000000..144c740304 --- /dev/null +++ b/assembler/patterns/intro-1.php @@ -0,0 +1,25 @@ + + + +
+ + + + +
+

Start your journey here

+
+ + + + +
+ diff --git a/assembler/patterns/intro-3.php b/assembler/patterns/intro-3.php new file mode 100644 index 0000000000..8d1f82a1b8 --- /dev/null +++ b/assembler/patterns/intro-3.php @@ -0,0 +1,33 @@ + + + +
+
+
+

Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.

+ + + + +
+ + + +
+
+ + + + +
+ \ No newline at end of file diff --git a/assembler/patterns/intro-4.php b/assembler/patterns/intro-4.php new file mode 100644 index 0000000000..3eaf002ab9 --- /dev/null +++ b/assembler/patterns/intro-4.php @@ -0,0 +1,41 @@ + + + +
+ +
+
+

Start your journey here

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+ + + + +
+ + + +
+
+
+
+
+ + + + + + diff --git a/assembler/patterns/intro-5.php b/assembler/patterns/intro-5.php new file mode 100644 index 0000000000..4d0f681eb6 --- /dev/null +++ b/assembler/patterns/intro-5.php @@ -0,0 +1,27 @@ + + + +
+
+ + + + +
+

Start your journey here

+
+ + + + +
+
+ \ No newline at end of file diff --git a/assembler/patterns/intro-6.php b/assembler/patterns/intro-6.php new file mode 100644 index 0000000000..2071272101 --- /dev/null +++ b/assembler/patterns/intro-6.php @@ -0,0 +1,10 @@ + + diff --git a/assembler/patterns/link-in-bio-1.php b/assembler/patterns/link-in-bio-1.php new file mode 100644 index 0000000000..6fd20e7978 --- /dev/null +++ b/assembler/patterns/link-in-bio-1.php @@ -0,0 +1,61 @@ + + + +
+

Writer—Chaos Architect

+ + + +

Lyra Steel

+ + + + + + + +
+ + + +
+ + + + + + + + + + + + + +
+ + + + + + + +

Made with w.link

+
+ \ No newline at end of file diff --git a/assembler/patterns/link-in-bio-2.php b/assembler/patterns/link-in-bio-2.php new file mode 100644 index 0000000000..5a2e4d0d49 --- /dev/null +++ b/assembler/patterns/link-in-bio-2.php @@ -0,0 +1,61 @@ + + + +
+

Writer—Chaos Architect

+ + + +

Atlas Vesper

+ + + +
+ + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + +

Made with w.link

+
+ \ No newline at end of file diff --git a/assembler/patterns/link-in-bio-3.php b/assembler/patterns/link-in-bio-3.php new file mode 100644 index 0000000000..c39b51dbf3 --- /dev/null +++ b/assembler/patterns/link-in-bio-3.php @@ -0,0 +1,61 @@ + + + +
+
+ + + +
+

Rowan Ellis

+ + + +

Perspective Shifter

+
+ + + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + +

Made with w.link

+
+ \ No newline at end of file diff --git a/assembler/patterns/link-in-bio-4.php b/assembler/patterns/link-in-bio-4.php new file mode 100644 index 0000000000..3f462bf9a3 --- /dev/null +++ b/assembler/patterns/link-in-bio-4.php @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/assembler/patterns/link-in-bio-5.php b/assembler/patterns/link-in-bio-5.php new file mode 100644 index 0000000000..2f61f72381 --- /dev/null +++ b/assembler/patterns/link-in-bio-5.php @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/assembler/patterns/link-in-bio-6.php b/assembler/patterns/link-in-bio-6.php new file mode 100644 index 0000000000..c02565e48c --- /dev/null +++ b/assembler/patterns/link-in-bio-6.php @@ -0,0 +1,57 @@ + + + + + \ No newline at end of file diff --git a/assembler/patterns/page-about.php b/assembler/patterns/page-about.php new file mode 100644 index 0000000000..38d968769b --- /dev/null +++ b/assembler/patterns/page-about.php @@ -0,0 +1,43 @@ + + + +
+
+
+

Who we are

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+ + + +
+
+
+
+
+ + + +
+
+

Get Started

+ + + + +
+
+ \ No newline at end of file diff --git a/assembler/patterns/page-portfolio.php b/assembler/patterns/page-portfolio.php new file mode 100644 index 0000000000..d4e95d68f6 --- /dev/null +++ b/assembler/patterns/page-portfolio.php @@ -0,0 +1,39 @@ + + + +
+
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/page-services.php b/assembler/patterns/page-services.php new file mode 100644 index 0000000000..fcb34d1629 --- /dev/null +++ b/assembler/patterns/page-services.php @@ -0,0 +1,117 @@ + + + +
+
+
+

Our Services

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+ + + +
+
+
+
+
+ + + +
+
+
+
+
+ + + +
+

Service 1

+ + + +

$99

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + +
+ +
+
+ + + +
+
+
+ + + +
+

Service 2

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + +
+ +
+
+ + + +
+
+
+ + + +
+

Service 3

+ + + +

$299

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + +
+ +
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-1.php b/assembler/patterns/posts-1.php new file mode 100644 index 0000000000..92030d8dfd --- /dev/null +++ b/assembler/patterns/posts-1.php @@ -0,0 +1,25 @@ + + + +
+

Posts

+ + + +
+ + + + + +
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-2.php b/assembler/patterns/posts-2.php new file mode 100644 index 0000000000..d9ecf906e1 --- /dev/null +++ b/assembler/patterns/posts-2.php @@ -0,0 +1,27 @@ + + + +
+

Posts

+ + + +
+ +
+ + + +
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-3.php b/assembler/patterns/posts-3.php new file mode 100644 index 0000000000..88848f3f89 --- /dev/null +++ b/assembler/patterns/posts-3.php @@ -0,0 +1,30 @@ + + + +
+

Posts

+ + + +
+ +
+
+ + + +
+ +
+
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-4.php b/assembler/patterns/posts-4.php new file mode 100644 index 0000000000..0357ce4fdd --- /dev/null +++ b/assembler/patterns/posts-4.php @@ -0,0 +1,28 @@ + + + +
+

Posts

+ + + +
+ +
+
+ + + +
+
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-5.php b/assembler/patterns/posts-5.php new file mode 100644 index 0000000000..46c95da22e --- /dev/null +++ b/assembler/patterns/posts-5.php @@ -0,0 +1,26 @@ + + + +
+
+ + + +
+ +
+ + + + + +
+
+ \ No newline at end of file diff --git a/assembler/patterns/posts-6.php b/assembler/patterns/posts-6.php new file mode 100644 index 0000000000..b725e187d1 --- /dev/null +++ b/assembler/patterns/posts-6.php @@ -0,0 +1,26 @@ + + + +
+

Posts

+ + + +
+ + + +
+ +
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-1.php b/assembler/patterns/services-1.php new file mode 100644 index 0000000000..e41a658cd8 --- /dev/null +++ b/assembler/patterns/services-1.php @@ -0,0 +1,46 @@ + + + +
+
+
+

Services

+ + + + +
+ + + +
+
+
+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + +
+
+
+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-2.php b/assembler/patterns/services-2.php new file mode 100644 index 0000000000..9bacc7bfc3 --- /dev/null +++ b/assembler/patterns/services-2.php @@ -0,0 +1,81 @@ + + +
+

Services

+ + + +
+
+
+
+ + + +
+

Service 1

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+
+ + + +
+
+
+ + + +
+

Service 2

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+
+ + + +
+
+
+ + + +
+

Service 3

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-3.php b/assembler/patterns/services-3.php new file mode 100644 index 0000000000..77f05447b1 --- /dev/null +++ b/assembler/patterns/services-3.php @@ -0,0 +1,78 @@ + + + +
+
+
+

Services

+
+ + + +
+
+

Service 1

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+ + + +
+

Service 3

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+ + + +
+
+

Service 2

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+ + + +
+

Service 4

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-4.php b/assembler/patterns/services-4.php new file mode 100644 index 0000000000..282a734bfb --- /dev/null +++ b/assembler/patterns/services-4.php @@ -0,0 +1,34 @@ + + + +
+
+
+
+
+ + + +
+

Services

+ + + +

Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.

+ + + + +
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-5.php b/assembler/patterns/services-5.php new file mode 100644 index 0000000000..5ed027805e --- /dev/null +++ b/assembler/patterns/services-5.php @@ -0,0 +1,68 @@ + + + +
+
+

Services

+
+ + + +
+
+ + + + +
+
+

Service 1

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more

+
+ + + +
+

Service 2

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more

+
+ + + +
+

Service 3

+ + + +

Adding services to your website helps provide value by addressing specific needs or challenges that your clients face. Offer expertise, streamline processes, and create tailored solutions that enhance customer satisfaction.

+ + + +

Learn more

+
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/services-6.php b/assembler/patterns/services-6.php new file mode 100644 index 0000000000..09812577fc --- /dev/null +++ b/assembler/patterns/services-6.php @@ -0,0 +1,56 @@ + + + +
+
+
+

Services

+ + + +
+

Service 1

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+ + + +

Learn More

+
+ + + +
+

Service 2

+ + + +

$199

+ + + +

Navigating life's intricate fabric, choices unfold paths to the extraordinary, demanding creativity, curiosity, and courage for a truly fulfilling journey.

+ + + +

Learn More

+
+
+ + + +
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/social-1.php b/assembler/patterns/social-1.php new file mode 100644 index 0000000000..8c2a71d154 --- /dev/null +++ b/assembler/patterns/social-1.php @@ -0,0 +1,47 @@ + + + +
+

Follow us on social

+ + + +
+
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+
+
+ + + +
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/social-2.php b/assembler/patterns/social-2.php new file mode 100644 index 0000000000..1f91adfba6 --- /dev/null +++ b/assembler/patterns/social-2.php @@ -0,0 +1,49 @@ + + + +
+
+

Follow us on social

+ + + +
+ +
+
+ + + +
+
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/social-3.php b/assembler/patterns/social-3.php new file mode 100644 index 0000000000..d10406ea56 --- /dev/null +++ b/assembler/patterns/social-3.php @@ -0,0 +1,41 @@ + + + +
+

Follow us on social

+ + + +
+
+
+
+ + + +
+
+
+ + + +
+
+
+
+ + + +
+ +
+
+ \ No newline at end of file diff --git a/assembler/patterns/social-4.php b/assembler/patterns/social-4.php new file mode 100644 index 0000000000..12f7d899cd --- /dev/null +++ b/assembler/patterns/social-4.php @@ -0,0 +1,49 @@ + + + +
+

Follow us on social

+ + + + + + + +
+
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+
+
+
+ diff --git a/assembler/patterns/social-5.php b/assembler/patterns/social-5.php new file mode 100644 index 0000000000..910f14271b --- /dev/null +++ b/assembler/patterns/social-5.php @@ -0,0 +1,49 @@ + + + +
+

Follow us on social

+ + + +
+
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+ + + +
+
+
+ \ No newline at end of file diff --git a/assembler/patterns/social-6.php b/assembler/patterns/social-6.php new file mode 100644 index 0000000000..8291a8beb4 --- /dev/null +++ b/assembler/patterns/social-6.php @@ -0,0 +1,25 @@ + + + +
+
+

X

+ + + +

Facebook

+ + + +

Instagram

+
+
+ \ No newline at end of file diff --git a/assembler/style.css b/assembler/style.css index 4b2e3f5f2d..d41cbf8c43 100644 --- a/assembler/style.css +++ b/assembler/style.css @@ -120,6 +120,11 @@ footer { font-size: 20px; } +.wp-block-social-links.is-style-logos-only .wp-block-social-link-anchor { + padding: 0.25rem; +} + + /* Move header core/navigation to the right on mobile. */ .order-0 { @@ -160,4 +165,14 @@ footer { .overflow-hidden { overflow: hidden; +} + +.z-10 { + position: relative; + z-index: 10; +} + +.z-20 { + position: relative; + z-index: 20; } \ No newline at end of file diff --git a/assembler/styles/block/section-3.json b/assembler/styles/block/section-3.json index 6efa9caaba..bf6df1303f 100644 --- a/assembler/styles/block/section-3.json +++ b/assembler/styles/block/section-3.json @@ -18,6 +18,11 @@ "color": { "text": "color-mix(in srgb, currentColor 25%, transparent)" } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } } }, "elements": { diff --git a/assembler/styles/colors/01-pearl.json b/assembler/styles/colors/01-pearl.json index 933b2d2bd5..f5c6e787c0 100644 --- a/assembler/styles/colors/01-pearl.json +++ b/assembler/styles/colors/01-pearl.json @@ -254,6 +254,13 @@ "background": "var(--wp--preset--color--theme-5)", "text": "var(--wp--preset--color--theme-1)" }, + "blocks": { + "core/post-date": { + "color": { + "text": "color-mix(in srgb, currentColor 65%, transparent)" + } + } + }, "elements": { "button": { "color": { diff --git a/assembler/styles/colors/02-mulberry.json b/assembler/styles/colors/02-mulberry.json index d29c602099..363def9735 100644 --- a/assembler/styles/colors/02-mulberry.json +++ b/assembler/styles/colors/02-mulberry.json @@ -206,6 +206,13 @@ "background": "var(--wp--preset--color--theme-5)", "text": "var(--wp--preset--color--theme-3)" }, + "blocks": { + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } + } + }, "elements": { "button": { "color": { diff --git a/assembler/styles/colors/03-auburn.json b/assembler/styles/colors/03-auburn.json index 6057e4a3bb..39ec7627eb 100644 --- a/assembler/styles/colors/03-auburn.json +++ b/assembler/styles/colors/03-auburn.json @@ -131,6 +131,11 @@ "color": { "text": "currentColor" } + }, + "core/post-date": { + "color": { + "text": "color-mix(in srgb, currentColor 65%, transparent)" + } } }, "elements": { @@ -158,6 +163,11 @@ "color": { "text": "currentColor" } + }, + "core/post-date": { + "color": { + "text": "color-mix(in srgb, currentColor 65%, transparent)" + } } }, "elements": { @@ -185,6 +195,11 @@ "color": { "text": "var(--wp--preset--color--theme-4)" } + }, + "core/post-date": { + "color": { + "text": "color-mix(in srgb, currentColor 65%, transparent)" + } } }, "elements": { diff --git a/assembler/styles/colors/20-pear.json b/assembler/styles/colors/20-pear.json new file mode 100644 index 0000000000..55e9b57d35 --- /dev/null +++ b/assembler/styles/colors/20-pear.json @@ -0,0 +1,225 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Pear", + "patternCategory": "sophisticated", + "keywords": [ + "earthy", + "serene", + "natural", + "vibrant", + "balanced", + "harmonious", + "ecofriendly", + "spa" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#EDEAE1", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#0D0B01", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#CDA681", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#262893", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#1D1705", + "#E4DECD" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#5B6449", + "#E4DECD" + ], + "slug": "duotone-2", + "name": "Duotone 2" + }, + { + "colors": [ + "#1D1705", + "#A24126" + ], + "slug": "duotone-3", + "name": "Duotone 3" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 6" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 95%, #000)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 95%, #000)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "caption": { + "color": { + "text": "currentColor" + } + }, + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-3)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 95%, #000)", + "text": "var(--wp--preset--color--theme-3)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "caption": { + "color": { + "text": "currentColor" + } + }, + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 95%, #000)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + } + } + } + } +} diff --git a/assembler/styles/colors/20-periwinkle.json b/assembler/styles/colors/21-periwinkle.json similarity index 100% rename from assembler/styles/colors/20-periwinkle.json rename to assembler/styles/colors/21-periwinkle.json diff --git a/assembler/styles/colors/21-terracotta.json b/assembler/styles/colors/22-terracotta.json similarity index 100% rename from assembler/styles/colors/21-terracotta.json rename to assembler/styles/colors/22-terracotta.json diff --git a/assembler/styles/colors/22-dawn.json b/assembler/styles/colors/23-dawn.json similarity index 100% rename from assembler/styles/colors/22-dawn.json rename to assembler/styles/colors/23-dawn.json diff --git a/assembler/styles/colors/23-cornflower.json b/assembler/styles/colors/24-cornflower.json similarity index 100% rename from assembler/styles/colors/23-cornflower.json rename to assembler/styles/colors/24-cornflower.json diff --git a/assembler/styles/colors/24-sand.json b/assembler/styles/colors/25-sand.json similarity index 100% rename from assembler/styles/colors/24-sand.json rename to assembler/styles/colors/25-sand.json diff --git a/assembler/styles/colors/25-maritime.json b/assembler/styles/colors/26-maritime.json similarity index 100% rename from assembler/styles/colors/25-maritime.json rename to assembler/styles/colors/26-maritime.json diff --git a/assembler/styles/colors/26-blueberry.json b/assembler/styles/colors/27-blueberry.json similarity index 100% rename from assembler/styles/colors/26-blueberry.json rename to assembler/styles/colors/27-blueberry.json diff --git a/assembler/styles/colors/27-sapphire.json b/assembler/styles/colors/28-sapphire.json similarity index 100% rename from assembler/styles/colors/27-sapphire.json rename to assembler/styles/colors/28-sapphire.json diff --git a/assembler/styles/colors/28-gainsboro.json b/assembler/styles/colors/29-gainsboro.json similarity index 100% rename from assembler/styles/colors/28-gainsboro.json rename to assembler/styles/colors/29-gainsboro.json diff --git a/assembler/styles/colors/29-fern.json b/assembler/styles/colors/30-fern.json similarity index 100% rename from assembler/styles/colors/29-fern.json rename to assembler/styles/colors/30-fern.json diff --git a/assembler/styles/colors/30-tangerine.json b/assembler/styles/colors/31-tangerine.json similarity index 100% rename from assembler/styles/colors/30-tangerine.json rename to assembler/styles/colors/31-tangerine.json diff --git a/assembler/styles/colors/31-creamsicle.json b/assembler/styles/colors/32-creamsicle.json similarity index 100% rename from assembler/styles/colors/31-creamsicle.json rename to assembler/styles/colors/32-creamsicle.json diff --git a/assembler/styles/colors/32-citron.json b/assembler/styles/colors/33-citron.json similarity index 100% rename from assembler/styles/colors/32-citron.json rename to assembler/styles/colors/33-citron.json diff --git a/assembler/styles/colors/33-rose.json b/assembler/styles/colors/34-rose.json similarity index 100% rename from assembler/styles/colors/33-rose.json rename to assembler/styles/colors/34-rose.json diff --git a/assembler/styles/colors/34-cinnabar.json b/assembler/styles/colors/35-cinnabar.json similarity index 100% rename from assembler/styles/colors/34-cinnabar.json rename to assembler/styles/colors/35-cinnabar.json diff --git a/assembler/styles/colors/35-ultraviolet.json b/assembler/styles/colors/36-ultraviolet.json similarity index 100% rename from assembler/styles/colors/35-ultraviolet.json rename to assembler/styles/colors/36-ultraviolet.json diff --git a/assembler/styles/colors/37-amber.json b/assembler/styles/colors/37-amber.json new file mode 100644 index 0000000000..8b3f6f76bf --- /dev/null +++ b/assembler/styles/colors/37-amber.json @@ -0,0 +1,236 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Amber", + "category": "bold", + "keywords": [ + "vibrant", + "modern", + "yellow", + "gold", + "bright", + "warm", + "luxurious", + "energetic", + "dramatic", + "dark", + "amber", + "culinary" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#180908", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#FFB000", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#FFE09D", + "name": "Color 6", + "slug": "theme-6" + }, + { + "color": "#280C0B", + "name": "Color 4", + "slug": "theme-4" + } + ], + "duotone": [ + { + "colors": [ + "#280C0B", + "#FFE09D" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#280C0B", + "#FFB000" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 6" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-6)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-6)", + "text": "var(--wp--preset--color--theme-4)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-6)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-6)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 60%, #000)", + "text": "var(--wp--preset--color--theme-6)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 60%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-6)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--theme-6)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 50%, #000)", + "text": "var(--wp--preset--color--theme-6)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + } + } +} diff --git a/assembler/styles/colors/37-spring.json b/assembler/styles/colors/38-spring.json similarity index 100% rename from assembler/styles/colors/37-spring.json rename to assembler/styles/colors/38-spring.json diff --git a/assembler/styles/colors/38-lawn.json b/assembler/styles/colors/39-lawn.json similarity index 100% rename from assembler/styles/colors/38-lawn.json rename to assembler/styles/colors/39-lawn.json diff --git a/assembler/styles/colors/39-emerald.json b/assembler/styles/colors/40-emerald.json similarity index 100% rename from assembler/styles/colors/39-emerald.json rename to assembler/styles/colors/40-emerald.json diff --git a/assembler/styles/colors/40-fluorescent.json b/assembler/styles/colors/41-fluorescent.json similarity index 100% rename from assembler/styles/colors/40-fluorescent.json rename to assembler/styles/colors/41-fluorescent.json diff --git a/assembler/styles/colors/41-golden.json b/assembler/styles/colors/42-golden.json similarity index 100% rename from assembler/styles/colors/41-golden.json rename to assembler/styles/colors/42-golden.json diff --git a/assembler/styles/colors/42-zenith.json b/assembler/styles/colors/43-zenith.json similarity index 100% rename from assembler/styles/colors/42-zenith.json rename to assembler/styles/colors/43-zenith.json diff --git a/assembler/styles/colors/43-salmon.json b/assembler/styles/colors/44-salmon.json similarity index 100% rename from assembler/styles/colors/43-salmon.json rename to assembler/styles/colors/44-salmon.json diff --git a/assembler/styles/typography/03-rubik.json b/assembler/styles/typography/03-rubik.json index 160f26243c..45f58d4041 100644 --- a/assembler/styles/typography/03-rubik.json +++ b/assembler/styles/typography/03-rubik.json @@ -44,20 +44,20 @@ "fontSizes": [ { "name": "Small", - "size": "16px", + "size": "15px", "slug": "small", "fluid": { - "min": "16px", + "min": "15px", "max": "17px" } }, { "name": "Medium", - "size": "24px", + "size": "19px", "slug": "medium", "fluid": { - "min": "22px", - "max": "24px" + "min": "17px", + "max": "19px" } }, { @@ -114,7 +114,7 @@ "elements": { "button": { "typography": { - "fontSize": "18px", + "fontSize": "var(--wp--preset--font-size--medium)", "fontWeight": "700" } }, diff --git a/assembler/styles/typography/08-fraunces.json b/assembler/styles/typography/08-fraunces.json index 2052b1a286..201f9b34e2 100644 --- a/assembler/styles/typography/08-fraunces.json +++ b/assembler/styles/typography/08-fraunces.json @@ -83,11 +83,11 @@ }, { "name": "Medium", - "size": "24px", + "size": "22px", "slug": "medium", "fluid": { - "min": "16px", - "max": "24px" + "min": "17px", + "max": "22px" } }, { @@ -95,26 +95,26 @@ "size": "34px", "slug": "large", "fluid": { - "min": "22px", + "min": "24px", "max": "34px" } }, { "name": "Extra Large", - "size": "64px", + "size": "60px", "slug": "x-large", "fluid": { - "min": "47px", - "max": "64px" + "min": "38px", + "max": "60px" } }, { "name": "2X Large", - "size": "95px", + "size": "86px", "slug": "xx-large", "fluid": { - "min": "60px", - "max": "95px" + "min": "46px", + "max": "86px" } } ] @@ -146,8 +146,9 @@ "elements": { "button": { "typography": { + "fontFamily": "var(--wp--preset--font-family--inter)", "fontSize": "var(--wp--preset--font-size--small)", - "fontWeight": "300" + "fontWeight": "400" } }, "heading": { @@ -168,26 +169,26 @@ }, "h3": { "typography": { - "fontWeight": "300", - "fontSize": "var(--wp--preset--font-size--large)" + "fontSize": "var(--wp--preset--font-size--large)", + "fontWeight": "300" } }, "h4": { "typography": { - "fontWeight": "300", - "fontSize": "var(--wp--preset--font-size--medium)" + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "300" } }, "h5": { "typography": { - "fontWeight": "300", - "fontSize": "var(--wp--preset--font-size--medium)" + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "300" } }, "h6": { "typography": { - "fontWeight": "300", - "fontSize": "var(--wp--preset--font-size--small)" + "fontSize": "var(--wp--preset--font-size--small)", + "fontWeight": "300" } } }, diff --git a/assembler/templates/template-blank.html b/assembler/templates/template-blank.html new file mode 100644 index 0000000000..e473d7514e --- /dev/null +++ b/assembler/templates/template-blank.html @@ -0,0 +1,5 @@ + +
+ +
+ \ No newline at end of file diff --git a/assembler/theme.json b/assembler/theme.json index 7f108be215..d290b3ead2 100644 --- a/assembler/theme.json +++ b/assembler/theme.json @@ -113,7 +113,8 @@ "size": "min(calc(var(--wp--custom--spacing-unit) * (var(--wp--custom--spacing-increment) * 7) * 1px), calc(var(--wp--custom--spacing-increment) * 7 * 1vw))", "slug": "80" } - ] + ], + "units": [ "%", "px", "em", "rem", "vw", "vh" ] }, "typography": { "defaultFontSizes": false, @@ -333,7 +334,7 @@ "heading": { "css": "&.has-background { padding: 0; }", "typography": { - "fontWeight": "500" + "fontWeight": "450" } }, "caption": { diff --git a/assembler/styles/colors/36-amber.json b/dos/styles/01-amber.json similarity index 100% rename from assembler/styles/colors/36-amber.json rename to dos/styles/01-amber.json diff --git a/dos/styles/02-sapphire.json b/dos/styles/02-sapphire.json new file mode 100644 index 0000000000..c94b5775fe --- /dev/null +++ b/dos/styles/02-sapphire.json @@ -0,0 +1,229 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Sapphire", + "patternCategory": "bold", + "keywords": [ + "blue", + "vibrant", + "clean", + "modern", + "dynamic", + "corporate", + "professional", + "sleek", + "trustworthy", + "sophisticated", + "dark", + "financial", + "technology" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#013CB0", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#F2F5FA", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#ccd8ef", + "name": "Color 6", + "slug": "theme-6" + }, + { + "color": "#000000", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#FFFFFF", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#013CB0", + "#FFFFFF" + ], + "slug": "duotone-1", + "name": "Duotone 1" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-4)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-6)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-6)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-6)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + } + } + } +} diff --git a/dos/styles/03-onyx.json b/dos/styles/03-onyx.json new file mode 100644 index 0000000000..1fd196fa30 --- /dev/null +++ b/dos/styles/03-onyx.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Onyx", + "category": "professional", + "keywords": [ + "dark", + "earthy", + "sophisticated", + "elegant", + "muted", + "contrasting", + "versatile", + "luxury", + "restaurant", + "fashion" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#12130F", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#E4DFDB", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#BFC8E9", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#AD9973", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#E4E171", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#12130F", + "#E4DFDB" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#12130F", + "#E4E171" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + } + } + } +} diff --git a/dos/styles/04-ultraviolet.json b/dos/styles/04-ultraviolet.json new file mode 100644 index 0000000000..12336a813f --- /dev/null +++ b/dos/styles/04-ultraviolet.json @@ -0,0 +1,238 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Ultraviolet", + "category": "bold", + "keywords": [ + "vibrant", + "modern", + "elegant", + "mysterious", + "energetic", + "sophisticated", + "futuristic", + "dark", + "purple", + "nightclub", + "entertainment", + "tech", + "startup", + "digital" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#f9f9ec", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#3C00B2", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#EBE8F1", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#0F0523", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#FFF", + "name": "Color 4", + "slug": "theme-4" + } + ], + "duotone": [ + { + "colors": [ + "#0F0523", + "#f9f9ec" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#3C00B2", + "#f9f9ec" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-3)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-3)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-3)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 70%, #fff)", + "text": "var(--wp--preset--color--theme-3)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + } + } + } +} diff --git a/dos/styles/amber.json b/dos/styles/amber.json deleted file mode 100644 index 1c8a480e54..0000000000 --- a/dos/styles/amber.json +++ /dev/null @@ -1,1054 +0,0 @@ -{ - "settings": { - "appearanceTools": true, - "blocks": { - "core/post-comments-form": { - "appearanceTools": true, - "color": { - "background": true, - "custom": true, - "customDuotone": true, - "customGradient": true, - "defaultDuotone": true, - "defaultGradients": true, - "defaultPalette": true, - "duotone": [], - "gradients": [], - "palette": [ - { - "color": "#33ff10", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#33ff10", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#33ff10", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#1a1a1a", - "name": "Background", - "slug": "background" - }, - { - "color": "#d0d0d0", - "name": "Tertiary", - "slug": "tertiary" - } - ], - "text": true - }, - "layout": { - "definitions": { - "constrained": { - "baseStyles": [ - { - "rules": { - "float": "left", - "margin-inline-end": "2em", - "margin-inline-start": "0" - }, - "selector": " > .alignleft" - }, - { - "rules": { - "float": "right", - "margin-inline-end": "0", - "margin-inline-start": "2em" - }, - "selector": " > .alignright" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important" - }, - "selector": " > .aligncenter" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important", - "max-width": "var(--wp--style--global--content-size)" - }, - "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))" - }, - { - "rules": { - "max-width": "var(--wp--style--global--wide-size)" - }, - "selector": " > .alignwide" - } - ], - "className": "is-layout-constrained", - "name": "constrained", - "slug": "constrained", - "spacingStyles": [ - { - "rules": { - "margin-block-end": "0", - "margin-block-start": "0" - }, - "selector": " > *" - }, - { - "rules": { - "margin-block-end": "0" - }, - "selector": " > * + *" - } - ] - }, - "default": { - "baseStyles": [ - { - "rules": { - "float": "left", - "margin-inline-end": "2em", - "margin-inline-start": "0" - }, - "selector": " > .alignleft" - }, - { - "rules": { - "float": "right", - "margin-inline-end": "0", - "margin-inline-start": "2em" - }, - "selector": " > .alignright" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important" - }, - "selector": " > .aligncenter" - } - ], - "className": "is-layout-flow", - "name": "default", - "slug": "flow", - "spacingStyles": [ - { - "rules": { - "margin-block-end": "0", - "margin-block-start": "0" - }, - "selector": " > *" - }, - { - "rules": { - "margin-block-end": "0" - }, - "selector": " > * + *" - } - ] - }, - "flex": { - "baseStyles": [ - { - "rules": { - "align-items": "center", - "flex-wrap": "wrap" - } - }, - { - "rules": { - "margin": "0" - }, - "selector": " > *" - } - ], - "className": "is-layout-flex", - "displayMode": "flex", - "name": "flex", - "slug": "flex" - }, - "grid": { - "baseStyles": [ - { - "rules": { - "margin": "0" - }, - "selector": " > *" - } - ], - "className": "is-layout-grid", - "displayMode": "grid", - "name": "grid", - "slug": "grid" - } - } - }, - "shadow": { - "defaultPresets": true, - "presets": [] - }, - "spacing": { - "customSpacingSize": true, - "spacingScale": { - "increment": 1.5, - "mediumStep": 1.5, - "operator": "*", - "steps": 7, - "unit": "rem" - }, - "spacingSizes": [], - "units": [ - "%", - "px", - "em", - "rem", - "vh", - "vw" - ] - }, - "typography": { - "customFontSize": true, - "dropCap": true, - "fluid": true, - "fontFamilies": [ - { - "fontFace": [], - "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", - "name": "System Font", - "slug": "system-font" - }, - { - "fontFace": [ - { - "fontFamily": "Jozsika", - "fontStyle": "normal", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/jozsika_normal_400.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "italic", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/jozsika_italic_400.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "normal", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/jozsika_normal_700.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "italic", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/jozsika_italic_700.ttf" - ] - } - ], - "fontFamily": "Jozsika", - "slug": "jozsika" - }, - { - "fontFace": [ - { - "fontFamily": "JetBrains Mono", - "fontStyle": "italic", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/jetbrains-mono_italic_600.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "normal", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/jetbrains-mono_normal_600.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "normal", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/jetbrains-mono_normal_300.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "italic", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/jetbrains-mono_italic_300.ttf" - ] - } - ], - "fontFamily": "JetBrains Mono", - "slug": "jetbrains-mono" - } - ], - "fontSizes": [ - { - "fluid": { - "max": "1.0625rem", - "min": "0.825rem" - }, - "name": "Small", - "size": "1rem", - "slug": "small" - }, - { - "fluid": { - "max": "1.25rem", - "min": "1rem" - }, - "name": "Medium", - "size": "1.125rem", - "slug": "medium" - }, - { - "fluid": { - "max": "2rem", - "min": "1.75rem" - }, - "name": "Large", - "size": "1.75rem", - "slug": "large" - }, - { - "fluid": { - "max": "3rem", - "min": "2.5rem" - }, - "name": "Extra Large", - "size": "3rem", - "slug": "x-large" - } - ], - "fontStyle": true, - "fontWeight": true, - "letterSpacing": true, - "textDecoration": true, - "textTransform": true - }, - "useRootPaddingAwareAlignments": true - } - }, - "color": { - "background": true, - "custom": true, - "customDuotone": true, - "customGradient": true, - "defaultDuotone": true, - "defaultGradients": true, - "defaultPalette": true, - "duotone": [], - "gradients": [], - "palette": [ - { - "color": "#33ff10", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#33ff10", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#33ff10", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#1a1a1a", - "name": "Background", - "slug": "background" - }, - { - "color": "#d0d0d0", - "name": "Tertiary", - "slug": "tertiary" - }, - { - "color": "#280c0b", - "name": "Background Var", - "slug": "custom-background-var" - }, - { - "color": "#ffb000", - "name": "Foreground Var", - "slug": "custom-foreground-var" - } - ], - "text": true - }, - "layout": { - "contentSize": "720px", - "definitions": { - "constrained": { - "baseStyles": [ - { - "rules": { - "float": "left", - "margin-inline-end": "2em", - "margin-inline-start": "0" - }, - "selector": " > .alignleft" - }, - { - "rules": { - "float": "right", - "margin-inline-end": "0", - "margin-inline-start": "2em" - }, - "selector": " > .alignright" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important" - }, - "selector": " > .aligncenter" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important", - "max-width": "var(--wp--style--global--content-size)" - }, - "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))" - }, - { - "rules": { - "max-width": "var(--wp--style--global--wide-size)" - }, - "selector": " > .alignwide" - } - ], - "className": "is-layout-constrained", - "name": "constrained", - "slug": "constrained", - "spacingStyles": [ - { - "rules": { - "margin-block-end": "0", - "margin-block-start": "0" - }, - "selector": " > *" - }, - { - "rules": { - "margin-block-end": "0" - }, - "selector": " > * + *" - } - ] - }, - "default": { - "baseStyles": [ - { - "rules": { - "float": "left", - "margin-inline-end": "2em", - "margin-inline-start": "0" - }, - "selector": " > .alignleft" - }, - { - "rules": { - "float": "right", - "margin-inline-end": "0", - "margin-inline-start": "2em" - }, - "selector": " > .alignright" - }, - { - "rules": { - "margin-left": "auto !important", - "margin-right": "auto !important" - }, - "selector": " > .aligncenter" - } - ], - "className": "is-layout-flow", - "name": "default", - "slug": "flow", - "spacingStyles": [ - { - "rules": { - "margin-block-end": "0", - "margin-block-start": "0" - }, - "selector": " > *" - }, - { - "rules": { - "margin-block-end": "0" - }, - "selector": " > * + *" - } - ] - }, - "flex": { - "baseStyles": [ - { - "rules": { - "align-items": "center", - "flex-wrap": "wrap" - } - }, - { - "rules": { - "margin": "0" - }, - "selector": " > *" - } - ], - "className": "is-layout-flex", - "displayMode": "flex", - "name": "flex", - "slug": "flex" - }, - "grid": { - "baseStyles": [ - { - "rules": { - "margin": "0" - }, - "selector": " > *" - } - ], - "className": "is-layout-grid", - "displayMode": "grid", - "name": "grid", - "slug": "grid" - } - }, - "wideSize": "720px" - }, - "shadow": { - "defaultPresets": true, - "presets": [] - }, - "spacing": { - "customSpacingSize": true, - "spacingScale": { - "increment": 1.5, - "mediumStep": 1.5, - "operator": "*", - "steps": 7, - "unit": "rem" - }, - "spacingSizes": [], - "units": [ - "%", - "px", - "em", - "rem", - "vh", - "vw" - ] - }, - "typography": { - "customFontSize": true, - "dropCap": true, - "fluid": true, - "fontFamilies": [ - { - "fontFace": [], - "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", - "name": "System Font", - "slug": "system-font" - }, - { - "fontFace": [ - { - "fontFamily": "Jozsika", - "fontStyle": "normal", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/jozsika_normal_400.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "italic", - "fontWeight": "400", - "src": [ - "file:./assets/fonts/jozsika_italic_400.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "normal", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/jozsika_normal_700.ttf" - ] - }, - { - "fontFamily": "Jozsika", - "fontStyle": "italic", - "fontWeight": "700", - "src": [ - "file:./assets/fonts/jozsika_italic_700.ttf" - ] - } - ], - "fontFamily": "Jozsika", - "slug": "jozsika" - }, - { - "fontFace": [ - { - "fontFamily": "JetBrains Mono", - "fontStyle": "italic", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/jetbrains-mono_italic_600.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "normal", - "fontWeight": "600", - "src": [ - "file:./assets/fonts/jetbrains-mono_normal_600.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "normal", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/jetbrains-mono_normal_300.ttf" - ] - }, - { - "fontFamily": "JetBrains Mono", - "fontStyle": "italic", - "fontWeight": "300", - "src": [ - "file:./assets/fonts/jetbrains-mono_italic_300.ttf" - ] - } - ], - "fontFamily": "JetBrains Mono", - "slug": "jetbrains-mono" - } - ], - "fontSizes": [ - { - "fluid": { - "max": "1.0625rem", - "min": "0.825rem" - }, - "name": "Small", - "size": "1rem", - "slug": "small" - }, - { - "fluid": { - "max": "1.25rem", - "min": "1rem" - }, - "name": "Medium", - "size": "1.125rem", - "slug": "medium" - }, - { - "fluid": { - "max": "2rem", - "min": "1.75rem" - }, - "name": "Large", - "size": "1.75rem", - "slug": "large" - }, - { - "fluid": { - "max": "3rem", - "min": "2.5rem" - }, - "name": "Extra Large", - "size": "3rem", - "slug": "x-large" - } - ], - "fontStyle": true, - "fontWeight": true, - "letterSpacing": true, - "textDecoration": true, - "textTransform": true - }, - "useRootPaddingAwareAlignments": true - }, - "styles": { - "blocks": { - "core/code": { - "border": { - "color": "var(--wp--preset--color--foreground)", - "radius": "0.25rem", - "style": "solid", - "width": "2px" - }, - "spacing": { - "padding": { - "bottom": "var(--wp--preset--spacing--50)", - "left": "var(--wp--preset--spacing--50)", - "right": "var(--wp--preset--spacing--50)", - "top": "var(--wp--preset--spacing--50)" - } - }, - "typography": { - "fontFamily": "monospace" - } - }, - "core/comment-author-name": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comment-date": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comment-edit-link": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/comment-reply-link": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/gallery": { - "spacing": { - "margin": { - "bottom": "var(--wp--preset--spacing--50)" - } - } - }, - "core/heading": { - "spacing": { - "margin": { - "bottom": "0px", - "left": "0px", - "right": "0px", - "top": "0px" - }, - "padding": { - "top": "2rem" - } - } - }, - "core/list": { - "spacing": { - "padding": { - "left": "var(--wp--preset--spacing--70)" - } - } - }, - "core/navigation": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - } - }, - "core/post-author-name": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - } - }, - "core/post-comments-form": { - "spacing": { - "padding": { - "bottom": "0", - "left": "0", - "right": "0", - "top": "0" - } - } - }, - "core/post-date": { - "color": { - "text": "var:preset|color|custom-foreground-var" - }, - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "color": { - "text": "var:preset|color|custom-foreground-var" - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-title": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "spacing": { - "margin": { - "bottom": "0" - } - } - }, - "core/pullquote": { - "border": { - "color": "var(--wp--preset--color--foreground)", - "style": "solid", - "width": "1px 0" - }, - "spacing": { - "padding": { - "bottom": "var(--wp--preset--spacing--50)", - "left": "var(--wp--preset--spacing--50)", - "right": "var(--wp--preset--spacing--50)", - "top": "var(--wp--preset--spacing--50)" - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--large)", - "fontStyle": "italic" - } - }, - "core/quote": { - "border": { - "color": "var(--wp--preset--color--primary)", - "style": "solid", - "width": "0 0 0 1px" - }, - "spacing": { - "padding": { - "left": "var(--wp--preset--spacing--50)" - } - }, - "typography": { - "fontStyle": "normal" - } - }, - "core/search": { - "color": { - "background": "var:preset|color|background", - "text": "var:preset|color|primary" - }, - "typography": { - "fontFamily": "var:preset|font-family|jetbrains-mono", - "fontSize": "var:preset|font-size|medium", - "lineHeight": "1.4" - } - }, - "core/separator": { - "border": { - "color": "currentColor", - "style": "solid", - "width": "0 0 1px 0" - }, - "color": { - "text": "var(--wp--preset--color--foreground)" - } - }, - "core/site-tagline": { - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/site-title": { - "elements": { - "link": { - ":hover": { - "typography": { - "textDecoration": "underline" - } - }, - "typography": { - "textDecoration": "none" - } - } - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--medium)", - "fontWeight": "700" - } - } - }, - "color": { - "background": "var:preset|color|custom-background-var", - "text": "var:preset|color|custom-foreground-var" - }, - "elements": { - "button": { - ":active": { - "color": { - "background": "var(--wp--preset--color--primary)", - "text": "var(--wp--preset--color--background)" - } - }, - ":focus": { - "color": { - "background": "var(--wp--preset--color--primary)", - "text": "var(--wp--preset--color--background)" - }, - "outline": { - "color": "var(--wp--preset--color--primary)", - "offset": "2px", - "style": "dotted", - "width": "1px" - } - }, - ":hover": { - "color": { - "background": "var(--wp--preset--color--secondary)", - "text": "var(--wp--preset--color--background)" - } - }, - "border": { - "radius": "0.25rem" - }, - "color": { - "background": "var:preset|color|custom-foreground-var", - "text": "var:preset|color|custom-background-var" - } - }, - "caption": { - "color": { - "text": "var:preset|color|custom-foreground-var" - } - }, - "h1": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "h2": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "h3": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "h4": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "h5": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "h6": { - "typography": { - "fontSize": "1.2rem", - "lineHeight": 1.4 - } - }, - "heading": { - "color": { - "text": "var:preset|color|custom-foreground-var" - }, - "typography": { - "fontFamily": "var(--wp--preset--font-family--rubik)", - "fontWeight": "400", - "lineHeight": 1.4, - "textTransform": "uppercase" - } - }, - "link": { - ":hover": { - "typography": { - "textDecoration": "none" - } - }, - "color": { - "text": "var:preset|color|custom-foreground-var" - }, - "typography": { - "lineHeight": 1.4 - } - } - }, - "spacing": { - "blockGap": "0.5rem", - "padding": { - "bottom": "0rem", - "left": "0rem", - "right": "0rem", - "top": "0rem" - } - }, - "typography": { - "fontFamily": "var:preset|font-family|jetbrains-mono", - "fontSize": "1.2rem", - "lineHeight": "1.4" - } - }, - "templateParts": [ - { - "area": "header", - "name": "header" - }, - { - "area": "footer", - "name": "footer" - } - ], - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/epi/styles/01-pewter.json b/epi/styles/01-pewter.json new file mode 100644 index 0000000000..d66fcff505 --- /dev/null +++ b/epi/styles/01-pewter.json @@ -0,0 +1,236 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Pewter", + "category": "sophisticated", + "keywords": [ + "earthy", + "muted", + "calm", + "natural", + "warm", + "neutral", + "organic", + "restaurant", + "decor", + "beige" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#F2F1EB", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#0C0D07", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#E2CCBE", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#3B4028", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#FFFFFF", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#3B4028", + "#F2F1EB" + ], + "slug": "duotone-1", + "name": "Duotone 1" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, var(--wp--preset--color--theme-4) 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, var(--wp--preset--color--theme-2) 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, var(--wp--preset--color--theme-5) 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 90%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, var(--wp--preset--color--theme-3) 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-5)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + } + } +} diff --git a/epi/styles/02-linen.json b/epi/styles/02-linen.json new file mode 100644 index 0000000000..0f41db8a42 --- /dev/null +++ b/epi/styles/02-linen.json @@ -0,0 +1,204 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Linen", + "category": "professional", + "keywords": [ + "modern", + "minimal", + "neutral", + "cream", + "elegant", + "earthy", + "warm", + "calm", + "spa", + "wellness", + "furniture", + "luxury", + "beige" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#F3F2E7", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#181817", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#fafaf5", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#dbdad0", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#181817", + "#F3F2E7" + ], + "slug": "duotone-1", + "name": "Duotone 1" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 6" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 90%, transparent)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 90%, transparent)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 90%, transparent)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-3)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "color-mix(in srgb, currentColor 25%, transparent)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 90%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + } + } + } +} diff --git a/epi/styles/03-maritime.json b/epi/styles/03-maritime.json new file mode 100644 index 0000000000..1e643fa29f --- /dev/null +++ b/epi/styles/03-maritime.json @@ -0,0 +1,240 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Maritime", + "category": "professional", + "keywords": [ + "business", + "professional", + "corporate", + "nautical", + "trustworthy", + "calm", + "authoritative", + "classic", + "maritime", + "finance", + "light", + "blue", + "education", + "academic", + "non-profit", + "knowledge" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#F9F7F4", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#003297", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#FFF", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#000f2d", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#00236a", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#000f2d", + "#FFFFFF" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#00236a", + "#F9F7F4" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-1) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-1) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + } + } + } +} diff --git a/epi/styles/04-sand.json b/epi/styles/04-sand.json new file mode 100644 index 0000000000..498909031d --- /dev/null +++ b/epi/styles/04-sand.json @@ -0,0 +1,237 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Sand", + "category": "sophisticated", + "keywords": [ + "natural", + "brown", + "serene", + "earthy", + "elegant", + "neutral", + "warm", + "muted", + "organic", + "calm", + "spa", + "fashion", + "ecofriendly" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#6D655B", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#F9F6F1", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#F6F1EC", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#161412", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#9C9286", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#161412", + "#F6F1EC" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#41382F", + "#FFFFFF" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-4)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-5) 85%, transparent)", + "text": "var(--wp--preset--color--theme-4)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-5)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + } + } + } +} diff --git a/epi/styles/05-onyx.json b/epi/styles/05-onyx.json new file mode 100644 index 0000000000..1fd196fa30 --- /dev/null +++ b/epi/styles/05-onyx.json @@ -0,0 +1,234 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Onyx", + "category": "professional", + "keywords": [ + "dark", + "earthy", + "sophisticated", + "elegant", + "muted", + "contrasting", + "versatile", + "luxury", + "restaurant", + "fashion" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#12130F", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#E4DFDB", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#BFC8E9", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#AD9973", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#E4E171", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#12130F", + "#E4DFDB" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#12130F", + "#E4E171" + ], + "slug": "duotone-2", + "name": "Duotone 2" + } + ], + "gradients": [ + { + "slug": "gradient-text-transparent", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) -50%, transparent 50%)", + "name": "Text to Transparent" + }, + { + "slug": "gradient-1-2", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 1" + }, + { + "slug": "gradient-1-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 2" + }, + { + "slug": "gradient-1-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 3" + }, + { + "slug": "gradient-1-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 4" + }, + { + "slug": "gradient-2-3", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 5" + }, + { + "slug": "gradient-2-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 6" + }, + { + "slug": "gradient-2-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 7" + }, + { + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 8" + }, + { + "slug": "gradient-3-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 9" + }, + { + "slug": "gradient-4-5", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 10" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", + "text": "var(--wp--preset--color--theme-1)" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-1)" + }, + "blocks": { + "core/separator": { + "color": { + "text": "currentColor" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 85%, transparent)", + "text": "var(--wp--preset--color--theme-2)" + } + } + } + } + } + } + } +} diff --git a/leancv/styles/01-rose.json b/leancv/styles/01-rose.json index acd5c17b84..282cfbda81 100644 --- a/leancv/styles/01-rose.json +++ b/leancv/styles/01-rose.json @@ -2,21 +2,22 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Rose", - "categories": [ + "category": "bold", + "keywords": [ "romantic", + "passionate", "elegant", - "sophisticated", - "feminine", - "vibrant" + "dramatic", + "intense", + "striking", + "fashion", + "culinary", + "luxury", + "red" ], "settings": { "color": { "palette": [ - { - "color": "#FFFFFF", - "name": "Color 2", - "slug": "theme-2" - }, { "color": "#EFEFEF", "name": "Color 1", @@ -28,9 +29,9 @@ "slug": "theme-4" }, { - "color": "#A81010", - "name": "Color 5", - "slug": "theme-5" + "color": "#FFFFFF", + "name": "Color 2", + "slug": "theme-2" }, { "color": "#000000", @@ -41,7 +42,7 @@ "duotone": [ { "colors": [ - "#A81010", + "#000000", "#FFFFFF" ], "slug": "duotone-1", @@ -49,8 +50,8 @@ }, { "colors": [ - "#000000", - "#C91313" + "#C91313", + "#FFFFFF" ], "slug": "duotone-2", "name": "Duotone 2" @@ -64,53 +65,33 @@ }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-1) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", "name": "Gradient 3" }, - { - "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 4" - }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 5" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", + "name": "Gradient 4" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 6" - }, - { - "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 7" - }, - { - "slug": "gradient-3-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 8" - }, - { - "slug": "gradient-3-5", "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 9" + "name": "Gradient 5" }, { - "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 10" + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 6" } ] } @@ -123,8 +104,7 @@ "blocks": { "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-4)" + "text": "currentColor" } } }, @@ -132,19 +112,12 @@ "button": { "color": { "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-1)" - } - } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 80%, #000)", + "text": "var(--wp--preset--color--theme-2)" } } } @@ -156,44 +129,24 @@ "text": "var(--wp--preset--color--theme-4)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-4)" + "text": "currentColor" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-1)" + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 80%, #000)", + "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } } } }, @@ -203,28 +156,13 @@ "text": "var(--wp--preset--color--theme-1)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-1)", "text": "var(--wp--preset--color--theme-1)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-1)", @@ -232,15 +170,10 @@ }, ":hover": { "color": { - "background": "#fff", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 90%, transparent)", "text": "var(--wp--preset--color--theme-4)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } } } }, @@ -250,44 +183,24 @@ "text": "var(--wp--preset--color--theme-1)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-1)", "text": "var(--wp--preset--color--theme-1)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-1)" + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 80%, #000)", + "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } } } } diff --git a/leancv/styles/02-hunter.json b/leancv/styles/02-hunter.json index b1cb824eaa..e169ee799f 100644 --- a/leancv/styles/02-hunter.json +++ b/leancv/styles/02-hunter.json @@ -2,55 +2,58 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Hunter", - "categories": [ - "corporate", + "category": "sophisticated", + "keywords": [ + "earthy", + "rustic", + "warm", + "natural", + "sophisticated", + "organic", + "cozy", + "muted", "elegant", - "professional", - "business", + "coffee", + "furniture", "brown" ], "settings": { "color": { "palette": [ - { - "color": "#FFFFFF", - "name": "Color 1", - "slug": "theme-1" - }, { "color": "#F6F4ED", "name": "Color 2", "slug": "theme-2" }, { - "color": "#002A32", + "color": "#4E410B", "name": "Color 3", "slug": "theme-3" }, { - "color": "#331800", - "name": "Color 4", - "slug": "theme-4" + "color": "#FFFFFF", + "name": "Color 1", + "slug": "theme-1" }, { "color": "#1a0c00", - "name": "Color 5", - "slug": "theme-5" + "name": "Color 4", + "slug": "theme-4" } ], "duotone": [ { "colors": [ - "#002A32", - "#F6F4ED" + "#1a0c00", + "#FFFFFF" ], "slug": "duotone-1", "name": "Duotone 1" }, { "colors": [ - "#1A0C00", - "#F6F4ED" + "#4E410B", + "#FFFFFF" ], "slug": "duotone-2", "name": "Duotone 2" @@ -64,53 +67,33 @@ }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-1) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 3" }, - { - "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 4" - }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 5" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-1) 100%)", + "name": "Gradient 4" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 6" - }, - { - "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 7" - }, - { - "slug": "gradient-3-4", "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 8" - }, - { - "slug": "gradient-3-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 9" + "name": "Gradient 5" }, { - "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 10" + "slug": "gradient-3-4", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "name": "Gradient 6" } ] } @@ -120,6 +103,13 @@ "background": "var(--wp--preset--color--theme-2)", "text": "var(--wp--preset--color--theme-3)" }, + "blocks": { + "core/separator": { + "color": { + "text": "var(--wp--preset--color--theme-3)" + } + } + }, "elements": { "button": { "color": { @@ -132,13 +122,6 @@ "text": "var(--wp--preset--color--theme-2)" } } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" - } - } } }, "variations": { @@ -148,28 +131,13 @@ "text": "var(--wp--preset--color--theme-4)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-3)", "text": "var(--wp--preset--color--theme-3)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-3)", @@ -195,15 +163,6 @@ "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - } - } - }, "core/separator": { "color": { "background": "var(--wp--preset--color--theme-2)", @@ -212,11 +171,6 @@ } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-2)", @@ -228,11 +182,6 @@ "text": "var(--wp--preset--color--theme-3)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } } } }, @@ -242,28 +191,13 @@ "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-2)", "text": "var(--wp--preset--color--theme-2)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-2)", @@ -275,11 +209,6 @@ "text": "var(--wp--preset--color--theme-4)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } } } } diff --git a/leancv/styles/03-ultraviolet.json b/leancv/styles/03-ultraviolet.json index b1700707df..12336a813f 100644 --- a/leancv/styles/03-ultraviolet.json +++ b/leancv/styles/03-ultraviolet.json @@ -2,14 +2,22 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Ultraviolet", - "categories": [ + "category": "bold", + "keywords": [ "vibrant", - "warm", - "bold", "modern", - "business", - "creative", - "event" + "elegant", + "mysterious", + "energetic", + "sophisticated", + "futuristic", + "dark", + "purple", + "nightclub", + "entertainment", + "tech", + "startup", + "digital" ], "settings": { "color": { @@ -19,40 +27,40 @@ "name": "Color 1", "slug": "theme-1" }, - { - "color": "#fdfdfa", - "name": "Color 2", - "slug": "theme-2" - }, { "color": "#3C00B2", "name": "Color 3", "slug": "theme-3" }, { - "color": "#2a007d", - "name": "Color 4", - "slug": "theme-4" + "color": "#EBE8F1", + "name": "Color 2", + "slug": "theme-2" }, { - "color": "#060012", + "color": "#0F0523", "name": "Color 5", "slug": "theme-5" + }, + { + "color": "#FFF", + "name": "Color 4", + "slug": "theme-4" } ], "duotone": [ { "colors": [ - "#2A007D", - "#F9F9EC" + "#0F0523", + "#f9f9ec" ], "slug": "duotone-1", "name": "Duotone 1" }, { "colors": [ - "#060012", - "#F9F9EC" + "#3C00B2", + "#f9f9ec" ], "slug": "duotone-2", "name": "Duotone 2" @@ -66,52 +74,52 @@ }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 3" }, { "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 4" }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-2) 100%)", "name": "Gradient 5" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 6" }, { "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 7" }, { "slug": "gradient-3-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 8" }, { "slug": "gradient-3-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 9" }, { "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 10" } ] @@ -125,24 +133,11 @@ "blocks": { "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-2)", - "text": "var(--wp--preset--color--theme-2)" + "text": "currentColor" } } }, "elements": { - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" - } - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-3)", @@ -150,7 +145,7 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-4)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", "text": "var(--wp--preset--color--theme-2)" } } @@ -163,28 +158,13 @@ "text": "var(--wp--preset--color--theme-3)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-3)", "text": "var(--wp--preset--color--theme-3)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-3)", @@ -192,93 +172,53 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-4)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } } } }, "section-2": { "color": { "background": "var(--wp--preset--color--theme-3)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-1)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - }, "button": { "color": { - "background": "var(--wp--preset--color--theme-1)", + "background": "var(--wp--preset--color--theme-2)", "text": "var(--wp--preset--color--theme-3)" }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-2)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 70%, #fff)", "text": "var(--wp--preset--color--theme-3)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } } } }, "section-3": { "color": { "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-1)", - "text": "var(--wp--preset--color--theme-1)" + "text": "var(--wp--preset--color--theme-2)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-3)", @@ -286,15 +226,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-4)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 70%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } } } } diff --git a/leancv/styles/04-cinnabar.json b/leancv/styles/04-cinnabar.json index 1da92dc7d1..2bc0cb3180 100644 --- a/leancv/styles/04-cinnabar.json +++ b/leancv/styles/04-cinnabar.json @@ -2,37 +2,38 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Cinnabar", - "categories": [ - "lifestyle", - "creative", + "category": "playful", + "keywords": [ + "warm", + "elegant", "vibrant", - "business" + "passionate", + "sophisticated", + "energetic", + "cozy", + "wine", + "red" ], "settings": { "color": { "palette": [ - { - "color": "#FFF6EA", - "name": "Color 1", - "slug": "theme-1" - }, { "color": "#F9E3C7", "name": "Color 2", "slug": "theme-2" }, - { - "color": "#F3D3AA", - "name": "Color 3", - "slug": "theme-3" - }, { "color": "#BD012E", "name": "Color 4", "slug": "theme-4" }, { - "color": "#8F0021", + "color": "#fcf1e3", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#840120", "name": "Color 5", "slug": "theme-5" } @@ -40,7 +41,7 @@ "duotone": [ { "colors": [ - "#BD012E", + "#840120", "#F9E3C7" ], "slug": "duotone-1", @@ -48,8 +49,8 @@ }, { "colors": [ - "#30000B", - "#BD012E" + "#BD012E", + "#F9E3C7" ], "slug": "duotone-2", "name": "Duotone 2" @@ -63,53 +64,33 @@ }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-1) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 3" }, - { - "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 4" - }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 5" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-1) 100%)", + "name": "Gradient 4" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 6" - }, - { - "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 7" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 5" }, { "slug": "gradient-3-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 8" - }, - { - "slug": "gradient-3-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 9" - }, - { - "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 10" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 6" } ] } @@ -122,20 +103,7 @@ "blocks": { "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-3)", - "text": "var(--wp--preset--color--theme-3)" - } - }, - "core/cover": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - }, - "elements": { - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - } + "text": "color-mix(in srgb, var(--wp--preset--color--theme-2) 95%, #000)" } } }, @@ -147,48 +115,26 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" - } - } } }, "variations": { "section-1": { "color": { - "background": "var(--wp--preset--color--theme-3)", + "background": "var(--wp--preset--color--theme-1)", "text": "var(--wp--preset--color--theme-4)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-4)" + "text": "var(--wp--preset--color--theme-2)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", @@ -196,15 +142,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } } } }, @@ -214,33 +155,13 @@ "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-3)", - "text": "var(--wp--preset--color--theme-3)" + "text": "color-mix(in srgb, currentColor 25%, transparent)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, - "caption": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-2)", @@ -248,15 +169,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-3)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 50%, #FFF)", "text": "var(--wp--preset--color--theme-4)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } } } }, @@ -266,33 +182,13 @@ "text": "var(--wp--preset--color--theme-2)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-3)", - "text": "var(--wp--preset--color--theme-3)" + "text": "color-mix(in srgb, currentColor 25%, transparent)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, - "caption": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-2)", @@ -300,15 +196,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-3)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 50%, #FFF)", "text": "var(--wp--preset--color--theme-4)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } } } } diff --git a/leancv/styles/05-sapphire.json b/leancv/styles/05-sapphire.json index 877dee4b2e..c94b5775fe 100644 --- a/leancv/styles/05-sapphire.json +++ b/leancv/styles/05-sapphire.json @@ -2,63 +2,59 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Sapphire", - "categories": [ - "professional", + "patternCategory": "bold", + "keywords": [ + "blue", "vibrant", - "sleek", + "clean", "modern", - "dynamic" + "dynamic", + "corporate", + "professional", + "sleek", + "trustworthy", + "sophisticated", + "dark", + "financial", + "technology" ], "settings": { "color": { "palette": [ - { - "color": "#0948C6", - "name": "Color 1", - "slug": "theme-1" - }, { "color": "#013CB0", "name": "Color 4", "slug": "theme-4" }, { - "color": "#BAC0CB", - "name": "Color 6", - "slug": "theme-6" - }, - { - "color": "#F3F2F9", + "color": "#F2F5FA", "name": "Color 2", "slug": "theme-2" }, { - "color": "#FFFFFF", - "name": "Color 1", - "slug": "theme-3" + "color": "#ccd8ef", + "name": "Color 6", + "slug": "theme-6" }, { "color": "#000000", "name": "Color 5", "slug": "theme-5" + }, + { + "color": "#FFFFFF", + "name": "Color 3", + "slug": "theme-3" } ], "duotone": [ { "colors": [ "#013CB0", - "#F3F2F9" + "#FFFFFF" ], "slug": "duotone-1", "name": "Duotone 1" - }, - { - "colors": [ - "#000000", - "#0948C6" - ], - "slug": "duotone-2", - "name": "Duotone 2" } ], "gradients": [ @@ -69,78 +65,53 @@ }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-6) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-6) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 3" }, { "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", "name": "Gradient 4" }, - { - "slug": "gradient-1-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 5" - }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-6) 100%)", - "name": "Gradient 6" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 5" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", - "name": "Gradient 7" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 6" }, { "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 8" - }, - { - "slug": "gradient-2-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 9" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 7" }, { "slug": "gradient-3-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-2) 100%)", - "name": "Gradient 10" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-5) 100%)", + "name": "Gradient 8" }, { "slug": "gradient-3-5", "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 11" - }, - { - "slug": "gradient-3-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 12" + "name": "Gradient 9" }, { "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 13" - }, - { - "slug": "gradient-4-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 14" - }, - { - "slug": "gradient-5-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 15" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 10" } ] } @@ -153,32 +124,7 @@ "blocks": { "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-2)", - "text": "var(--wp--preset--color--theme-2)" - } - }, - "core/cover": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - }, - "elements": { - "button": { - "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-2)" - }, - ":hover": { - "color": { - "background": "var(--wp--preset--color--theme-1)", - "text": "var(--wp--preset--color--theme-2)" - } - } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - } + "text": "currentColor" } } }, @@ -190,17 +136,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-3)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-2) 85%, transparent)", "text": "var(--wp--preset--color--theme-4)" } } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" - } - } } }, "variations": { @@ -210,28 +149,13 @@ "text": "var(--wp--preset--color--theme-4)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-4)" + "text": "currentColor" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", @@ -239,15 +163,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-1)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } } } }, @@ -257,28 +176,13 @@ "text": "var(--wp--preset--color--theme-4)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-4)" + "text": "currentColor" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", @@ -286,15 +190,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-1)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, #000)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-4)" - } } } }, @@ -304,28 +203,13 @@ "text": "var(--wp--preset--color--theme-6)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-6)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-6)", "text": "var(--wp--preset--color--theme-6)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-4)", @@ -333,15 +217,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-1)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-4) 85%, transparent)", "text": "var(--wp--preset--color--theme-2)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } } } } diff --git a/leancv/styles/06-moss.json b/leancv/styles/06-moss.json index 0ebf58f2a3..ee1ef10eab 100644 --- a/leancv/styles/06-moss.json +++ b/leancv/styles/06-moss.json @@ -2,147 +2,87 @@ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Moss", - "categories": [ + "category": "professional", + "keywords": [ "natural", "earthy", - "lush", - "tranquil", - "serene", "organic", - "garden" + "calming", + "rustic", + "dark", + "eco", + "outdoor", + "green" ], "settings": { "color": { "palette": [ { - "color": "#050E05", - "name": "Color 6", - "slug": "theme-6" - }, - { - "color": "#122713", + "color": "#213414", "name": "Color 1", "slug": "theme-1" }, { - "color": "#263927", - "name": "Color 4", - "slug": "theme-4" - }, - { - "color": "#F2F0E9CC", - "name": "Color 2", - "slug": "theme-2" - }, - { - "color": "#F1EFE8", + "color": "#CEE1DB", "name": "Color 5", "slug": "theme-5" }, { - "color": "#F8F8F7", + "color": "#FCFFD4", "name": "Color 3", "slug": "theme-3" + }, + { + "color": "#122B07", + "name": "Color 6", + "slug": "theme-6" } ], "duotone": [ { "colors": [ - "#050E05", + "#213414", "#F8F8F7" ], "slug": "duotone-1", "name": "Duotone 1" - }, - { - "colors": [ - "#263927", - "#F8F8F7" - ], - "slug": "duotone-2", - "name": "Duotone 2" } ], "gradients": [ { "slug": "gradient-text-transparent", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) -50%, transparent 50%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) -50%, transparent 50%)", "name": "Text to Transparent" }, { "slug": "gradient-1-2", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-1) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", "name": "Gradient 1" }, { "slug": "gradient-1-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-4) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", "name": "Gradient 2" }, { "slug": "gradient-1-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-2) 100%)", + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-6) 100%)", "name": "Gradient 3" }, - { - "slug": "gradient-1-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 4" - }, - { - "slug": "gradient-1-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-6) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 5" - }, { "slug": "gradient-2-3", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-4) 100%)", - "name": "Gradient 6" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", + "name": "Gradient 4" }, { "slug": "gradient-2-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-2) 100%)", - "name": "Gradient 7" - }, - { - "slug": "gradient-2-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 8" - }, - { - "slug": "gradient-2-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-1) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 9" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 5" }, { "slug": "gradient-3-4", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-2) 100%)", - "name": "Gradient 10" - }, - { - "slug": "gradient-3-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 11" - }, - { - "slug": "gradient-3-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-4) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 12" - }, - { - "slug": "gradient-4-5", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-5) 100%)", - "name": "Gradient 13" - }, - { - "slug": "gradient-4-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-2) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 14" - }, - { - "slug": "gradient-5-6", - "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-5) 0%, var(--wp--preset--color--theme-3) 100%)", - "name": "Gradient 15" + "gradient": "linear-gradient(to bottom, var(--wp--preset--color--theme-3) 0%, var(--wp--preset--color--theme-6) 100%)", + "name": "Gradient 6" } ] } @@ -150,43 +90,19 @@ "styles": { "color": { "background": "var(--wp--preset--color--theme-1)", - "text": "var(--wp--preset--color--theme-3)" + "text": "var(--wp--preset--color--theme-5)" }, "blocks": { "core/separator": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } - }, - "core/navigation": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } - }, - "core/cover": { "color": { "text": "var(--wp--preset--color--theme-3)" - }, - "elements": { - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-3)" - } - } } } }, "elements": { "heading": { "color": { - "text": "var(--wp--preset--color--theme-5)" - } - }, - "link": { - "color": { - "text": { - "ref": "styles.color.text" - } + "text": "var(--wp--preset--color--theme-3)" } }, "button": { @@ -196,15 +112,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 85%, transparent)", "text": "var(--wp--preset--color--theme-1)" } } - }, - "caption": { - "color": { - "text": "var(--wp--preset--color--theme-2)" - } } }, "variations": { @@ -214,24 +125,14 @@ "text": "var(--wp--preset--color--theme-1)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-1)", - "text": "var(--wp--preset--color--theme-1)" + "text": "currentColor" } } }, "elements": { - "link": { + "heading": { "color": { "text": "var(--wp--preset--color--theme-1)" } @@ -243,62 +144,42 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-4)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 75%, #000)", "text": "var(--wp--preset--color--theme-5)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-1)" - } } } }, "section-2": { "color": { - "background": "var(--wp--preset--color--theme-4)", - "text": "var(--wp--preset--color--theme-5)" + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-5)" + "text": "currentColor" } } }, "elements": { - "link": { + "heading": { "color": { - "text": "var(--wp--preset--color--theme-5)" + "text": "var(--wp--preset--color--theme-1)" } }, "button": { "color": { - "background": "var(--wp--preset--color--theme-3)", - "text": "var(--wp--preset--color--theme-1)" + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-3)" }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-1)" + "background": "color-mix(in srgb, var(--wp--preset--color--theme-1) 75%, #000)", + "text": "var(--wp--preset--color--theme-3)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } } } }, @@ -308,28 +189,13 @@ "text": "var(--wp--preset--color--theme-5)" }, "blocks": { - "core/paragraph": { - "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } - } - } - }, "core/separator": { "color": { - "background": "var(--wp--preset--color--theme-5)", - "text": "var(--wp--preset--color--theme-5)" + "text": "var(--wp--preset--color--theme-3)" } } }, "elements": { - "link": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } - }, "button": { "color": { "background": "var(--wp--preset--color--theme-3)", @@ -337,15 +203,10 @@ }, ":hover": { "color": { - "background": "var(--wp--preset--color--theme-5)", + "background": "color-mix(in srgb, var(--wp--preset--color--theme-3) 85%, transparent)", "text": "var(--wp--preset--color--theme-1)" } } - }, - "heading": { - "color": { - "text": "var(--wp--preset--color--theme-5)" - } } } }