diff --git a/manifest.json b/manifest.json index 46932b1..ba92332 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/screenshot.png b/screenshot.png index 40241e9..096d6bd 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/theme.css b/theme.css index b7348e6..6170395 100644 --- a/theme.css +++ b/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; diff --git a/versions.json b/versions.json index 742106b..c3d2e15 100644 --- a/versions.json +++ b/versions.json @@ -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" }