mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.7.2
This commit is contained in:
parent
9b233a274e
commit
761500494b
3 changed files with 22 additions and 11 deletions
28
README.md
28
README.md
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
- **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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue