From 8651db8b798d281fe1867b16febdec7033024745 Mon Sep 17 00:00:00 2001 From: Scarce Koi Date: Sun, 5 Apr 2026 14:42:34 -0400 Subject: [PATCH] fix: add accent to name and id --- notesnook.tera | 8 ++++---- themes/frappe/catppuccin-frappe-blue.json | 4 ++-- themes/frappe/catppuccin-frappe-flamingo.json | 4 ++-- themes/frappe/catppuccin-frappe-green.json | 4 ++-- themes/frappe/catppuccin-frappe-lavender.json | 4 ++-- themes/frappe/catppuccin-frappe-maroon.json | 4 ++-- themes/frappe/catppuccin-frappe-mauve.json | 4 ++-- themes/frappe/catppuccin-frappe-peach.json | 4 ++-- themes/frappe/catppuccin-frappe-pink.json | 4 ++-- themes/frappe/catppuccin-frappe-red.json | 4 ++-- themes/frappe/catppuccin-frappe-rosewater.json | 4 ++-- themes/frappe/catppuccin-frappe-sapphire.json | 4 ++-- themes/frappe/catppuccin-frappe-sky.json | 4 ++-- themes/frappe/catppuccin-frappe-teal.json | 4 ++-- themes/frappe/catppuccin-frappe-yellow.json | 4 ++-- themes/latte/catppuccin-latte-blue.json | 4 ++-- themes/latte/catppuccin-latte-flamingo.json | 4 ++-- themes/latte/catppuccin-latte-green.json | 4 ++-- themes/latte/catppuccin-latte-lavender.json | 4 ++-- themes/latte/catppuccin-latte-maroon.json | 4 ++-- themes/latte/catppuccin-latte-mauve.json | 4 ++-- themes/latte/catppuccin-latte-peach.json | 4 ++-- themes/latte/catppuccin-latte-pink.json | 4 ++-- themes/latte/catppuccin-latte-red.json | 4 ++-- themes/latte/catppuccin-latte-rosewater.json | 4 ++-- themes/latte/catppuccin-latte-sapphire.json | 4 ++-- themes/latte/catppuccin-latte-sky.json | 4 ++-- themes/latte/catppuccin-latte-teal.json | 4 ++-- themes/latte/catppuccin-latte-yellow.json | 4 ++-- themes/macchiato/catppuccin-macchiato-blue.json | 4 ++-- themes/macchiato/catppuccin-macchiato-flamingo.json | 4 ++-- themes/macchiato/catppuccin-macchiato-green.json | 4 ++-- themes/macchiato/catppuccin-macchiato-lavender.json | 4 ++-- themes/macchiato/catppuccin-macchiato-maroon.json | 4 ++-- themes/macchiato/catppuccin-macchiato-mauve.json | 4 ++-- themes/macchiato/catppuccin-macchiato-peach.json | 4 ++-- themes/macchiato/catppuccin-macchiato-pink.json | 4 ++-- themes/macchiato/catppuccin-macchiato-red.json | 4 ++-- themes/macchiato/catppuccin-macchiato-rosewater.json | 4 ++-- themes/macchiato/catppuccin-macchiato-sapphire.json | 4 ++-- themes/macchiato/catppuccin-macchiato-sky.json | 4 ++-- themes/macchiato/catppuccin-macchiato-teal.json | 4 ++-- themes/macchiato/catppuccin-macchiato-yellow.json | 4 ++-- themes/mocha/catppuccin-mocha-blue.json | 4 ++-- themes/mocha/catppuccin-mocha-flamingo.json | 4 ++-- themes/mocha/catppuccin-mocha-green.json | 4 ++-- themes/mocha/catppuccin-mocha-lavender.json | 4 ++-- themes/mocha/catppuccin-mocha-maroon.json | 4 ++-- themes/mocha/catppuccin-mocha-mauve.json | 4 ++-- themes/mocha/catppuccin-mocha-peach.json | 4 ++-- themes/mocha/catppuccin-mocha-pink.json | 4 ++-- themes/mocha/catppuccin-mocha-red.json | 4 ++-- themes/mocha/catppuccin-mocha-rosewater.json | 4 ++-- themes/mocha/catppuccin-mocha-sapphire.json | 4 ++-- themes/mocha/catppuccin-mocha-sky.json | 4 ++-- themes/mocha/catppuccin-mocha-teal.json | 4 ++-- themes/mocha/catppuccin-mocha-yellow.json | 4 ++-- 57 files changed, 116 insertions(+), 116 deletions(-) diff --git a/notesnook.tera b/notesnook.tera index 2c8ae6d..f3291d8 100644 --- a/notesnook.tera +++ b/notesnook.tera @@ -1,16 +1,16 @@ --- whiskers: - version: "^2.8.0" + version: "^2.9.0" matrix: - flavor - accent filename: "themes/{{ flavor.identifier }}/catppuccin-{{ flavor.identifier }}-{{ accent }}.json" - hex_format: "#{{r}}{{g}}{{b}}" + hex_format: "#{{r}}{{g}}{{b}}{{z}}" --- {%- set accent = flavor.colors[accent] -%}{ "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin {{ flavor.name }}", - "id": "catppuccin-{{ flavor.identifier }}", + "name": "Catppuccin {{ flavor.name }} {{ accent.name }}", + "id": "catppuccin-{{ flavor.identifier }}-{{ accent.identifier }}", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-blue.json b/themes/frappe/catppuccin-frappe-blue.json index afda013..cfc4353 100644 --- a/themes/frappe/catppuccin-frappe-blue.json +++ b/themes/frappe/catppuccin-frappe-blue.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Blue", + "id": "catppuccin-frappe-blue", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-flamingo.json b/themes/frappe/catppuccin-frappe-flamingo.json index 32616eb..e55b421 100644 --- a/themes/frappe/catppuccin-frappe-flamingo.json +++ b/themes/frappe/catppuccin-frappe-flamingo.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Flamingo", + "id": "catppuccin-frappe-flamingo", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-green.json b/themes/frappe/catppuccin-frappe-green.json index 642b739..864cd0a 100644 --- a/themes/frappe/catppuccin-frappe-green.json +++ b/themes/frappe/catppuccin-frappe-green.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Green", + "id": "catppuccin-frappe-green", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-lavender.json b/themes/frappe/catppuccin-frappe-lavender.json index 3225216..81cf195 100644 --- a/themes/frappe/catppuccin-frappe-lavender.json +++ b/themes/frappe/catppuccin-frappe-lavender.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Lavender", + "id": "catppuccin-frappe-lavender", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-maroon.json b/themes/frappe/catppuccin-frappe-maroon.json index e0707f2..7eb1fbf 100644 --- a/themes/frappe/catppuccin-frappe-maroon.json +++ b/themes/frappe/catppuccin-frappe-maroon.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Maroon", + "id": "catppuccin-frappe-maroon", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-mauve.json b/themes/frappe/catppuccin-frappe-mauve.json index ec9de3e..82bf17d 100644 --- a/themes/frappe/catppuccin-frappe-mauve.json +++ b/themes/frappe/catppuccin-frappe-mauve.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Mauve", + "id": "catppuccin-frappe-mauve", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-peach.json b/themes/frappe/catppuccin-frappe-peach.json index be5f8f5..9af23e3 100644 --- a/themes/frappe/catppuccin-frappe-peach.json +++ b/themes/frappe/catppuccin-frappe-peach.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Peach", + "id": "catppuccin-frappe-peach", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-pink.json b/themes/frappe/catppuccin-frappe-pink.json index 2862c95..b03dad4 100644 --- a/themes/frappe/catppuccin-frappe-pink.json +++ b/themes/frappe/catppuccin-frappe-pink.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Pink", + "id": "catppuccin-frappe-pink", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-red.json b/themes/frappe/catppuccin-frappe-red.json index fa48fab..1464d3b 100644 --- a/themes/frappe/catppuccin-frappe-red.json +++ b/themes/frappe/catppuccin-frappe-red.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Red", + "id": "catppuccin-frappe-red", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-rosewater.json b/themes/frappe/catppuccin-frappe-rosewater.json index c03dd7c..b803647 100644 --- a/themes/frappe/catppuccin-frappe-rosewater.json +++ b/themes/frappe/catppuccin-frappe-rosewater.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Rosewater", + "id": "catppuccin-frappe-rosewater", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-sapphire.json b/themes/frappe/catppuccin-frappe-sapphire.json index 4ad8f6e..40ba545 100644 --- a/themes/frappe/catppuccin-frappe-sapphire.json +++ b/themes/frappe/catppuccin-frappe-sapphire.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Sapphire", + "id": "catppuccin-frappe-sapphire", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-sky.json b/themes/frappe/catppuccin-frappe-sky.json index 4d021f0..90121d1 100644 --- a/themes/frappe/catppuccin-frappe-sky.json +++ b/themes/frappe/catppuccin-frappe-sky.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Sky", + "id": "catppuccin-frappe-sky", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-teal.json b/themes/frappe/catppuccin-frappe-teal.json index 22f6311..2040b88 100644 --- a/themes/frappe/catppuccin-frappe-teal.json +++ b/themes/frappe/catppuccin-frappe-teal.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Teal", + "id": "catppuccin-frappe-teal", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/frappe/catppuccin-frappe-yellow.json b/themes/frappe/catppuccin-frappe-yellow.json index d39e4d5..4b3a2c1 100644 --- a/themes/frappe/catppuccin-frappe-yellow.json +++ b/themes/frappe/catppuccin-frappe-yellow.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Frappé", - "id": "catppuccin-frappe", + "name": "Catppuccin Frappé Yellow", + "id": "catppuccin-frappe-yellow", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-blue.json b/themes/latte/catppuccin-latte-blue.json index dd0e401..0e7729b 100644 --- a/themes/latte/catppuccin-latte-blue.json +++ b/themes/latte/catppuccin-latte-blue.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Blue", + "id": "catppuccin-latte-blue", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-flamingo.json b/themes/latte/catppuccin-latte-flamingo.json index 3c36e0f..bef6365 100644 --- a/themes/latte/catppuccin-latte-flamingo.json +++ b/themes/latte/catppuccin-latte-flamingo.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Flamingo", + "id": "catppuccin-latte-flamingo", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-green.json b/themes/latte/catppuccin-latte-green.json index ee485f2..21ab055 100644 --- a/themes/latte/catppuccin-latte-green.json +++ b/themes/latte/catppuccin-latte-green.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Green", + "id": "catppuccin-latte-green", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-lavender.json b/themes/latte/catppuccin-latte-lavender.json index 3a449d8..b95bb0a 100644 --- a/themes/latte/catppuccin-latte-lavender.json +++ b/themes/latte/catppuccin-latte-lavender.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Lavender", + "id": "catppuccin-latte-lavender", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-maroon.json b/themes/latte/catppuccin-latte-maroon.json index e494ef8..a63fd8d 100644 --- a/themes/latte/catppuccin-latte-maroon.json +++ b/themes/latte/catppuccin-latte-maroon.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Maroon", + "id": "catppuccin-latte-maroon", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-mauve.json b/themes/latte/catppuccin-latte-mauve.json index 37a64a9..c572427 100644 --- a/themes/latte/catppuccin-latte-mauve.json +++ b/themes/latte/catppuccin-latte-mauve.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Mauve", + "id": "catppuccin-latte-mauve", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-peach.json b/themes/latte/catppuccin-latte-peach.json index fed3e59..78d8a17 100644 --- a/themes/latte/catppuccin-latte-peach.json +++ b/themes/latte/catppuccin-latte-peach.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Peach", + "id": "catppuccin-latte-peach", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-pink.json b/themes/latte/catppuccin-latte-pink.json index 2c1108e..53f273a 100644 --- a/themes/latte/catppuccin-latte-pink.json +++ b/themes/latte/catppuccin-latte-pink.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Pink", + "id": "catppuccin-latte-pink", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-red.json b/themes/latte/catppuccin-latte-red.json index e807816..7e55fa6 100644 --- a/themes/latte/catppuccin-latte-red.json +++ b/themes/latte/catppuccin-latte-red.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Red", + "id": "catppuccin-latte-red", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-rosewater.json b/themes/latte/catppuccin-latte-rosewater.json index 8e3fd89..a22a49d 100644 --- a/themes/latte/catppuccin-latte-rosewater.json +++ b/themes/latte/catppuccin-latte-rosewater.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Rosewater", + "id": "catppuccin-latte-rosewater", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-sapphire.json b/themes/latte/catppuccin-latte-sapphire.json index 6ac9fb6..1df44ea 100644 --- a/themes/latte/catppuccin-latte-sapphire.json +++ b/themes/latte/catppuccin-latte-sapphire.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Sapphire", + "id": "catppuccin-latte-sapphire", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-sky.json b/themes/latte/catppuccin-latte-sky.json index 316af60..9be4360 100644 --- a/themes/latte/catppuccin-latte-sky.json +++ b/themes/latte/catppuccin-latte-sky.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Sky", + "id": "catppuccin-latte-sky", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-teal.json b/themes/latte/catppuccin-latte-teal.json index ba10196..9d0c0db 100644 --- a/themes/latte/catppuccin-latte-teal.json +++ b/themes/latte/catppuccin-latte-teal.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Teal", + "id": "catppuccin-latte-teal", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/latte/catppuccin-latte-yellow.json b/themes/latte/catppuccin-latte-yellow.json index 5fba4ba..12bee4f 100644 --- a/themes/latte/catppuccin-latte-yellow.json +++ b/themes/latte/catppuccin-latte-yellow.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Latte", - "id": "catppuccin-latte", + "name": "Catppuccin Latte Yellow", + "id": "catppuccin-latte-yellow", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-blue.json b/themes/macchiato/catppuccin-macchiato-blue.json index 6cdc1fb..e6778ad 100644 --- a/themes/macchiato/catppuccin-macchiato-blue.json +++ b/themes/macchiato/catppuccin-macchiato-blue.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Blue", + "id": "catppuccin-macchiato-blue", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-flamingo.json b/themes/macchiato/catppuccin-macchiato-flamingo.json index 5d5b3d7..8896728 100644 --- a/themes/macchiato/catppuccin-macchiato-flamingo.json +++ b/themes/macchiato/catppuccin-macchiato-flamingo.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Flamingo", + "id": "catppuccin-macchiato-flamingo", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-green.json b/themes/macchiato/catppuccin-macchiato-green.json index 34df350..29b90b2 100644 --- a/themes/macchiato/catppuccin-macchiato-green.json +++ b/themes/macchiato/catppuccin-macchiato-green.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Green", + "id": "catppuccin-macchiato-green", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-lavender.json b/themes/macchiato/catppuccin-macchiato-lavender.json index c3e9496..36c0422 100644 --- a/themes/macchiato/catppuccin-macchiato-lavender.json +++ b/themes/macchiato/catppuccin-macchiato-lavender.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Lavender", + "id": "catppuccin-macchiato-lavender", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-maroon.json b/themes/macchiato/catppuccin-macchiato-maroon.json index c6e0a75..fbe450b 100644 --- a/themes/macchiato/catppuccin-macchiato-maroon.json +++ b/themes/macchiato/catppuccin-macchiato-maroon.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Maroon", + "id": "catppuccin-macchiato-maroon", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-mauve.json b/themes/macchiato/catppuccin-macchiato-mauve.json index e564e04..48e9b8f 100644 --- a/themes/macchiato/catppuccin-macchiato-mauve.json +++ b/themes/macchiato/catppuccin-macchiato-mauve.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Mauve", + "id": "catppuccin-macchiato-mauve", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-peach.json b/themes/macchiato/catppuccin-macchiato-peach.json index 8962a8d..d6b546d 100644 --- a/themes/macchiato/catppuccin-macchiato-peach.json +++ b/themes/macchiato/catppuccin-macchiato-peach.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Peach", + "id": "catppuccin-macchiato-peach", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-pink.json b/themes/macchiato/catppuccin-macchiato-pink.json index 349ba71..b68e877 100644 --- a/themes/macchiato/catppuccin-macchiato-pink.json +++ b/themes/macchiato/catppuccin-macchiato-pink.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Pink", + "id": "catppuccin-macchiato-pink", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-red.json b/themes/macchiato/catppuccin-macchiato-red.json index 9e2ce94..ecee8ed 100644 --- a/themes/macchiato/catppuccin-macchiato-red.json +++ b/themes/macchiato/catppuccin-macchiato-red.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Red", + "id": "catppuccin-macchiato-red", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-rosewater.json b/themes/macchiato/catppuccin-macchiato-rosewater.json index 8bce8db..2c0fd64 100644 --- a/themes/macchiato/catppuccin-macchiato-rosewater.json +++ b/themes/macchiato/catppuccin-macchiato-rosewater.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Rosewater", + "id": "catppuccin-macchiato-rosewater", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-sapphire.json b/themes/macchiato/catppuccin-macchiato-sapphire.json index 36dd7de..f1aa8e8 100644 --- a/themes/macchiato/catppuccin-macchiato-sapphire.json +++ b/themes/macchiato/catppuccin-macchiato-sapphire.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Sapphire", + "id": "catppuccin-macchiato-sapphire", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-sky.json b/themes/macchiato/catppuccin-macchiato-sky.json index 4b750ce..84c1848 100644 --- a/themes/macchiato/catppuccin-macchiato-sky.json +++ b/themes/macchiato/catppuccin-macchiato-sky.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Sky", + "id": "catppuccin-macchiato-sky", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-teal.json b/themes/macchiato/catppuccin-macchiato-teal.json index ec27a90..53e2abd 100644 --- a/themes/macchiato/catppuccin-macchiato-teal.json +++ b/themes/macchiato/catppuccin-macchiato-teal.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Teal", + "id": "catppuccin-macchiato-teal", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/macchiato/catppuccin-macchiato-yellow.json b/themes/macchiato/catppuccin-macchiato-yellow.json index ff8dc44..f0813ed 100644 --- a/themes/macchiato/catppuccin-macchiato-yellow.json +++ b/themes/macchiato/catppuccin-macchiato-yellow.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Macchiato", - "id": "catppuccin-macchiato", + "name": "Catppuccin Macchiato Yellow", + "id": "catppuccin-macchiato-yellow", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-blue.json b/themes/mocha/catppuccin-mocha-blue.json index 02a54f6..bd8afbd 100644 --- a/themes/mocha/catppuccin-mocha-blue.json +++ b/themes/mocha/catppuccin-mocha-blue.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Blue", + "id": "catppuccin-mocha-blue", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-flamingo.json b/themes/mocha/catppuccin-mocha-flamingo.json index d523df1..11df0c0 100644 --- a/themes/mocha/catppuccin-mocha-flamingo.json +++ b/themes/mocha/catppuccin-mocha-flamingo.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Flamingo", + "id": "catppuccin-mocha-flamingo", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-green.json b/themes/mocha/catppuccin-mocha-green.json index 499d28e..0d67397 100644 --- a/themes/mocha/catppuccin-mocha-green.json +++ b/themes/mocha/catppuccin-mocha-green.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Green", + "id": "catppuccin-mocha-green", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-lavender.json b/themes/mocha/catppuccin-mocha-lavender.json index 120bbf2..a0cc8fa 100644 --- a/themes/mocha/catppuccin-mocha-lavender.json +++ b/themes/mocha/catppuccin-mocha-lavender.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Lavender", + "id": "catppuccin-mocha-lavender", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-maroon.json b/themes/mocha/catppuccin-mocha-maroon.json index 19571bf..d46b5e4 100644 --- a/themes/mocha/catppuccin-mocha-maroon.json +++ b/themes/mocha/catppuccin-mocha-maroon.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Maroon", + "id": "catppuccin-mocha-maroon", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-mauve.json b/themes/mocha/catppuccin-mocha-mauve.json index aac1c69..51e073f 100644 --- a/themes/mocha/catppuccin-mocha-mauve.json +++ b/themes/mocha/catppuccin-mocha-mauve.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Mauve", + "id": "catppuccin-mocha-mauve", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-peach.json b/themes/mocha/catppuccin-mocha-peach.json index bcd08ce..a762fe2 100644 --- a/themes/mocha/catppuccin-mocha-peach.json +++ b/themes/mocha/catppuccin-mocha-peach.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Peach", + "id": "catppuccin-mocha-peach", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-pink.json b/themes/mocha/catppuccin-mocha-pink.json index 7b132a9..d3cb4a2 100644 --- a/themes/mocha/catppuccin-mocha-pink.json +++ b/themes/mocha/catppuccin-mocha-pink.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Pink", + "id": "catppuccin-mocha-pink", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-red.json b/themes/mocha/catppuccin-mocha-red.json index 0dac45e..53810fa 100644 --- a/themes/mocha/catppuccin-mocha-red.json +++ b/themes/mocha/catppuccin-mocha-red.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Red", + "id": "catppuccin-mocha-red", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-rosewater.json b/themes/mocha/catppuccin-mocha-rosewater.json index 971411e..b87ad0a 100644 --- a/themes/mocha/catppuccin-mocha-rosewater.json +++ b/themes/mocha/catppuccin-mocha-rosewater.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Rosewater", + "id": "catppuccin-mocha-rosewater", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-sapphire.json b/themes/mocha/catppuccin-mocha-sapphire.json index fe63971..4cd66d4 100644 --- a/themes/mocha/catppuccin-mocha-sapphire.json +++ b/themes/mocha/catppuccin-mocha-sapphire.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Sapphire", + "id": "catppuccin-mocha-sapphire", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-sky.json b/themes/mocha/catppuccin-mocha-sky.json index 38f93aa..439ccc5 100644 --- a/themes/mocha/catppuccin-mocha-sky.json +++ b/themes/mocha/catppuccin-mocha-sky.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Sky", + "id": "catppuccin-mocha-sky", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-teal.json b/themes/mocha/catppuccin-mocha-teal.json index 3f1ab8e..e52839d 100644 --- a/themes/mocha/catppuccin-mocha-teal.json +++ b/themes/mocha/catppuccin-mocha-teal.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Teal", + "id": "catppuccin-mocha-teal", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook", diff --git a/themes/mocha/catppuccin-mocha-yellow.json b/themes/mocha/catppuccin-mocha-yellow.json index 60074ea..70b297d 100644 --- a/themes/mocha/catppuccin-mocha-yellow.json +++ b/themes/mocha/catppuccin-mocha-yellow.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Catppuccin Mocha", - "id": "catppuccin-mocha", + "name": "Catppuccin Mocha Yellow", + "id": "catppuccin-mocha-yellow", "version": 1, "license": "MIT", "homepage": "https://github.com/catppuccin/notesnook",