Skip to content

Commit

Permalink
🔖 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 18, 2022
1 parent 81e2746 commit 66e5c0f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet-for-0.16.css
Original file line number Diff line number Diff line change
@@ -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);
Expand Down
19 changes: 13 additions & 6 deletions theme.css
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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);
}

Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 66e5c0f

Please sign in to comment.