diff --git a/index.json b/index.json index 89b02b9..cc46a2b 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-reliability-watch", + "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-reliability-watch/theme.json", + "image": "themes/dreamskin-reliability-watch/image.png", + "preview": "themes/dreamskin-reliability-watch/preview.jpg", + "theme_sha256": "2f6d445c9968901c1da4d1a8bc9d09857e07eca37570802b910c4266bd1eb36b", + "image_sha256": "f940956b9fd94c6e079c9e2c4b2b087e8fce95407fa33206352e8cb7e314c0af" } ] } diff --git a/themes/dreamskin-reliability-watch/LICENSE.md b/themes/dreamskin-reliability-watch/LICENSE.md new file mode 100644 index 0000000..36e579f --- /dev/null +++ b/themes/dreamskin-reliability-watch/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-reliability-watch +- 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-reliability-watch/image.png b/themes/dreamskin-reliability-watch/image.png new file mode 100644 index 0000000..ff23860 Binary files /dev/null and b/themes/dreamskin-reliability-watch/image.png differ diff --git a/themes/dreamskin-reliability-watch/preview.jpg b/themes/dreamskin-reliability-watch/preview.jpg new file mode 100644 index 0000000..c38aee9 Binary files /dev/null and b/themes/dreamskin-reliability-watch/preview.jpg differ diff --git a/themes/dreamskin-reliability-watch/theme.json b/themes/dreamskin-reliability-watch/theme.json new file mode 100644 index 0000000..de61ddc --- /dev/null +++ b/themes/dreamskin-reliability-watch/theme.json @@ -0,0 +1,24 @@ +{ + "schemaVersion": 1, + "id": "dreamskin-reliability-watch", + "name": "运维值守", + "stylePreset": "dreamskin-reliability-watch", + "brandSubtitle": "RELIABILITY WATCH", + "tagline": "稳定、警觉的持续观测模式。", + "projectPrefix": "值守项目 ·", + "projectLabel": "选择值守项目", + "statusText": "SYSTEMS NOMINAL", + "quote": "STEADY IS FAST", + "colors": { + "background": "#061116", + "panel": "#0a1b22", + "panelAlt": "#102a34", + "accent": "#23b9b6", + "accentAlt": "#56dfd5", + "secondary": "#318da9", + "highlight": "#e59b37", + "text": "#eaf9fb", + "muted": "#8eafb8", + "line": "#23b9b6" + } +}