diff --git a/index.json b/index.json index 89b02b9..3474e1b 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "updated_at": "2026-07-18", + "updated_at": "2026-07-29", "themes": [ { "id": "dream-skin-original", @@ -211,6 +211,25 @@ "preview": "themes/preset-sakura-dawn/preview.jpg", "theme_sha256": "05190d4e4248d2f71993a1732ff857a7689cdd355e7fa588406cdcd573919699", "image_sha256": "ae63c486b5a211fc818348896ce947e569d8d300987640817021816a4ebd07ab" + }, + { + "id": "dreamskin-blush-garden", + "name": "粉系定制", + "version": "1.0.0", + "author": "axdlee / Codex Dream Skin contributors", + "description": "柔粉玫瑰与轻盈花瓣,让工作台保持温柔明亮。", + "license": "CC BY 4.0", + "source_url": "https://github.com/axdlee/Codex-Dream-Skin", + "tags": [ + "原创", + "场景", + "浅色" + ], + "theme": "themes/dreamskin-blush-garden/theme.json", + "image": "themes/dreamskin-blush-garden/image.png", + "preview": "themes/dreamskin-blush-garden/preview.jpg", + "theme_sha256": "f1ece52ef2078fe43252b8439dd6371b92110f0cb998a088192d17ce85a6ccf5", + "image_sha256": "761ccedd2420501e3e0e7236270b3141d7237043ffa6202abfbc96d6bf2a75d3" } ] } diff --git a/themes/dreamskin-blush-garden/LICENSE.md b/themes/dreamskin-blush-garden/LICENSE.md new file mode 100644 index 0000000..618445a --- /dev/null +++ b/themes/dreamskin-blush-garden/LICENSE.md @@ -0,0 +1,9 @@ +# 粉系定制 license + +- Theme author: axdlee / Codex Dream Skin contributors +- Image author: axdlee; AI-generated original visual asset, curated for Codex Dream Skin. +- Original project: https://github.com/axdlee/Codex-Dream-Skin +- Theme ID: dreamskin-blush-garden +- License: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) +- Attribution: Please credit “axdlee / Codex Dream Skin contributors”. +- Third-party materials: None. diff --git a/themes/dreamskin-blush-garden/image.png b/themes/dreamskin-blush-garden/image.png new file mode 100644 index 0000000..5dd3d37 Binary files /dev/null and b/themes/dreamskin-blush-garden/image.png differ diff --git a/themes/dreamskin-blush-garden/preview.jpg b/themes/dreamskin-blush-garden/preview.jpg new file mode 100644 index 0000000..650840c Binary files /dev/null and b/themes/dreamskin-blush-garden/preview.jpg differ diff --git a/themes/dreamskin-blush-garden/theme.json b/themes/dreamskin-blush-garden/theme.json new file mode 100644 index 0000000..abfb12c --- /dev/null +++ b/themes/dreamskin-blush-garden/theme.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "dreamskin-blush-garden", + "name": "粉系定制", + "stylePreset": "dreamskin-blush-garden", + "brandSubtitle": "BLUSH GARDEN", + "tagline": "柔粉玫瑰与轻盈花瓣,让工作台保持温柔明亮。", + "projectPrefix": "花园项目 ·", + "projectLabel": "选择花园项目", + "statusText": "BLUSH GARDEN ONLINE", + "quote": "CREATE WITH GRACE", + "colors": { + "background": "#fff5f7", + "panel": "#fce7eb", + "panelAlt": "#fce7eb", + "accent": "#e98b9c", + "accentAlt": "#f5b4bf", + "secondary": "#f2c7cf", + "highlight": "#c85f76", + "text": "#321d22", + "muted": "#7a5c63", + "line": "#e98b9c" + } +}