mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.4.1
This commit is contained in:
parent
1cac0d16f2
commit
05e97644ab
5 changed files with 23 additions and 22 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.0",
|
||||
"version": "3.4.1",
|
||||
"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 |
40
theme.css
40
theme.css
|
|
@ -116,7 +116,7 @@ settings:
|
|||
--checklist-done-decoration: line-through;
|
||||
--code-background: var(--hearth-md-code-surface);
|
||||
--code-comment: #817566;
|
||||
--code-function: #91cf72;
|
||||
--code-function: #93ce75;
|
||||
--code-important: #68adc1;
|
||||
--code-keyword: #d4b84f;
|
||||
--code-normal: #c3bfb9;
|
||||
|
|
@ -126,7 +126,7 @@ settings:
|
|||
--code-tag: #c5bf56;
|
||||
--code-value: #77a7d2;
|
||||
--h1-color: #d4b84f;
|
||||
--h2-color: #91cf72;
|
||||
--h2-color: #93ce75;
|
||||
--h3-color: #8ebb7f;
|
||||
--h4-color: #caa46c;
|
||||
--h5-color: #77a7d2;
|
||||
|
|
@ -152,7 +152,7 @@ settings:
|
|||
--hearth-md-code-surface: rgb(38 39 35 / 0.9);
|
||||
--hearth-md-inline-code: #9bb0bf;
|
||||
--hearth-md-list-level-1: #858b6e;
|
||||
--hearth-md-list-level-2: #858e69;
|
||||
--hearth-md-list-level-2: #868e6a;
|
||||
--hearth-md-list-level-3: #7e8486;
|
||||
--hearth-md-surface: rgb(37 38 34 / 0.88);
|
||||
--hearth-md-surface-muted: rgb(34 35 32 / 0.72);
|
||||
|
|
@ -191,14 +191,14 @@ settings:
|
|||
--hr-color: rgb(60 58 50 / 0.7);
|
||||
--interactive-accent: #8bb49e;
|
||||
--interactive-accent-hover: #98b69f;
|
||||
--interactive-hover: #2a2722;
|
||||
--interactive-hover: #2a2723;
|
||||
--interactive-normal: rgb(60 58 50 / 0.2);
|
||||
--link-color: var(--interactive-accent);
|
||||
--link-color-hover: var(--interactive-accent-hover);
|
||||
--link-unresolved-color: #938461;
|
||||
--list-marker-color: #858b6e;
|
||||
--list-marker-color-collapsed: var(--interactive-accent);
|
||||
--list-marker-color-hover: #858e69;
|
||||
--list-marker-color-hover: #868e6a;
|
||||
--list-spacing: 0.14em;
|
||||
--scrollbar-active-thumb-bg: rgb(95 88 76 / 0.85);
|
||||
--scrollbar-bg: transparent;
|
||||
|
|
@ -762,13 +762,13 @@ settings:
|
|||
--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 35 / 0.24);
|
||||
--background-modifier-success: rgb(117 104 38 / 0.24);
|
||||
--background-primary: #e7e5d8;
|
||||
--background-primary-alt: #cecabe;
|
||||
--background-secondary: #d4d1c4;
|
||||
--background-secondary-alt: #bdb9ad;
|
||||
--blockquote-background-color: var(--hearth-md-surface-muted);
|
||||
--blockquote-border-color: rgb(76 113 67 / 0.68);
|
||||
--blockquote-border-color: rgb(82 112 72 / 0.68);
|
||||
--blockquote-border-thickness: 3px;
|
||||
--blockquote-color: #605950;
|
||||
--callout-border-opacity: 0.5;
|
||||
|
|
@ -789,8 +789,8 @@ settings:
|
|||
--callout-tip: 57, 118, 37;
|
||||
--callout-todo: 59, 109, 111;
|
||||
--callout-warning: 157, 113, 36;
|
||||
--checkbox-border-color: rgb(100 112 87 / 0.68);
|
||||
--checkbox-border-color-hover: rgb(91 110 88 / 0.86);
|
||||
--checkbox-border-color: rgb(103 111 89 / 0.68);
|
||||
--checkbox-border-color-hover: rgb(93 109 89 / 0.86);
|
||||
--checkbox-color: #457d31;
|
||||
--checkbox-color-hover: #445f50;
|
||||
--checkbox-margin-inline-start: 0;
|
||||
|
|
@ -801,19 +801,19 @@ settings:
|
|||
--checklist-done-decoration: line-through;
|
||||
--code-background: var(--hearth-md-code-surface);
|
||||
--code-comment: #766f65;
|
||||
--code-function: #397626;
|
||||
--code-function: #3e752b;
|
||||
--code-important: #237296;
|
||||
--code-keyword: #83640f;
|
||||
--code-normal: #46423d;
|
||||
--code-operator: #66635d;
|
||||
--code-property: #3f7138;
|
||||
--code-string: #756823;
|
||||
--code-property: #46703f;
|
||||
--code-string: #756826;
|
||||
--code-tag: #7f7d2e;
|
||||
--code-value: #346fa8;
|
||||
--h1-color: #83640f;
|
||||
--h2-color: #397626;
|
||||
--h3-color: #3f7138;
|
||||
--h4-color: #756823;
|
||||
--h2-color: #3e752b;
|
||||
--h3-color: #46703f;
|
||||
--h4-color: #756826;
|
||||
--h5-color: #346fa8;
|
||||
--h6-color: #5c554d;
|
||||
--hearth-accent-hover: #bb7e16;
|
||||
|
|
@ -836,8 +836,8 @@ settings:
|
|||
--hearth-md-code-border: rgb(178 174 163 / 0.42);
|
||||
--hearth-md-code-surface: rgb(209 205 193 / 0.9);
|
||||
--hearth-md-inline-code: #345575;
|
||||
--hearth-md-list-level-1: #647057;
|
||||
--hearth-md-list-level-2: #657153;
|
||||
--hearth-md-list-level-1: #676f59;
|
||||
--hearth-md-list-level-2: #667155;
|
||||
--hearth-md-list-level-3: #626f79;
|
||||
--hearth-md-surface: rgb(211 207 195 / 0.88);
|
||||
--hearth-md-surface-muted: rgb(217 213 201 / 0.72);
|
||||
|
|
@ -876,14 +876,14 @@ settings:
|
|||
--hr-color: rgb(195 192 181 / 0.7);
|
||||
--interactive-accent: #486a59;
|
||||
--interactive-accent-hover: #445f50;
|
||||
--interactive-hover: #cac7b9;
|
||||
--interactive-hover: #cac7bb;
|
||||
--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: #647057;
|
||||
--list-marker-color: #676f59;
|
||||
--list-marker-color-collapsed: var(--interactive-accent);
|
||||
--list-marker-color-hover: #657153;
|
||||
--list-marker-color-hover: #667155;
|
||||
--list-spacing: 0.14em;
|
||||
--scrollbar-active-thumb-bg: rgb(157 152 141 / 0.85);
|
||||
--scrollbar-bg: transparent;
|
||||
|
|
|
|||
|
|
@ -33,5 +33,6 @@
|
|||
"3.1.4": "1.0.0",
|
||||
"3.2.0": "1.0.0",
|
||||
"3.3.0": "1.0.0",
|
||||
"3.4.0": "1.0.0"
|
||||
"3.4.0": "1.0.0",
|
||||
"3.4.1": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue