diff --git a/README.md b/README.md index fb4d3a1..53d255e 100644 --- a/README.md +++ b/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. ![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 `/.obsidian/themes/HearthCode/`. 3. In **Settings → Appearance → Themes**, select **HearthCode**. -## About this repository +Homepage and editor-theme previews: -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 diff --git a/manifest.json b/manifest.json index 4e72a20..85ba6a7 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/versions.json b/versions.json index 5f7c92d..d89ad44 100644 --- a/versions.json +++ b/versions.json @@ -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" }