mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.5.0
This commit is contained in:
parent
05e97644ab
commit
fac4b02ecf
5 changed files with 27 additions and 26 deletions
BIN
hero.png
BIN
hero.png
Binary file not shown.
|
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "HearthCode",
|
||||
"version": "3.4.1",
|
||||
"version": "3.5.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "HearthCode",
|
||||
"authorUrl": "https://theme.hearthcode.dev"
|
||||
|
|
|
|||
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
48
theme.css
48
theme.css
|
|
@ -757,8 +757,8 @@ settings:
|
|||
--background-modifier-border-hover: rgb(195 192 181 / 0.48);
|
||||
--background-modifier-box-shadow: rgb(231 229 216 / 0.6);
|
||||
--background-modifier-cover: rgb(231 229 216 / 0.72);
|
||||
--background-modifier-error: rgb(131 100 15 / 0.2);
|
||||
--background-modifier-error-hover: rgb(131 100 15 / 0.3);
|
||||
--background-modifier-error: rgb(132 100 0 / 0.2);
|
||||
--background-modifier-error-hover: rgb(132 100 0 / 0.3);
|
||||
--background-modifier-form-field: rgb(195 192 181 / 0.22);
|
||||
--background-modifier-hover: #c7c4b8;
|
||||
--background-modifier-message: rgb(72 106 89 / 0.18);
|
||||
|
|
@ -770,7 +770,7 @@ settings:
|
|||
--blockquote-background-color: var(--hearth-md-surface-muted);
|
||||
--blockquote-border-color: rgb(82 112 72 / 0.68);
|
||||
--blockquote-border-thickness: 3px;
|
||||
--blockquote-color: #605950;
|
||||
--blockquote-color: #605951;
|
||||
--callout-border-opacity: 0.5;
|
||||
--callout-border-width: 1px;
|
||||
--callout-bug: 186, 81, 70;
|
||||
|
|
@ -778,7 +778,7 @@ settings:
|
|||
--callout-content-padding: 0.48em 0 0;
|
||||
--callout-default: 35, 114, 150;
|
||||
--callout-error: 186, 81, 70;
|
||||
--callout-example: 74, 108, 159;
|
||||
--callout-example: 68, 108, 161;
|
||||
--callout-fail: 186, 81, 70;
|
||||
--callout-info: 35, 114, 150;
|
||||
--callout-padding: 0.72em 0.9em;
|
||||
|
|
@ -789,8 +789,8 @@ settings:
|
|||
--callout-tip: 57, 118, 37;
|
||||
--callout-todo: 59, 109, 111;
|
||||
--callout-warning: 157, 113, 36;
|
||||
--checkbox-border-color: rgb(103 111 89 / 0.68);
|
||||
--checkbox-border-color-hover: rgb(93 109 89 / 0.86);
|
||||
--checkbox-border-color: rgb(103 111 90 / 0.68);
|
||||
--checkbox-border-color-hover: rgb(93 109 90 / 0.86);
|
||||
--checkbox-color: #457d31;
|
||||
--checkbox-color-hover: #445f50;
|
||||
--checkbox-margin-inline-start: 0;
|
||||
|
|
@ -800,21 +800,21 @@ settings:
|
|||
--checklist-done-color: #676058;
|
||||
--checklist-done-decoration: line-through;
|
||||
--code-background: var(--hearth-md-code-surface);
|
||||
--code-comment: #766f65;
|
||||
--code-comment: #766f66;
|
||||
--code-function: #3e752b;
|
||||
--code-important: #237296;
|
||||
--code-keyword: #83640f;
|
||||
--code-normal: #46423d;
|
||||
--code-keyword: #846400;
|
||||
--code-normal: #46423e;
|
||||
--code-operator: #66635d;
|
||||
--code-property: #46703f;
|
||||
--code-string: #756826;
|
||||
--code-tag: #7f7d2e;
|
||||
--code-value: #346fa8;
|
||||
--h1-color: #83640f;
|
||||
--code-tag: #7f7d29;
|
||||
--code-value: #2d6fab;
|
||||
--h1-color: #846400;
|
||||
--h2-color: #3e752b;
|
||||
--h3-color: #46703f;
|
||||
--h4-color: #756826;
|
||||
--h5-color: #346fa8;
|
||||
--h5-color: #2d6fab;
|
||||
--h6-color: #5c554d;
|
||||
--hearth-accent-hover: #bb7e16;
|
||||
--hearth-bracket-bright: #855a70;
|
||||
|
|
@ -831,14 +831,14 @@ settings:
|
|||
--hearth-guide-active: #8b7d63;
|
||||
--hearth-guide-ink: #7c5f34;
|
||||
--hearth-md-block-gap: 1em;
|
||||
--hearth-md-border: rgb(178 174 163 / 0.54);
|
||||
--hearth-md-border-soft: rgb(178 174 163 / 0.28);
|
||||
--hearth-md-code-border: rgb(178 174 163 / 0.42);
|
||||
--hearth-md-border: rgb(178 174 164 / 0.54);
|
||||
--hearth-md-border-soft: rgb(178 174 164 / 0.28);
|
||||
--hearth-md-code-border: rgb(178 174 164 / 0.42);
|
||||
--hearth-md-code-surface: rgb(209 205 193 / 0.9);
|
||||
--hearth-md-inline-code: #345575;
|
||||
--hearth-md-list-level-1: #676f59;
|
||||
--hearth-md-inline-code: #305577;
|
||||
--hearth-md-list-level-1: #676f5a;
|
||||
--hearth-md-list-level-2: #667155;
|
||||
--hearth-md-list-level-3: #626f79;
|
||||
--hearth-md-list-level-3: #606f7b;
|
||||
--hearth-md-surface: rgb(211 207 195 / 0.88);
|
||||
--hearth-md-surface-muted: rgb(217 213 201 / 0.72);
|
||||
--hearth-nav-active-ink: #2c2722;
|
||||
|
|
@ -847,8 +847,8 @@ settings:
|
|||
--hearth-task-background: rgb(215 211 199 / 0.9);
|
||||
--hearth-task-cancelled: #ba5146;
|
||||
--hearth-task-cancelled-text: #7c4038;
|
||||
--hearth-task-deferred: #6b645b;
|
||||
--hearth-task-deferred-text: #605950;
|
||||
--hearth-task-deferred: #6b645c;
|
||||
--hearth-task-deferred-text: #605951;
|
||||
--hearth-task-done: #457d31;
|
||||
--hearth-task-important: #9d7124;
|
||||
--hearth-task-important-text: #735626;
|
||||
|
|
@ -880,12 +880,12 @@ settings:
|
|||
--interactive-normal: rgb(195 192 181 / 0.2);
|
||||
--link-color: var(--interactive-accent);
|
||||
--link-color-hover: var(--interactive-accent-hover);
|
||||
--link-unresolved-color: #796d52;
|
||||
--list-marker-color: #676f59;
|
||||
--link-unresolved-color: #796d50;
|
||||
--list-marker-color: #676f5a;
|
||||
--list-marker-color-collapsed: var(--interactive-accent);
|
||||
--list-marker-color-hover: #667155;
|
||||
--list-spacing: 0.14em;
|
||||
--scrollbar-active-thumb-bg: rgb(157 152 141 / 0.85);
|
||||
--scrollbar-active-thumb-bg: rgb(157 152 142 / 0.85);
|
||||
--scrollbar-bg: transparent;
|
||||
--scrollbar-thumb-bg: rgb(172 168 157 / 0.5);
|
||||
--table-border-color: rgb(195 192 181 / 0.58);
|
||||
|
|
|
|||
|
|
@ -34,5 +34,6 @@
|
|||
"3.2.0": "1.0.0",
|
||||
"3.3.0": "1.0.0",
|
||||
"3.4.0": "1.0.0",
|
||||
"3.4.1": "1.0.0"
|
||||
"3.4.1": "1.0.0",
|
||||
"3.5.0": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue