From 3f87f23c0bbdabbc120dc5dc7193b0f601af83ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A5=BC=E5=B9=B2?= Date: Mon, 18 May 2026 03:24:19 +0800 Subject: [PATCH] Fix theme manifest metadata --- README.md | 12 ++++++------ README.zh-CN.md | 12 ++++++------ manifest.json | 6 ++---- 3 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4650dd6..9b16c18 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -# SCRIPTORIUM +# Scriptorium A warm, minimal Obsidian theme for long-form reading and writing. [Chinese](./README.zh-CN.md) -![SCRIPTORIUM screenshot](./screenshot.png) +![Scriptorium screenshot](./screenshot.png) -SCRIPTORIUM keeps the writing surface primary: soft paper tones, restrained contrast, quiet workspace chrome, flatter tags and callouts, and typography tuned for mixed Chinese and Latin notes. +Scriptorium keeps the writing surface primary: soft paper tones, restrained contrast, quiet workspace chrome, flatter tags and callouts, and typography tuned for mixed Chinese and Latin notes. > [!NOTE] -> SCRIPTORIUM is a personal aesthetic. It does not aim to support the `Style Settings` plugin. +> Scriptorium is a personal aesthetic. It does not aim to support the `Style Settings` plugin. ## Install -1. Search for `SCRIPTORIUM` in Obsidian Community Themes. +1. Search for `Scriptorium` in Obsidian Community Themes. 2. Click **Install and use**. -Manual install: copy `theme.css` and `manifest.json` into `.obsidian/themes/SCRIPTORIUM/`, then select `SCRIPTORIUM` in Appearance -> Themes. +Manual install: copy `theme.css` and `manifest.json` into `.obsidian/themes/Scriptorium/`, then select `Scriptorium` in Appearance -> Themes. ## Design diff --git a/README.zh-CN.md b/README.zh-CN.md index c925906..9fc174b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,22 +1,22 @@ -# SCRIPTORIUM 主题 +# Scriptorium 主题 一款温暖、简洁的 Obsidian 主题,面向长文阅读与写作。 [English](./README.md) -![SCRIPTORIUM screenshot](./screenshot.png) +![Scriptorium screenshot](./screenshot.png) -SCRIPTORIUM 让正文保持主位:柔和纸色、克制对比、安静的工作区界面、更平的标签与 callout,以及针对中英文混排调过的字体层级。 +Scriptorium 让正文保持主位:柔和纸色、克制对比、安静的工作区界面、更平的标签与 callout,以及针对中英文混排调过的字体层级。 > [!NOTE] -> SCRIPTORIUM 是偏个人审美的主题,不以支持 `Style Settings` 插件为目标。 +> Scriptorium 是偏个人审美的主题,不以支持 `Style Settings` 插件为目标。 ## 安装 -1. 在 Obsidian 社区主题中搜索 `SCRIPTORIUM`。 +1. 在 Obsidian 社区主题中搜索 `Scriptorium`。 2. 点击“安装并启用”。 -手动安装:将 `theme.css` 和 `manifest.json` 放入 `.obsidian/themes/SCRIPTORIUM/`,再在“外观 -> 主题”中选择 `SCRIPTORIUM`。 +手动安装:将 `theme.css` 和 `manifest.json` 放入 `.obsidian/themes/Scriptorium/`,再在“外观 -> 主题”中选择 `Scriptorium`。 ## 设计 diff --git a/manifest.json b/manifest.json index f260e91..ea8fa64 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,7 @@ { - "id": "scriptorium", - "name": "SCRIPTORIUM", + "name": "Scriptorium", "version": "0.9.5", "minAppVersion": "1.5.8", "author": "ouatis", - "authorUrl": "https://github.com/ouatis/", - "github": "ouatis/obsidian-scriptorium" + "authorUrl": "https://github.com/ouatis/" }