Release 0.10.0: GPT-5.6 Sol 极高 update

This commit is contained in:
SigiL 2026-07-13 13:15:16 +08:00
parent b16dd2e643
commit 24ad465a00
6 changed files with 643 additions and 256 deletions

View file

@ -23,7 +23,7 @@ Scriptorium は本文を主役に保ちます。やわらかな紙の色、抑
- 推奨フォント: IBM Plex Sans JP, IBM Plex Serif, IBM Plex Mono.
- ドキュメント面は軽く保つ: 画像的な質感、影、アクセント色は意図的に抑えています。
- ナビゲーション、検索、メニュー、タグ、callout、embed は静かに保ち、本文を中央に置きます。
- 0.9.9 では、リンクの見やすさを調整しつつ、下線は Obsidian の標準スタイルを維持しています
- 0.10.0 は **GPT-5.6 Sol「极高」アップデート**です。ダークモードのコントラスト、ペイン幅に応じたタイポグラフィ、一貫した自動非表示、静かな見出し、フラットなタグ、軽いモバイル読書面を導入しました
- テーマは単一の `theme.css` として配布され、外部依存はありません。
Created by [@ouatis](https://github.com/ouatis/). Inspired by [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) and [Baseline](https://github.com/aaaaalexis/obsidian-baseline). See [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md) for maintenance notes.

View file

@ -23,7 +23,7 @@ Manual install: copy `theme.css` and `manifest.json` into `.obsidian/themes/Scri
- Recommended fonts: IBM Plex Sans, IBM Plex Serif, IBM Plex Mono.
- Document surfaces stay light: texture, shadow, and accent color are deliberately restrained.
- Navigation, search, menus, tags, callouts, and embeds stay quiet so prose remains central.
- Version 0.9.9 refines link clarity while keeping the original underline style.
- Version 0.10.0 is the **GPT-5.6 Sol "极高" update**: stronger dark-mode contrast, pane-aware typography, consistent auto-hide behavior, quieter heading rules, flatter tags, and a lighter mobile reading surface.
- The theme ships as a single `theme.css` with no external dependencies.
Created by [@ouatis](https://github.com/ouatis/). Inspired by [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) and [Baseline](https://github.com/aaaaalexis/obsidian-baseline). See [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md) for maintenance notes.

View file

@ -23,7 +23,7 @@ Scriptorium 让正文保持主位:柔和纸色、克制对比、安静的工
- 推荐字体IBM Plex Sans SC适合中英混排笔记、IBM Plex Serif、IBM Plex Mono。
- 阅读面保持轻:纹理、阴影和强调色都刻意压低。
- 导航、搜索、菜单、标签、callout 和 embed 尽量安静,让正文居中。
- 0.9.9 调整了链接的清晰度,同时保留 Obsidian 的原生下划线样式
- 0.10.0 是 **GPT-5.6 Sol「极高」更新**:增强深色模式对比度,加入分栏感知排版,统一自动隐藏行为,收敛标题装饰,压平标签,并减轻移动端阅读纸面
- 主题以单一 `theme.css` 发布,无外部依赖。
由 [@ouatis](https://github.com/ouatis/) 制作。受 [Sanctum](https://github.com/jdanielmourao/obsidian-sanctum) 与 [Baseline](https://github.com/aaaaalexis/obsidian-baseline) 启发。维护说明见 [SCRIPT-MAINTENANCE.md](./SCRIPT-MAINTENANCE.md)。

View file

@ -18,20 +18,31 @@ It is designed as a coherent theme system rather than a small visual tweak.
- `[01]` Design Tokens
- `[02]` Shadows & Theme Colors
- `[03]` Theme Mapping
- `[04]` Global Semantics
- `[05]` Typography
- `[04]` App Canvas & Global Semantics
- `[05]` Workspace Tokens & Typography
- `[06]` Markdown Layout
- `[07]` Markdown Elements
- `[08]` Navigation
- `[09]` Nav Button Container
- `[09]` Workspace Auto-hide & Window States
- `[10]` Buttons
- `[11]` Modals
- `[12]` Checkboxes & Tasks
- `[12]` Reserved
- `[13]` Callouts
- `[14]` Embedded Notes
## Recent Maintenance Changes
The 0.10.0 **GPT-5.6 Sol "极高" update** focused on making the theme more coherent across dark mode, split panes, keyboard navigation, and mobile reading:
1. Dark-mode text accents were separated from CTA fill colors, raising body-link, heading, and secondary-color contrast without weakening white text on buttons.
2. Workspace auto-hide behavior now follows one hover/focus recovery contract; status items remain in the focus order, and an empty compact status bar keeps a visible affordance.
3. The strong editorial rule is reserved for the inline title, while H1 uses a quieter rule and H2 relies on typography and spacing.
4. Viewport-scaled headings and paragraph spacing were replaced by a fixed scale plus a Markdown-pane container query for narrow splits.
5. Unused SCRIPTORIUM variables and retired custom underline tokens were removed.
6. Tags were flattened, mobile texture was disabled, and phone reading surfaces now use edge-to-edge geometry.
Properties remain intentionally conservative: color and focus affordance may be tuned, but native layout and input controls should not be overridden.
The 0.9.9 maintenance pass focused on keeping links readable without fighting Obsidian's native underline behavior:
1. Link color contrast was tightened so inline links stand out more clearly in long-form notes.

View file

@ -1,6 +1,6 @@
{
"name": "Scriptorium",
"version": "0.9.9",
"version": "0.10.0",
"minAppVersion": "1.5.8",
"author": "ouatis",
"authorUrl": "https://github.com/ouatis/"

872
theme.css

File diff suppressed because it is too large Load diff