diff --git a/index.json b/index.json index 89b02b9..eb745d1 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-delivery-rhythm", + "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-delivery-rhythm/theme.json", + "image": "themes/dreamskin-delivery-rhythm/image.png", + "preview": "themes/dreamskin-delivery-rhythm/preview.jpg", + "theme_sha256": "e834995b0f2b341497028adf45ff5508d41b872ee7cad3076ec40a10ca08df83", + "image_sha256": "185e663b1b9d9cbf248f560ba1d95cc0220fc534a616fbf7c911af74fbdbe7ac" } ] } diff --git a/themes/dreamskin-delivery-rhythm/LICENSE.md b/themes/dreamskin-delivery-rhythm/LICENSE.md new file mode 100644 index 0000000..f272398 --- /dev/null +++ b/themes/dreamskin-delivery-rhythm/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-delivery-rhythm +- 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-delivery-rhythm/image.png b/themes/dreamskin-delivery-rhythm/image.png new file mode 100644 index 0000000..ca58525 Binary files /dev/null and b/themes/dreamskin-delivery-rhythm/image.png differ diff --git a/themes/dreamskin-delivery-rhythm/preview.jpg b/themes/dreamskin-delivery-rhythm/preview.jpg new file mode 100644 index 0000000..6170e5f Binary files /dev/null and b/themes/dreamskin-delivery-rhythm/preview.jpg differ diff --git a/themes/dreamskin-delivery-rhythm/theme.json b/themes/dreamskin-delivery-rhythm/theme.json new file mode 100644 index 0000000..b8ea2cc --- /dev/null +++ b/themes/dreamskin-delivery-rhythm/theme.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "dreamskin-delivery-rhythm", + "name": "项目推进", + "stylePreset": "dreamskin-delivery-rhythm", + "brandSubtitle": "DELIVERY RHYTHM", + "tagline": "把依赖、里程碑和行动排成节奏。", + "projectPrefix": "交付项目 ·", + "projectLabel": "选择交付项目", + "statusText": "DELIVERY TRACK ONLINE", + "quote": "KEEP THE WORK MOVING", + "colors": { + "background": "#f3f6f7", + "panel": "#e7edef", + "panelAlt": "#e7edef", + "accent": "#2fa9a0", + "accentAlt": "#ef8b35", + "secondary": "#568da8", + "highlight": "#e66d3f", + "text": "#263036", + "muted": "#69777c", + "line": "#2fa9a0" + } +}