Sync HearthCode 3.7.2

This commit is contained in:
github-actions[bot] 2026-07-14 01:18:44 +00:00
parent 9b233a274e
commit 761500494b
3 changed files with 22 additions and 11 deletions

View file

@ -1,11 +1,23 @@
# HearthCode for Obsidian
Warm, calm dark and light themes for [Obsidian](https://obsidian.md), built from the HearthCode color system. The same color language applied to functional Markdown — typed callouts, task states, layered lists, flat code and quote surfaces, and tag pills, kept consistent across edit and reading views.
Warm, calm Dark and Light themes for [Obsidian](https://obsidian.md), designed to make structured notes easy to scan without making the page noisy.
![HearthCode for Obsidian](./hero.png)
- **Modes:** Dark and Light
- **Homepage:** https://theme.hearthcode.dev
## Built for notes with structure
- Typed callouts keep notes, tips, questions, warnings, and danger states distinct.
- Task states, layered list markers, tag pills, code blocks, and quotes form a clear reading hierarchy.
- Edit and reading views share the same treatment, so a note does not change character when you switch modes.
- Dark and Light use the same semantic color language.
## Make it yours with Style Settings
With the optional **Style Settings** plugin, you can tune the parts that should be personal without breaking the calibrated palette:
- Typography: monospace notes, upright code-comment italics, and readable line length.
- Callout intensity: Quiet, Medium, or Bold.
- Accent: Moss, Amber, or Slate, each checked for text contrast.
## Install
@ -20,13 +32,11 @@ Warm, calm dark and light themes for [Obsidian](https://obsidian.md), built from
2. Copy them into `<your-vault>/.obsidian/themes/HearthCode/`.
3. In **Settings → Appearance → Themes**, select **HearthCode**.
## About this repository
Homepage and editor-theme previews: <https://theme.hearthcode.dev>
This repo is the Obsidian **publish target** for HearthCode. Everything here
(`manifest.json`, `theme.css`, `versions.json`, `screenshot.png`, `hero.png`,
and this `README.md`) is generated and synced from the source-of-truth monorepo,
[hearth-code/HearthTheme](https://github.com/hearth-code/HearthTheme) — don't
edit it here. Please file issues and changes against that repository.
## Source and support
This repository is the generated Obsidian publish target. Source, issues, and changes live in [hearth-code/HearthTheme](https://github.com/hearth-code/HearthTheme).
## License

View file

@ -1,6 +1,6 @@
{
"name": "HearthCode",
"version": "3.7.1",
"version": "3.7.2",
"minAppVersion": "1.0.0",
"author": "HearthCode",
"authorUrl": "https://theme.hearthcode.dev"

View file

@ -38,5 +38,6 @@
"3.5.0": "1.0.0",
"3.6.0": "1.0.0",
"3.7.0": "1.0.0",
"3.7.1": "1.0.0"
"3.7.1": "1.0.0",
"3.7.2": "1.0.0"
}