diff --git a/index.json b/index.json index 89b02b9..8b8cbe0 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-visual-studio", + "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-visual-studio/theme.json", + "image": "themes/dreamskin-visual-studio/image.png", + "preview": "themes/dreamskin-visual-studio/preview.jpg", + "theme_sha256": "3748df67e12660a3a482150f0b71a9a210b41c8ff5d5e57ca3c3661bb2cbb8fc", + "image_sha256": "5e83bf172c49b0ee8d7e76f170d04f3c8bcb00d8f8e8d7f35fdc44449c90eb42" } ] } diff --git a/themes/dreamskin-visual-studio/LICENSE.md b/themes/dreamskin-visual-studio/LICENSE.md new file mode 100644 index 0000000..3d72db2 --- /dev/null +++ b/themes/dreamskin-visual-studio/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-visual-studio +- 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-visual-studio/image.png b/themes/dreamskin-visual-studio/image.png new file mode 100644 index 0000000..11d8eb7 Binary files /dev/null and b/themes/dreamskin-visual-studio/image.png differ diff --git a/themes/dreamskin-visual-studio/preview.jpg b/themes/dreamskin-visual-studio/preview.jpg new file mode 100644 index 0000000..8f65609 Binary files /dev/null and b/themes/dreamskin-visual-studio/preview.jpg differ diff --git a/themes/dreamskin-visual-studio/theme.json b/themes/dreamskin-visual-studio/theme.json new file mode 100644 index 0000000..6dc82e0 --- /dev/null +++ b/themes/dreamskin-visual-studio/theme.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "dreamskin-visual-studio", + "name": "视觉设计", + "stylePreset": "dreamskin-visual-studio", + "brandSubtitle": "VISUAL STUDIO", + "tagline": "为构图、色彩与细节判断保持敏锐。", + "projectPrefix": "设计项目 ·", + "projectLabel": "选择设计项目", + "statusText": "CREATIVE FIELD ONLINE", + "quote": "MAKE THE IDEA VISIBLE", + "colors": { + "background": "#f7f6f1", + "panel": "#ecebe6", + "panelAlt": "#ecebe6", + "accent": "#ec4d3d", + "accentAlt": "#2cc7c9", + "secondary": "#4fa46d", + "highlight": "#efc93f", + "text": "#20211f", + "muted": "#686b66", + "line": "#ec4d3d" + } +}