mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.7.3
This commit is contained in:
parent
761500494b
commit
0d6006a974
5 changed files with 30 additions and 29 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.7.2",
|
||||
"version": "3.7.3",
|
||||
"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 |
54
theme.css
54
theme.css
|
|
@ -93,7 +93,7 @@ settings:
|
|||
--callout-content-padding: 0.48em 0 0;
|
||||
--callout-default: 104, 173, 193;
|
||||
--callout-error: 224, 108, 94;
|
||||
--callout-example: 136, 162, 201;
|
||||
--callout-example: 140, 161, 199;
|
||||
--callout-fail: 224, 108, 94;
|
||||
--callout-info: 104, 173, 193;
|
||||
--callout-padding: 0.72em 0.9em;
|
||||
|
|
@ -757,12 +757,12 @@ 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(141 107 7 / 0.2);
|
||||
--background-modifier-error-hover: rgb(141 107 7 / 0.3);
|
||||
--background-modifier-error: rgb(131 100 15 / 0.2);
|
||||
--background-modifier-error-hover: rgb(131 100 15 / 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);
|
||||
--background-modifier-success: rgb(117 104 38 / 0.24);
|
||||
--background-modifier-success: rgb(126 90 42 / 0.24);
|
||||
--background-primary: #e7e5d8;
|
||||
--background-primary-alt: #cecabe;
|
||||
--background-secondary: #d4d1c4;
|
||||
|
|
@ -770,7 +770,7 @@ settings:
|
|||
--blockquote-background-color: var(--hearth-md-surface-muted);
|
||||
--blockquote-border-color: rgb(84 113 73 / 0.68);
|
||||
--blockquote-border-thickness: 3px;
|
||||
--blockquote-color: #665d53;
|
||||
--blockquote-color: #665d54;
|
||||
--callout-border-opacity: 0.5;
|
||||
--callout-border-width: 1px;
|
||||
--callout-bug: 186, 81, 70;
|
||||
|
|
@ -778,12 +778,12 @@ settings:
|
|||
--callout-content-padding: 0.48em 0 0;
|
||||
--callout-default: 35, 114, 150;
|
||||
--callout-error: 186, 81, 70;
|
||||
--callout-example: 68, 108, 161;
|
||||
--callout-example: 58, 102, 155;
|
||||
--callout-fail: 186, 81, 70;
|
||||
--callout-info: 35, 114, 150;
|
||||
--callout-padding: 0.72em 0.9em;
|
||||
--callout-question: 164, 105, 44;
|
||||
--callout-quote: 142, 134, 122;
|
||||
--callout-quote: 142, 134, 123;
|
||||
--callout-radius: 8px;
|
||||
--callout-success: 57, 118, 37;
|
||||
--callout-tip: 57, 118, 37;
|
||||
|
|
@ -800,22 +800,22 @@ settings:
|
|||
--checklist-done-color: #6f665b;
|
||||
--checklist-done-decoration: line-through;
|
||||
--code-background: var(--hearth-md-code-surface);
|
||||
--code-comment: #7f7669;
|
||||
--code-comment: #7f766a;
|
||||
--code-function: #3e752b;
|
||||
--code-important: #237296;
|
||||
--code-keyword: #8d6b07;
|
||||
--code-normal: #46423e;
|
||||
--code-operator: #5f5c56;
|
||||
--code-keyword: #83640f;
|
||||
--code-normal: #46423d;
|
||||
--code-operator: #5f5c57;
|
||||
--code-property: #46703f;
|
||||
--code-string: #756826;
|
||||
--code-tag: #87852c;
|
||||
--code-value: #2d6fab;
|
||||
--h1-color: #8d6b07;
|
||||
--code-string: #7e5a2a;
|
||||
--code-tag: #5f6b24;
|
||||
--code-value: #1768a6;
|
||||
--h1-color: #83640f;
|
||||
--h2-color: #3e752b;
|
||||
--h3-color: #46703f;
|
||||
--h4-color: #756826;
|
||||
--h5-color: #2d6fab;
|
||||
--h6-color: #61594f;
|
||||
--h4-color: #7e5a2a;
|
||||
--h5-color: #1768a6;
|
||||
--h6-color: #615950;
|
||||
--hearth-accent-hover: #bb7e16;
|
||||
--hearth-bracket-bright: #855a70;
|
||||
--hearth-bracket-cool: #237296;
|
||||
|
|
@ -831,14 +831,14 @@ settings:
|
|||
--hearth-guide-active: #8b7d63;
|
||||
--hearth-guide-ink: #7c5f34;
|
||||
--hearth-md-block-gap: 1em;
|
||||
--hearth-md-border: rgb(180 176 164 / 0.54);
|
||||
--hearth-md-border-soft: rgb(180 176 164 / 0.28);
|
||||
--hearth-md-code-border: rgb(180 176 164 / 0.42);
|
||||
--hearth-md-border: rgb(180 176 165 / 0.54);
|
||||
--hearth-md-border-soft: rgb(180 176 165 / 0.28);
|
||||
--hearth-md-code-border: rgb(180 176 165 / 0.42);
|
||||
--hearth-md-code-surface: rgb(209 205 193 / 0.9);
|
||||
--hearth-md-inline-code: #305577;
|
||||
--hearth-md-inline-code: #235074;
|
||||
--hearth-md-list-level-1: #6d745c;
|
||||
--hearth-md-list-level-2: #6d7658;
|
||||
--hearth-md-list-level-3: #66747d;
|
||||
--hearth-md-list-level-3: #60727c;
|
||||
--hearth-md-surface: rgb(211 207 195 / 0.88);
|
||||
--hearth-md-surface-muted: rgb(217 213 201 / 0.72);
|
||||
--hearth-nav-active-ink: #2c2722;
|
||||
|
|
@ -848,7 +848,7 @@ settings:
|
|||
--hearth-task-cancelled: #ba5146;
|
||||
--hearth-task-cancelled-text: #7c4038;
|
||||
--hearth-task-deferred: #736a5f;
|
||||
--hearth-task-deferred-text: #665d53;
|
||||
--hearth-task-deferred-text: #665d54;
|
||||
--hearth-task-done: #457d31;
|
||||
--hearth-task-important: #9d7124;
|
||||
--hearth-task-important-text: #735626;
|
||||
|
|
@ -880,14 +880,14 @@ settings:
|
|||
--interactive-normal: rgb(195 192 181 / 0.2);
|
||||
--link-color: var(--interactive-accent);
|
||||
--link-color-hover: var(--interactive-accent-hover);
|
||||
--link-unresolved-color: #827453;
|
||||
--link-unresolved-color: #807256;
|
||||
--list-marker-color: #6d745c;
|
||||
--list-marker-color-collapsed: var(--interactive-accent);
|
||||
--list-marker-color-hover: #6d7658;
|
||||
--list-spacing: 0.14em;
|
||||
--scrollbar-active-thumb-bg: rgb(161 155 143 / 0.85);
|
||||
--scrollbar-active-thumb-bg: rgb(161 155 144 / 0.85);
|
||||
--scrollbar-bg: transparent;
|
||||
--scrollbar-thumb-bg: rgb(175 170 158 / 0.5);
|
||||
--scrollbar-thumb-bg: rgb(175 170 159 / 0.5);
|
||||
--table-border-color: rgb(195 192 181 / 0.58);
|
||||
--table-header-border-color: rgb(195 192 181 / 0.76);
|
||||
--tag-background: rgb(35 114 150 / 0.14);
|
||||
|
|
|
|||
|
|
@ -39,5 +39,6 @@
|
|||
"3.6.0": "1.0.0",
|
||||
"3.7.0": "1.0.0",
|
||||
"3.7.1": "1.0.0",
|
||||
"3.7.2": "1.0.0"
|
||||
"3.7.2": "1.0.0",
|
||||
"3.7.3": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue