diff --git a/leancv/patterns/front-page.php b/leancv/patterns/front-page.php index 9f299fe34b..d3e739740b 100644 --- a/leancv/patterns/front-page.php +++ b/leancv/patterns/front-page.php @@ -7,159 +7,159 @@ * Inserter: no */ ?> - -
+ +
-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

University of Illinois at Chicago', 'leancv');?>

+

University of Illinois at Chicago', 'leancv');?>

-

+

-

+

-

General Assembly (Chicago)', 'leancv');?>

+

General Assembly (Chicago)', 'leancv');?>

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

@@ -168,8 +168,8 @@
- -
+ +
diff --git a/leancv/patterns/profile-pic.php b/leancv/patterns/profile-pic.php index c4cefaade9..0af0d8b82c 100644 --- a/leancv/patterns/profile-pic.php +++ b/leancv/patterns/profile-pic.php @@ -7,8 +7,8 @@ * Inserter: no */ ?> - -
<?php echo __('', 'leancv');?>
-

-
+ +
<?php esc_html_e('', 'leancv');?>
+ +
\ No newline at end of file diff --git a/leancv/styles/01-rose.json b/leancv/styles/01-rose.json new file mode 100644 index 0000000000..acd5c17b84 --- /dev/null +++ b/leancv/styles/01-rose.json @@ -0,0 +1,296 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Rose", + "categories": [ + "romantic", + "elegant", + "sophisticated", + "feminine", + "vibrant" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#FFFFFF", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#EFEFEF", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#C91313", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#A81010", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#000000", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#A81010", + "#FFFFFF" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#000000", + "#C91313" + ], + "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-1) 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%)", + "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%)", + "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" + }, + { + "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" + }, + { + "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": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "elements": { + "button": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "link": { + "color": { + "text": { + "ref": "styles.color.text" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "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)" + } + } + }, + "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)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-4)" + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "#fff", + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-1)" + } + } + } + }, + "section-3": { + "color": { + "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-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)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-1)" + } + } + } + } + } + } +} diff --git a/leancv/styles/02-hunter.json b/leancv/styles/02-hunter.json new file mode 100644 index 0000000000..b1cb824eaa --- /dev/null +++ b/leancv/styles/02-hunter.json @@ -0,0 +1,288 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Hunter", + "categories": [ + "corporate", + "elegant", + "professional", + "business", + "brown" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#FFFFFF", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#F6F4ED", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#002A32", + "name": "Color 3", + "slug": "theme-3" + }, + { + "color": "#331800", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#1a0c00", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#002A32", + "#F6F4ED" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#1A0C00", + "#F6F4ED" + ], + "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-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-2)", + "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": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "link": { + "color": { + "text": { + "ref": "styles.color.text" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "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-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)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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-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)", + "text": "var(--wp--preset--color--theme-3)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-3)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-2)" + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "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 new file mode 100644 index 0000000000..b1700707df --- /dev/null +++ b/leancv/styles/03-ultraviolet.json @@ -0,0 +1,303 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Ultraviolet", + "categories": [ + "vibrant", + "warm", + "bold", + "modern", + "business", + "creative", + "event" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#f9f9ec", + "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": "#060012", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#2A007D", + "#F9F9EC" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#060012", + "#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-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-3)" + }, + "blocks": { + "core/separator": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "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)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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/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)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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)" + }, + "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)", + "text": "var(--wp--preset--color--theme-3)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "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)" + }, + "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-3)", + "text": "var(--wp--preset--color--theme-2)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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 new file mode 100644 index 0000000000..1da92dc7d1 --- /dev/null +++ b/leancv/styles/04-cinnabar.json @@ -0,0 +1,317 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Cinnabar", + "categories": [ + "lifestyle", + "creative", + "vibrant", + "business" + ], + "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", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#BD012E", + "#F9E3C7" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#30000B", + "#BD012E" + ], + "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-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-2)", + "text": "var(--wp--preset--color--theme-4)" + }, + "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)" + } + } + } + } + }, + "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-5)", + "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)", + "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)" + } + } + }, + "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-2)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-4)" + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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)" + } + } + }, + "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)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "heading": { + "color": { + "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/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)" + } + } + }, + "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)", + "text": "var(--wp--preset--color--theme-4)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "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 new file mode 100644 index 0000000000..877dee4b2e --- /dev/null +++ b/leancv/styles/05-sapphire.json @@ -0,0 +1,350 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Sapphire", + "categories": [ + "professional", + "vibrant", + "sleek", + "modern", + "dynamic" + ], + "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", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#FFFFFF", + "name": "Color 1", + "slug": "theme-3" + }, + { + "color": "#000000", + "name": "Color 5", + "slug": "theme-5" + } + ], + "duotone": [ + { + "colors": [ + "#013CB0", + "#F3F2F9" + ], + "slug": "duotone-1", + "name": "Duotone 1" + }, + { + "colors": [ + "#000000", + "#0948C6" + ], + "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-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-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%)", + "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-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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + }, + { + "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" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "text": "var(--wp--preset--color--theme-2)" + }, + "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)" + } + } + } + } + }, + "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-3)", + "text": "var(--wp--preset--color--theme-4)" + } + } + }, + "link": { + "color": { + "text": { + "ref": "styles.color.text" + } + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-2)", + "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)" + } + } + }, + "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-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-4)" + } + } + } + }, + "section-2": { + "color": { + "background": "var(--wp--preset--color--theme-6)", + "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)" + } + } + }, + "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-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-4)" + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "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)", + "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-2)" + } + } + } + } + } + } +} diff --git a/leancv/styles/06-moss.json b/leancv/styles/06-moss.json new file mode 100644 index 0000000000..0ebf58f2a3 --- /dev/null +++ b/leancv/styles/06-moss.json @@ -0,0 +1,354 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "title": "Moss", + "categories": [ + "natural", + "earthy", + "lush", + "tranquil", + "serene", + "organic", + "garden" + ], + "settings": { + "color": { + "palette": [ + { + "color": "#050E05", + "name": "Color 6", + "slug": "theme-6" + }, + { + "color": "#122713", + "name": "Color 1", + "slug": "theme-1" + }, + { + "color": "#263927", + "name": "Color 4", + "slug": "theme-4" + }, + { + "color": "#F2F0E9CC", + "name": "Color 2", + "slug": "theme-2" + }, + { + "color": "#F1EFE8", + "name": "Color 5", + "slug": "theme-5" + }, + { + "color": "#F8F8F7", + "name": "Color 3", + "slug": "theme-3" + } + ], + "duotone": [ + { + "colors": [ + "#050E05", + "#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%)", + "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%)", + "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%)", + "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%)", + "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" + }, + { + "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" + }, + { + "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" + } + ] + } + }, + "styles": { + "color": { + "background": "var(--wp--preset--color--theme-1)", + "text": "var(--wp--preset--color--theme-3)" + }, + "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" + } + } + }, + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--theme-2)" + } + } + }, + "variations": { + "section-1": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "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)", + "text": "var(--wp--preset--color--theme-5)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-4)", + "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)" + }, + "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)" + } + } + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + }, + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + } + } + }, + "section-3": { + "color": { + "background": "var(--wp--preset--color--theme-6)", + "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)" + } + } + }, + "elements": { + "link": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + }, + "button": { + "color": { + "background": "var(--wp--preset--color--theme-3)", + "text": "var(--wp--preset--color--theme-1)" + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--theme-5)", + "text": "var(--wp--preset--color--theme-1)" + } + } + }, + "heading": { + "color": { + "text": "var(--wp--preset--color--theme-5)" + } + } + } + } + } + } +} diff --git a/leancv/styles/ceramist-inverted.json b/leancv/styles/ceramist-inverted.json deleted file mode 100644 index cb1d060f32..0000000000 --- a/leancv/styles/ceramist-inverted.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "settings": { - "color": { - "palette": [ - { - "color": "#fefdf8", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#fefdf8", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#fefdf8", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#932c42", - "name": "Background", - "slug": "background" - }, - { - "color": "#932c42", - "name": "Tertiary", - "slug": "tertiary" - } - ] - } - }, - "styles": { - "blocks": { - "core/avatar": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - }, - "core/cover": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-featured-image": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - }, - "core/site-logo": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - } - } - }, - "title": "Ceramist Inverted", - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/leancv/styles/ceramist.json b/leancv/styles/ceramist.json deleted file mode 100644 index da372c365c..0000000000 --- a/leancv/styles/ceramist.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "settings": { - "color": { - "palette": [ - { - "color": "#932c42", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#932c42", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#932c42", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#fefdf8", - "name": "Background", - "slug": "background" - }, - { - "color": "#fefdf8", - "name": "Tertiary", - "slug": "tertiary" - } - ] - } - }, - "styles": { - "blocks": { - "core/avatar": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - }, - "core/cover": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - }, - "typography": { - "fontSize": "var(--wp--preset--font-size--small)" - } - }, - "core/post-featured-image": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - }, - "core/site-logo": { - "filter": { - "duotone": "var(--wp--preset--duotone--vampirella)" - } - } - } - }, - "title": "Ceramist", - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/leancv/styles/default-inverted.json b/leancv/styles/default-inverted.json deleted file mode 100644 index 6722c3b20d..0000000000 --- a/leancv/styles/default-inverted.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "settings": { - "color": { - "palette": [ - { - "color": "#fefdf8", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#fefdf8", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#fefdf8", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#004de5", - "name": "Background", - "slug": "background" - }, - { - "color": "#004de5", - "name": "Tertiary", - "slug": "tertiary" - } - ] - } - }, - "title": "Default Inverted", - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/leancv/styles/forester-inverted.json b/leancv/styles/forester-inverted.json deleted file mode 100644 index 4917287a33..0000000000 --- a/leancv/styles/forester-inverted.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "settings": { - "color": { - "palette": [ - { - "color": "#f9f9f6", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#f9f9f6", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#f9f9f6", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#133525", - "name": "Background", - "slug": "background" - }, - { - "color": "#133525", - "name": "Tertiary", - "slug": "tertiary" - } - ] - } - }, - "styles": { - "blocks": { - "core/avatar": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/cover": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/post-featured-image": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/site-logo": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - } - } - }, - "title": "Forester Inverted", - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/leancv/styles/forester.json b/leancv/styles/forester.json deleted file mode 100644 index ffde2406ca..0000000000 --- a/leancv/styles/forester.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "settings": { - "color": { - "palette": [ - { - "color": "#133525", - "name": "Primary", - "slug": "primary" - }, - { - "color": "#133525", - "name": "Secondary", - "slug": "secondary" - }, - { - "color": "#133525", - "name": "Foreground", - "slug": "foreground" - }, - { - "color": "#f9f9f6", - "name": "Background", - "slug": "background" - }, - { - "color": "#f9f9f6", - "name": "Tertiary", - "slug": "tertiary" - } - ] - } - }, - "styles": { - "blocks": { - "core/avatar": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/cover": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/post-featured-image": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - }, - "core/site-logo": { - "filter": { - "duotone": "var(--wp--preset--duotone--forester)" - } - } - } - }, - "title": "Forester", - "version": 2, - "$schema": "https://schemas.wp.org/trunk/theme.json" -} \ No newline at end of file diff --git a/leancv/theme.json b/leancv/theme.json index c1d13c5759..a56d1c61b0 100644 --- a/leancv/theme.json +++ b/leancv/theme.json @@ -7,16 +7,32 @@ "customDuotone": true, "customGradient": true, "defaultDuotone": false, - "defaultGradients": true, - "defaultPalette": true, + "defaultGradients": false, + "defaultPalette": false, "duotone": [ - { + { + "colors": [ + "#1c4ddc", + "#fefdf8" + ], + "name": "Duotone 1", + "slug": "duotone-1" + }, + { + "colors": [ + "#fefdf8", + "#1c4ddc" + ], + "name": "Duotone 2", + "slug": "duotone-2" + }, + { "colors": [ "#1c4ddc", "#fefdf8" ], "name": "Default", - "slug": "default" + "slug": "duotone-1" }, { "colors": [ @@ -24,7 +40,7 @@ "#1c4ddc" ], "name": "Default Inverted", - "slug": "default-inverted" + "slug": "duotone-2" }, { "colors": [ @@ -40,7 +56,7 @@ "#932c42" ], "name": "Vampirella Inverted", - "slug": "vampirella-inverted" + "slug": "duotone-0-3" }, { "colors": [ @@ -48,7 +64,7 @@ "#F9F9F6" ], "name": "Forester", - "slug": "forester" + "slug": "duotone-0-4" }, { "colors": [ @@ -56,7 +72,7 @@ "#133525" ], "name": "Forester Inverted", - "slug": "Forester-inverted" + "slug": "duotone-0-5" } ], "gradients": [], @@ -98,8 +114,7 @@ }, "spacing": { "customSpacingSize": true, - "defaultSpacingSizes": false, - "spacingSizes": [], + "defaultSpacingSizes": true, "units": [ "%", "px",