diff --git a/repo/cherry-cola/mod.json b/repo/cherry-cola/mod.json index 25c98db..631ee30 100644 --- a/repo/cherry-cola/mod.json +++ b/repo/cherry-cola/mod.json @@ -3,6 +3,7 @@ "id": "ec5c4640-68d4-4d25-aefd-62c7e9737cfb", "version": "0.2.0", "description": "a delightfully plummy, cherry cola flavored theme.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/cherry-cola/preview.png b/repo/cherry-cola/preview.png new file mode 100644 index 0000000..1c90f20 Binary files /dev/null and b/repo/cherry-cola/preview.png differ diff --git a/repo/dark+/mod.json b/repo/dark+/mod.json index 1240193..2c4e334 100644 --- a/repo/dark+/mod.json +++ b/repo/dark+/mod.json @@ -2,7 +2,8 @@ "name": "dark+", "id": "c86cfe98-e645-4822-aa6b-e2de1e08bafa", "version": "0.2.0", - "description": "a vivid-colour near-black theme, with a configurable accent.", + "description": "a vivid-colour near-black theme, with configurable accents.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/dark+/preview.png b/repo/dark+/preview.png new file mode 100644 index 0000000..758706f Binary files /dev/null and b/repo/dark+/preview.png differ diff --git a/repo/dracula/mod.json b/repo/dracula/mod.json index 8d672ee..75f4183 100644 --- a/repo/dracula/mod.json +++ b/repo/dracula/mod.json @@ -3,6 +3,7 @@ "id": "033bff54-50ba-4cec-bdc0-b2ca7e307086", "version": "0.3.0", "description": "a theme based on the popular dracula color palette originally by zeno rocha and friends.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/dracula/preview.png b/repo/dracula/preview.png new file mode 100644 index 0000000..04c016e Binary files /dev/null and b/repo/dracula/preview.png differ diff --git a/repo/gruvbox-dark/mod.json b/repo/gruvbox-dark/mod.json index 93af009..7d4c8d9 100644 --- a/repo/gruvbox-dark/mod.json +++ b/repo/gruvbox-dark/mod.json @@ -3,6 +3,7 @@ "id": "ad0f5c5c-8b62-4b20-8a54-929e663ea368", "version": "0.3.0", "description": "a gray, 'retro groove' palette based on the vim theme of the same name.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/gruvbox-dark/preview.png b/repo/gruvbox-dark/preview.png new file mode 100644 index 0000000..a2c56c2 Binary files /dev/null and b/repo/gruvbox-dark/preview.png differ diff --git a/repo/gruvbox-light/mod.json b/repo/gruvbox-light/mod.json index 860f1ee..b431fbe 100644 --- a/repo/gruvbox-light/mod.json +++ b/repo/gruvbox-light/mod.json @@ -3,6 +3,7 @@ "id": "54f01911-60fc-4c9d-85b5-5c5ca3dd6b81", "version": "0.3.0", "description": "a sepia, 'retro groove' palette based on the vim theme of the same name.", + "preview": "preview.png", "tags": ["theme", "light"], "authors": [ { diff --git a/repo/gruvbox-light/preview.png b/repo/gruvbox-light/preview.png new file mode 100644 index 0000000..259b237 Binary files /dev/null and b/repo/gruvbox-light/preview.png differ diff --git a/repo/light+/mod.json b/repo/light+/mod.json index 73f989e..d66bff9 100644 --- a/repo/light+/mod.json +++ b/repo/light+/mod.json @@ -2,7 +2,8 @@ "name": "light+", "id": "336cbc54-67b9-4b00-b4a2-9cc86eef763b", "version": "0.2.0", - "description": "a simple white theme that brightens coloured text and blocks, with a configurable accent.", + "description": "a simple white theme that brightens coloured text and blocks, with configurable accents.", + "preview": "preview.png", "tags": ["theme", "light"], "authors": [ { diff --git a/repo/light+/preview.png b/repo/light+/preview.png new file mode 100644 index 0000000..df809c1 Binary files /dev/null and b/repo/light+/preview.png differ diff --git a/repo/material-ocean/mod.json b/repo/material-ocean/mod.json index af763aa..8c6361b 100644 --- a/repo/material-ocean/mod.json +++ b/repo/material-ocean/mod.json @@ -3,6 +3,7 @@ "id": "69e7ccb2-4aef-484c-876d-3de1b433d2b9", "version": "0.2.0", "description": "an oceanic colour palette.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/material-ocean/preview.png b/repo/material-ocean/preview.png new file mode 100644 index 0000000..bd0560d Binary files /dev/null and b/repo/material-ocean/preview.png differ diff --git a/repo/menu/styles.mjs b/repo/menu/styles.mjs index 4a99029..b46478a 100644 --- a/repo/menu/styles.mjs +++ b/repo/menu/styles.mjs @@ -60,12 +60,11 @@ const customClasses = { 'mod-author-avatar': apply`inline object-cover w-5 h-5 rounded-full mr-2`, 'sidebar': apply`h-full w-96 px-4 pt-3 pb-32 flex flex-col bg-notion-secondary border-l border-divider`, 'profile-trigger': apply`block px-4 py-3 mb-2 rounded-md text-sm text-left font-semibold shadow-inner - hover:bg-accent-red-hover border border-accent-red text-accent-red focus:(outline-none ring ring-inset ring-accent-red)`, + hover:bg-accent-red-button border border-accent-red text-accent-red focus:(outline-none bg-accent-red-button)`, 'profile-actions': apply`flex`, 'profile-save': apply`text-sm px-3 py-2 font-medium mt-2 bg-accent-blue text-accent-blue-text rounded-md flex-grow hover:bg-accent-blue-hover focus:(bg-accent-blue-active outline-none) text-center`, - 'profile-delete': apply`text-sm px-3 py-2 font-medium ml-3 mt-2 bg-red-tag text-red-tag-text rounded-md flex-grow - border border-red-text hover:bg-red-text focus:(outline-none bg-red-text) text-center`, + 'profile-delete': apply`profile-trigger px-3 py-2 mb-0 ml-2 mt-2 text-center font-medium`, 'profile-export': apply`profile-save mr-2`, 'profile-import': apply`profile-save mr-2`, 'profile-error': apply`text-xs mt-2 text-red-text`, @@ -124,7 +123,7 @@ setup({ 'blue-active': 'var(--theme--accent_blue-active)', 'blue-text': 'var(--theme--accent_blue-text)', 'red': 'var(--theme--accent_red)', - 'red-hover': 'var(--theme--accent_red-button)', + 'red-button': 'var(--theme--accent_red-button)', 'red-text': 'var(--theme--accent_red-text)', }, 'gray': mapColorVariables('gray'), diff --git a/repo/neutral/mod.json b/repo/neutral/mod.json index 57c535a..49cb6ef 100644 --- a/repo/neutral/mod.json +++ b/repo/neutral/mod.json @@ -3,6 +3,7 @@ "id": "c4435543-4705-4d68-8cf7-d11c342f8089", "version": "0.2.0", "description": "smoother colours and text sizing, designed to be more pleasing to the eye.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/neutral/preview.png b/repo/neutral/preview.png new file mode 100644 index 0000000..63eca3f Binary files /dev/null and b/repo/neutral/preview.png differ diff --git a/repo/nord/mod.json b/repo/nord/mod.json index 0075f61..e75e261 100644 --- a/repo/nord/mod.json +++ b/repo/nord/mod.json @@ -3,6 +3,7 @@ "id": "d64ad391-1494-4112-80ae-0a3b6f4b0c3f", "version": "0.2.0", "description": "an arctic, north-bluish color palette.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/nord/preview.png b/repo/nord/preview.png new file mode 100644 index 0000000..d92ed85 Binary files /dev/null and b/repo/nord/preview.png differ diff --git a/repo/pastel-dark/mod.json b/repo/pastel-dark/mod.json index aa1c938..5c61105 100644 --- a/repo/pastel-dark/mod.json +++ b/repo/pastel-dark/mod.json @@ -3,6 +3,7 @@ "id": "ed48c585-4a0d-4756-a3e6-9ae662732dac", "version": "0.2.0", "description": "a smooth-transition true dark theme with a hint of pastel.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/pastel-dark/preview.png b/repo/pastel-dark/preview.png new file mode 100644 index 0000000..2bf972f Binary files /dev/null and b/repo/pastel-dark/preview.png differ diff --git a/repo/pinky-boom/mod.json b/repo/pinky-boom/mod.json index 95977c9..f8dec0c 100644 --- a/repo/pinky-boom/mod.json +++ b/repo/pinky-boom/mod.json @@ -3,6 +3,7 @@ "id": "b5f43232-391b-415a-9099-4334dc6c7b55", "version": "0.2.0", "description": "pinkify your life.", + "preview": "preview.png", "tags": ["theme", "light"], "authors": [ { diff --git a/repo/pinky-boom/preview.png b/repo/pinky-boom/preview.png new file mode 100644 index 0000000..a9c128a Binary files /dev/null and b/repo/pinky-boom/preview.png differ diff --git a/repo/playful-purple/mod.json b/repo/playful-purple/mod.json index 0fe054c..cb658b2 100644 --- a/repo/playful-purple/mod.json +++ b/repo/playful-purple/mod.json @@ -3,6 +3,7 @@ "id": "ae7862a9-5dbe-4f2c-9931-940f3ba5015d", "version": "0.2.0", "description": "a purple-shaded theme with bright highlights.", + "preview": "preview.png", "tags": ["theme", "dark"], "authors": [ { diff --git a/repo/playful-purple/preview.png b/repo/playful-purple/preview.png new file mode 100644 index 0000000..b9ba4b9 Binary files /dev/null and b/repo/playful-purple/preview.png differ