mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.1.4
This commit is contained in:
parent
9bbe8c0d6d
commit
b31ca2b1d7
4 changed files with 11 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "HearthCode",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"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: 30 KiB After Width: | Height: | Size: 30 KiB |
16
theme.css
16
theme.css
|
|
@ -427,7 +427,7 @@
|
|||
--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(85 125 104 / 0.18);
|
||||
--background-modifier-message: rgb(72 106 89 / 0.18);
|
||||
--background-modifier-success: rgb(117 104 35 / 0.24);
|
||||
--background-primary: #e7e5d8;
|
||||
--background-primary-alt: #cecabe;
|
||||
|
|
@ -493,12 +493,12 @@
|
|||
--hearth-terminal-yellow: #9d7124;
|
||||
--hearth-whitespace: #c8c5b9;
|
||||
--hr-color: rgb(195 192 181 / 0.7);
|
||||
--interactive-accent: #557d68;
|
||||
--interactive-accent-hover: #4f6f5c;
|
||||
--interactive-accent: #486a59;
|
||||
--interactive-accent-hover: #445f50;
|
||||
--interactive-hover: #cac7b9;
|
||||
--interactive-normal: rgb(195 192 181 / 0.2);
|
||||
--link-color: #557d68;
|
||||
--link-color-hover: #4f6f5c;
|
||||
--link-color: #486a59;
|
||||
--link-color-hover: #445f50;
|
||||
--link-unresolved-color: #796d52;
|
||||
--list-marker-color: #34587b;
|
||||
--scrollbar-active-thumb-bg: rgb(157 152 141 / 0.85);
|
||||
|
|
@ -510,14 +510,14 @@
|
|||
--tag-background-hover: rgb(35 114 150 / 0.22);
|
||||
--tag-color: #237296;
|
||||
--tag-color-hover: #342d28;
|
||||
--text-accent: #557d68;
|
||||
--text-accent-hover: #4f6f5c;
|
||||
--text-accent: #486a59;
|
||||
--text-accent-hover: #445f50;
|
||||
--text-error: #83640f;
|
||||
--text-faint: #7f7a71;
|
||||
--text-highlight-bg: rgb(184 121 17 / 0.34);
|
||||
--text-muted: #47413b;
|
||||
--text-normal: #342d28;
|
||||
--text-on-accent: #191815;
|
||||
--text-on-accent: #faf5ef;
|
||||
--text-selection: #b8791126;
|
||||
--text-success: #397625;
|
||||
--text-warning: #b17818;
|
||||
|
|
|
|||
|
|
@ -29,5 +29,6 @@
|
|||
"3.1.0": "1.0.0",
|
||||
"3.1.1": "1.0.0",
|
||||
"3.1.2": "1.0.0",
|
||||
"3.1.3": "1.0.0"
|
||||
"3.1.3": "1.0.0",
|
||||
"3.1.4": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue