From 66e5c0f56e999b2d424b35883fd2ff24c8a19de7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 18 Sep 2022 19:05:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.5.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package.json | 2 +- tasks-snippet-for-0.16.css | 2 +- theme.css | 19 +++++++++++++------ 5 files changed, 27 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ae24d..b461541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.5.6](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.5.5...0.5.6) + +- ♻️ Move the checkbox mixin into its own file [`0031fd6`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0031fd66d23f11dd08f30f9f222fe0f3fe1abfc8) +- 🎨 Hide embed title and linked heading (setting) [`81e2746`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/81e27465eb825f22ba1081dbbe900bb4944be354) +- 🎨 tweak link color in light mode [`ae032a0`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ae032a014b9316c0aa30164c5f10edac8cfb70a5) +- 🐛 Fix css selectors to hide first embedded header [`474c2cc`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/474c2cc516da8a91b3095ff55ec974330c2dcab4) +- 🎨 Darken some callouts in light mode [`5273828`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/5273828d57f3ca9251a0e99c44e73256ea6f9fe5) +- 🎨 Change justification of view header title with stacked tabs [`ab31c01`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ab31c016ca82403b0e30f6ba13c38a28a43bf94f) + #### [0.5.5](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.5.4...0.5.5) +> 9 September 2022 + - 🐛 0.16.3 link style changes [`322acb0`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/322acb0d5b4a4320cd0393279257fe051de194cf) #### [0.5.4](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.5.3...0.5.4) diff --git a/manifest.json b/manifest.json index 7d5048e..1d57da7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Ebullientworks", - "version": "0.5.5", + "version": "0.5.6", "minAppVersion": "0.16.0", "author": "Ebullientworks", "authorUrl": "https://github.com/ebullient" diff --git a/package.json b/package.json index 0159ce8..9ef4a35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.5.5", + "version": "0.5.6", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel", diff --git a/tasks-snippet-for-0.16.css b/tasks-snippet-for-0.16.css index eba72a9..f349975 100644 --- a/tasks-snippet-for-0.16.css +++ b/tasks-snippet-for-0.16.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks tasks 0.5.5 by @ebullient +Ebullientworks tasks 0.5.6 by @ebullient */ :root { --checkbox-checked: rgb(139, 167, 145); diff --git a/theme.css b/theme.css index f6549e0..a325d91 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.5.5 by @ebullient +Ebullientworks 0.5.6 by @ebullient This is a dark and light theme for Obsidian. @@ -578,6 +578,7 @@ body:not(.is-mobile) .mod-right-split.is-floating { .ebullientworks-reverse-view-header-actions .popover.hover-editor .popover-content .workspace-leaf-content .view-header > .view-header-title-container, .ebullientworks-reverse-view-header-actions .workspace-tabs .view-header > .view-header-title-container { order: 1; + justify-content: flex-start; } body.is-focused .workspace .mod-root .workspace-tabs.mod-stacked, @@ -609,6 +610,7 @@ body:not(.is-focused) .workspace .mod-root .workspace-tabs.mod-stacked .view-hea --text-normal: var(--text-faint); --header-height: calc(var(--icon-s) + var(--size-2-4)); align-items: center; + gap: var(--size-2-4); } body.is-focused .workspace .mod-root .workspace-tabs.mod-stacked .view-header-title, body:not(.is-focused) .workspace .mod-root .workspace-tabs.mod-stacked .view-header-title { @@ -919,10 +921,10 @@ h1, --bold-color: var(--blue-4); --italic-color: var(--pink-4); --ebw-strong-em: var(--yellow-3); - --ebw-link-underline: var(--teal-2); + --ebw-link-underline: var(--teal-3); --ebw-link-hidden: var(--teal-2); - --link-color: var(--gray-dark-4); - --link-color-hover: var(--teal-3); + --link-color: var(--gray-dark-3); + --link-color-hover: var(--teal-4); --ebw-del-link-decoration-color: rgba(100, 100, 100, 0.5); } @@ -1397,7 +1399,10 @@ body { --ebw-callout-success: 92, 122, 99; --ebw-callout-note: 33, 75, 109; --ebw-callout-abstract: 88, 64, 84; + --ebw-callout-info: 53, 119, 174; --ebw-callout-tip: 61, 126, 123; + --ebw-callout-danger: 167,92,112; + --ebw-callout-failure: 188,83,69; } .markdown-rendered blockquote { @@ -1684,8 +1689,10 @@ div[src$="#small-right"] { overflow-y: unset; } -.ebullientworks-hide-embedded-heading .markdown-preview-view > [data-heading]:first-child, -.ebullientworks-hide-embedded-heading .markdown-embed-heading .markdown-preview-pusher + div > [data-heading] { +.ebullientworks-hide-embedded-heading .markdown-embed .markdown-embed-title { + display: none; +} +.ebullientworks-hide-embedded-heading .markdown-embed .markdown-preview-pusher + div > [data-heading] { display: none; }