mirror of
https://github.com/ouatis/obsidian-scriptorium.git
synced 2026-07-22 04:40:26 +00:00
Fix theme manifest metadata
This commit is contained in:
parent
68d5c91e9f
commit
3f87f23c0b
3 changed files with 14 additions and 16 deletions
12
README.md
12
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 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
# SCRIPTORIUM 主题
|
||||
# Scriptorium 主题
|
||||
|
||||
一款温暖、简洁的 Obsidian 主题,面向长文阅读与写作。
|
||||
|
||||
[English](./README.md)
|
||||
|
||||

|
||||

|
||||
|
||||
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`。
|
||||
|
||||
## 设计
|
||||
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue