From 472afe24246efb3e4e635480fa300f47904c0e1c Mon Sep 17 00:00:00 2001 From: Moodzz1 <88912716+Moodzz1@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:12:49 +0000 Subject: [PATCH] feat(tera): add spoiler text/image background and add option in polls UI --- react_native.tera | 2 ++ themes/frappe/blue.json | 2 ++ themes/frappe/flamingo.json | 2 ++ themes/frappe/green.json | 2 ++ themes/frappe/lavender.json | 2 ++ themes/frappe/maroon.json | 2 ++ themes/frappe/mauve.json | 2 ++ themes/frappe/peach.json | 2 ++ themes/frappe/pink.json | 2 ++ themes/frappe/red.json | 2 ++ themes/frappe/rosewater.json | 2 ++ themes/frappe/sapphire.json | 2 ++ themes/frappe/sky.json | 2 ++ themes/frappe/teal.json | 2 ++ themes/frappe/yellow.json | 2 ++ themes/latte/blue.json | 2 ++ themes/latte/flamingo.json | 2 ++ themes/latte/green.json | 2 ++ themes/latte/lavender.json | 2 ++ themes/latte/maroon.json | 2 ++ themes/latte/mauve.json | 2 ++ themes/latte/peach.json | 2 ++ themes/latte/pink.json | 2 ++ themes/latte/red.json | 2 ++ themes/latte/rosewater.json | 2 ++ themes/latte/sapphire.json | 2 ++ themes/latte/sky.json | 2 ++ themes/latte/teal.json | 2 ++ themes/latte/yellow.json | 2 ++ themes/macchiato/blue.json | 2 ++ themes/macchiato/flamingo.json | 2 ++ themes/macchiato/green.json | 2 ++ themes/macchiato/lavender.json | 2 ++ themes/macchiato/maroon.json | 2 ++ themes/macchiato/mauve.json | 2 ++ themes/macchiato/peach.json | 2 ++ themes/macchiato/pink.json | 2 ++ themes/macchiato/red.json | 2 ++ themes/macchiato/rosewater.json | 2 ++ themes/macchiato/sapphire.json | 2 ++ themes/macchiato/sky.json | 2 ++ themes/macchiato/teal.json | 2 ++ themes/macchiato/yellow.json | 2 ++ themes/mocha/blue.json | 2 ++ themes/mocha/flamingo.json | 2 ++ themes/mocha/green.json | 2 ++ themes/mocha/lavender.json | 2 ++ themes/mocha/maroon.json | 2 ++ themes/mocha/mauve.json | 2 ++ themes/mocha/peach.json | 2 ++ themes/mocha/pink.json | 2 ++ themes/mocha/red.json | 2 ++ themes/mocha/rosewater.json | 2 ++ themes/mocha/sapphire.json | 2 ++ themes/mocha/sky.json | 2 ++ themes/mocha/teal.json | 2 ++ themes/mocha/yellow.json | 2 ++ 57 files changed, 114 insertions(+) diff --git a/react_native.tera b/react_native.tera index f8894a5..30721e5 100644 --- a/react_native.tera +++ b/react_native.tera @@ -102,12 +102,14 @@ whiskers: "PRIMARY_800": "{{ mantle.hex }}", "PLUM_10": "{{ overlay2.hex }}", "PLUM_13": "{{ overlay0.hex }}", + "PLUM_14": "{{ surface2.hex }}", "PLUM_15": "{{ surface1.hex }}", "PLUM_16": "{{ surface0.hex }}", "PLUM_17": "{{ crust.hex }}", "PLUM_18": "{{ surface0.hex }}", "PLUM_19": "{{ surface0.hex }}", "PLUM_20": "{{ mantle.hex }}", + "PLUM_21": "{{ mantle.hex }}", "PLUM_22": "{{ crust.hex }}", "PLUM_3": "{{ text.hex }}", "PLUM_4": "{{ accent.hex }}", diff --git a/themes/frappe/blue.json b/themes/frappe/blue.json index a4e9834..c6603a6 100644 --- a/themes/frappe/blue.json +++ b/themes/frappe/blue.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#8caaee", diff --git a/themes/frappe/flamingo.json b/themes/frappe/flamingo.json index 63d3281..c1b01e4 100644 --- a/themes/frappe/flamingo.json +++ b/themes/frappe/flamingo.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#eebebe", diff --git a/themes/frappe/green.json b/themes/frappe/green.json index 5219ef8..bdf7bd2 100644 --- a/themes/frappe/green.json +++ b/themes/frappe/green.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#a6d189", diff --git a/themes/frappe/lavender.json b/themes/frappe/lavender.json index 972f012..29f74e9 100644 --- a/themes/frappe/lavender.json +++ b/themes/frappe/lavender.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#babbf1", diff --git a/themes/frappe/maroon.json b/themes/frappe/maroon.json index ff59c7c..00d7617 100644 --- a/themes/frappe/maroon.json +++ b/themes/frappe/maroon.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#ea999c", diff --git a/themes/frappe/mauve.json b/themes/frappe/mauve.json index b0141aa..ba9d22c 100644 --- a/themes/frappe/mauve.json +++ b/themes/frappe/mauve.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#ca9ee6", diff --git a/themes/frappe/peach.json b/themes/frappe/peach.json index 9fe2bd0..c0ca1ba 100644 --- a/themes/frappe/peach.json +++ b/themes/frappe/peach.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#ef9f76", diff --git a/themes/frappe/pink.json b/themes/frappe/pink.json index e291100..7fd8cd5 100644 --- a/themes/frappe/pink.json +++ b/themes/frappe/pink.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#f4b8e4", diff --git a/themes/frappe/red.json b/themes/frappe/red.json index 830cd69..3964ef2 100644 --- a/themes/frappe/red.json +++ b/themes/frappe/red.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#e78284", diff --git a/themes/frappe/rosewater.json b/themes/frappe/rosewater.json index 354d206..ef5ca67 100644 --- a/themes/frappe/rosewater.json +++ b/themes/frappe/rosewater.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#f2d5cf", diff --git a/themes/frappe/sapphire.json b/themes/frappe/sapphire.json index 3a96b12..5b58931 100644 --- a/themes/frappe/sapphire.json +++ b/themes/frappe/sapphire.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#85c1dc", diff --git a/themes/frappe/sky.json b/themes/frappe/sky.json index 1ee27d5..8aac875 100644 --- a/themes/frappe/sky.json +++ b/themes/frappe/sky.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#99d1db", diff --git a/themes/frappe/teal.json b/themes/frappe/teal.json index 3c2eda5..ec730e3 100644 --- a/themes/frappe/teal.json +++ b/themes/frappe/teal.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#81c8be", diff --git a/themes/frappe/yellow.json b/themes/frappe/yellow.json index 440463a..d8f3384 100644 --- a/themes/frappe/yellow.json +++ b/themes/frappe/yellow.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#292c3c", "PLUM_10": "#949cbb", "PLUM_13": "#737994", + "PLUM_14": "#626880", "PLUM_15": "#51576d", "PLUM_16": "#414559", "PLUM_17": "#232634", "PLUM_18": "#414559", "PLUM_19": "#414559", "PLUM_20": "#292c3c", + "PLUM_21": "#292c3c", "PLUM_22": "#232634", "PLUM_3": "#c6d0f5", "PLUM_4": "#e5c890", diff --git a/themes/latte/blue.json b/themes/latte/blue.json index 4cc0b99..067cfd3 100644 --- a/themes/latte/blue.json +++ b/themes/latte/blue.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#1e66f5", diff --git a/themes/latte/flamingo.json b/themes/latte/flamingo.json index 1e98114..c4e058d 100644 --- a/themes/latte/flamingo.json +++ b/themes/latte/flamingo.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#dd7878", diff --git a/themes/latte/green.json b/themes/latte/green.json index 0983685..72a9380 100644 --- a/themes/latte/green.json +++ b/themes/latte/green.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#40a02b", diff --git a/themes/latte/lavender.json b/themes/latte/lavender.json index 816e124..df1af6e 100644 --- a/themes/latte/lavender.json +++ b/themes/latte/lavender.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#7287fd", diff --git a/themes/latte/maroon.json b/themes/latte/maroon.json index 86daea0..55073c6 100644 --- a/themes/latte/maroon.json +++ b/themes/latte/maroon.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#e64553", diff --git a/themes/latte/mauve.json b/themes/latte/mauve.json index 64ee0b1..4a0b9d8 100644 --- a/themes/latte/mauve.json +++ b/themes/latte/mauve.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#8839ef", diff --git a/themes/latte/peach.json b/themes/latte/peach.json index c2b204c..42b0d26 100644 --- a/themes/latte/peach.json +++ b/themes/latte/peach.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#fe640b", diff --git a/themes/latte/pink.json b/themes/latte/pink.json index d90dc7c..977f6d9 100644 --- a/themes/latte/pink.json +++ b/themes/latte/pink.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#ea76cb", diff --git a/themes/latte/red.json b/themes/latte/red.json index 3b5359b..c748a5f 100644 --- a/themes/latte/red.json +++ b/themes/latte/red.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#d20f39", diff --git a/themes/latte/rosewater.json b/themes/latte/rosewater.json index 0c096ef..510ae5a 100644 --- a/themes/latte/rosewater.json +++ b/themes/latte/rosewater.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#dc8a78", diff --git a/themes/latte/sapphire.json b/themes/latte/sapphire.json index 6f5e180..c816a0d 100644 --- a/themes/latte/sapphire.json +++ b/themes/latte/sapphire.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#209fb5", diff --git a/themes/latte/sky.json b/themes/latte/sky.json index 1e34e1d..8e4c13d 100644 --- a/themes/latte/sky.json +++ b/themes/latte/sky.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#04a5e5", diff --git a/themes/latte/teal.json b/themes/latte/teal.json index 4d3e05c..f679c5b 100644 --- a/themes/latte/teal.json +++ b/themes/latte/teal.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#179299", diff --git a/themes/latte/yellow.json b/themes/latte/yellow.json index ea7ceb5..b327862 100644 --- a/themes/latte/yellow.json +++ b/themes/latte/yellow.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#e6e9ef", "PLUM_10": "#7c7f93", "PLUM_13": "#9ca0b0", + "PLUM_14": "#acb0be", "PLUM_15": "#bcc0cc", "PLUM_16": "#ccd0da", "PLUM_17": "#dce0e8", "PLUM_18": "#ccd0da", "PLUM_19": "#ccd0da", "PLUM_20": "#e6e9ef", + "PLUM_21": "#e6e9ef", "PLUM_22": "#dce0e8", "PLUM_3": "#4c4f69", "PLUM_4": "#df8e1d", diff --git a/themes/macchiato/blue.json b/themes/macchiato/blue.json index d3f1608..99ae903 100644 --- a/themes/macchiato/blue.json +++ b/themes/macchiato/blue.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#8aadf4", diff --git a/themes/macchiato/flamingo.json b/themes/macchiato/flamingo.json index f151085..d89f4ec 100644 --- a/themes/macchiato/flamingo.json +++ b/themes/macchiato/flamingo.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#f0c6c6", diff --git a/themes/macchiato/green.json b/themes/macchiato/green.json index d70938a..d5c5cbf 100644 --- a/themes/macchiato/green.json +++ b/themes/macchiato/green.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#a6da95", diff --git a/themes/macchiato/lavender.json b/themes/macchiato/lavender.json index 728fc5a..d54fbc8 100644 --- a/themes/macchiato/lavender.json +++ b/themes/macchiato/lavender.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#b7bdf8", diff --git a/themes/macchiato/maroon.json b/themes/macchiato/maroon.json index 288ef75..14c3bbc 100644 --- a/themes/macchiato/maroon.json +++ b/themes/macchiato/maroon.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#ee99a0", diff --git a/themes/macchiato/mauve.json b/themes/macchiato/mauve.json index accedb8..0a6ff68 100644 --- a/themes/macchiato/mauve.json +++ b/themes/macchiato/mauve.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#c6a0f6", diff --git a/themes/macchiato/peach.json b/themes/macchiato/peach.json index 057d130..27bfba8 100644 --- a/themes/macchiato/peach.json +++ b/themes/macchiato/peach.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#f5a97f", diff --git a/themes/macchiato/pink.json b/themes/macchiato/pink.json index f26b56d..79a86f7 100644 --- a/themes/macchiato/pink.json +++ b/themes/macchiato/pink.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#f5bde6", diff --git a/themes/macchiato/red.json b/themes/macchiato/red.json index 0ecbbd2..cf37bfb 100644 --- a/themes/macchiato/red.json +++ b/themes/macchiato/red.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#ed8796", diff --git a/themes/macchiato/rosewater.json b/themes/macchiato/rosewater.json index cbddded..fbc043d 100644 --- a/themes/macchiato/rosewater.json +++ b/themes/macchiato/rosewater.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#f4dbd6", diff --git a/themes/macchiato/sapphire.json b/themes/macchiato/sapphire.json index 88683a7..273b0ab 100644 --- a/themes/macchiato/sapphire.json +++ b/themes/macchiato/sapphire.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#7dc4e4", diff --git a/themes/macchiato/sky.json b/themes/macchiato/sky.json index 922d4ed..a1a7f44 100644 --- a/themes/macchiato/sky.json +++ b/themes/macchiato/sky.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#91d7e3", diff --git a/themes/macchiato/teal.json b/themes/macchiato/teal.json index 2f4eae3..0314f5e 100644 --- a/themes/macchiato/teal.json +++ b/themes/macchiato/teal.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#8bd5ca", diff --git a/themes/macchiato/yellow.json b/themes/macchiato/yellow.json index 1b2c2e2..3f16ff6 100644 --- a/themes/macchiato/yellow.json +++ b/themes/macchiato/yellow.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#1e2030", "PLUM_10": "#939ab7", "PLUM_13": "#6e738d", + "PLUM_14": "#5b6078", "PLUM_15": "#494d64", "PLUM_16": "#363a4f", "PLUM_17": "#181926", "PLUM_18": "#363a4f", "PLUM_19": "#363a4f", "PLUM_20": "#1e2030", + "PLUM_21": "#1e2030", "PLUM_22": "#181926", "PLUM_3": "#cad3f5", "PLUM_4": "#eed49f", diff --git a/themes/mocha/blue.json b/themes/mocha/blue.json index 66c3448..6cbf64f 100644 --- a/themes/mocha/blue.json +++ b/themes/mocha/blue.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#89b4fa", diff --git a/themes/mocha/flamingo.json b/themes/mocha/flamingo.json index e11f0b6..f15311c 100644 --- a/themes/mocha/flamingo.json +++ b/themes/mocha/flamingo.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#f2cdcd", diff --git a/themes/mocha/green.json b/themes/mocha/green.json index d353858..5e5f40f 100644 --- a/themes/mocha/green.json +++ b/themes/mocha/green.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#a6e3a1", diff --git a/themes/mocha/lavender.json b/themes/mocha/lavender.json index 2dfde46..c198cd1 100644 --- a/themes/mocha/lavender.json +++ b/themes/mocha/lavender.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#b4befe", diff --git a/themes/mocha/maroon.json b/themes/mocha/maroon.json index beedf65..50f0893 100644 --- a/themes/mocha/maroon.json +++ b/themes/mocha/maroon.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#eba0ac", diff --git a/themes/mocha/mauve.json b/themes/mocha/mauve.json index 9d59435..22b41ce 100644 --- a/themes/mocha/mauve.json +++ b/themes/mocha/mauve.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#cba6f7", diff --git a/themes/mocha/peach.json b/themes/mocha/peach.json index e6eae31..37bf9b7 100644 --- a/themes/mocha/peach.json +++ b/themes/mocha/peach.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#fab387", diff --git a/themes/mocha/pink.json b/themes/mocha/pink.json index d674d32..b2eb806 100644 --- a/themes/mocha/pink.json +++ b/themes/mocha/pink.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#f5c2e7", diff --git a/themes/mocha/red.json b/themes/mocha/red.json index 22efcba..0bc6d60 100644 --- a/themes/mocha/red.json +++ b/themes/mocha/red.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#f38ba8", diff --git a/themes/mocha/rosewater.json b/themes/mocha/rosewater.json index bb5c56e..61c67c5 100644 --- a/themes/mocha/rosewater.json +++ b/themes/mocha/rosewater.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#f5e0dc", diff --git a/themes/mocha/sapphire.json b/themes/mocha/sapphire.json index 5b73b9c..76e44c3 100644 --- a/themes/mocha/sapphire.json +++ b/themes/mocha/sapphire.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#74c7ec", diff --git a/themes/mocha/sky.json b/themes/mocha/sky.json index e31f97a..b43021c 100644 --- a/themes/mocha/sky.json +++ b/themes/mocha/sky.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#89dceb", diff --git a/themes/mocha/teal.json b/themes/mocha/teal.json index 06adc47..b294ced 100644 --- a/themes/mocha/teal.json +++ b/themes/mocha/teal.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#94e2d5", diff --git a/themes/mocha/yellow.json b/themes/mocha/yellow.json index 6791d4a..68d1f68 100644 --- a/themes/mocha/yellow.json +++ b/themes/mocha/yellow.json @@ -89,12 +89,14 @@ "PRIMARY_800": "#181825", "PLUM_10": "#9399b2", "PLUM_13": "#6c7086", + "PLUM_14": "#585b70", "PLUM_15": "#45475a", "PLUM_16": "#313244", "PLUM_17": "#11111b", "PLUM_18": "#313244", "PLUM_19": "#313244", "PLUM_20": "#181825", + "PLUM_21": "#181825", "PLUM_22": "#11111b", "PLUM_3": "#cdd6f4", "PLUM_4": "#f9e2af",