diff --git a/index.json b/index.json index 89b02b9..4a267ea 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-cyan-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-cyan-rhythm/theme.json", + "image": "themes/dreamskin-cyan-rhythm/image.png", + "preview": "themes/dreamskin-cyan-rhythm/preview.jpg", + "theme_sha256": "e0209f909d32835459525d98df25b874996eeda88bd3e29d6a79aa1307b7f26e", + "image_sha256": "9dcec4069c1cb70f674f4b595280714de8f9dcdc322b2db762100a26ef82b13a" } ] } diff --git a/themes/dreamskin-cyan-rhythm/LICENSE.md b/themes/dreamskin-cyan-rhythm/LICENSE.md new file mode 100644 index 0000000..f33d003 --- /dev/null +++ b/themes/dreamskin-cyan-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-cyan-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-cyan-rhythm/image.png b/themes/dreamskin-cyan-rhythm/image.png new file mode 100644 index 0000000..c554b77 Binary files /dev/null and b/themes/dreamskin-cyan-rhythm/image.png differ diff --git a/themes/dreamskin-cyan-rhythm/preview.jpg b/themes/dreamskin-cyan-rhythm/preview.jpg new file mode 100644 index 0000000..628d7e2 Binary files /dev/null and b/themes/dreamskin-cyan-rhythm/preview.jpg differ diff --git a/themes/dreamskin-cyan-rhythm/theme.json b/themes/dreamskin-cyan-rhythm/theme.json new file mode 100644 index 0000000..9d23d0d --- /dev/null +++ b/themes/dreamskin-cyan-rhythm/theme.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "dreamskin-cyan-rhythm", + "name": "青蓝律动", + "stylePreset": "dreamskin-cyan-rhythm", + "brandSubtitle": "CYAN RHYTHM", + "tagline": "青粉电子音浪与全息舞台,保持轻快而明亮的节奏。", + "projectPrefix": "音浪项目 ·", + "projectLabel": "选择音浪项目", + "statusText": "CYAN RHYTHM ONLINE", + "quote": "CODE IN RHYTHM", + "colors": { + "background": "#effcfb", + "panel": "#ddf4f2", + "panelAlt": "#ddf4f2", + "accent": "#2dd4d0", + "accentAlt": "#73e8df", + "secondary": "#f2a4dc", + "highlight": "#d668c0", + "text": "#16343a", + "muted": "#5b7f80", + "line": "#2dd4d0" + } +}