diff --git a/CHANGELOG.md b/CHANGELOG.md index dc09609..374d9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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). +#### [1.0.0](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.21...1.0.0) + +- Bump chokidar from 3.5.3 to 3.6.0 [`14f6d84`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/14f6d8426773e9f2f1c2474e510a9d93a27b74e7) +- Bump sass from 1.71.0 to 1.71.1 [`0a3c410`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0a3c4104d094448ee722a1248c6c9b208a502b61) +- Bump sass from 1.70.0 to 1.71.0 [`d38804b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/d38804b65e60eb02a7c5297167fb7cf6532fc334) +- Bump sass from 1.69.7 to 1.70.0 [`07a50ef`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/07a50ef2e6d7597f8dc445f41b81dcf9d8adc40b) +- Bump sass from 1.69.6 to 1.69.7 [`0953fd4`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/0953fd43a448a7b733fe4c111f7b197e8e072b68) +- Bump sass from 1.69.5 to 1.69.6 [`ed24675`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/ed24675cd92e6b2b62076dff8f72cfd1cee34dda) +- 🎨 lighten whitespace for show-whitespace plugin [`324a56d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/324a56d19cec0546fa7ecb01b87fa588b2b99e90) + #### [0.7.21](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.20...0.7.21) +> 15 December 2023 + - 🐛 Fix size of external link background (remove unnecessary style) [`8401ebd`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8401ebd71129e247c9bf904c336540aed5dcf5c1) #### [0.7.20](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/0.7.19...0.7.20) diff --git a/manifest.json b/manifest.json index 3a34102..7ab6009 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Ebullientworks", - "version": "0.7.21", + "version": "1.0.0", "minAppVersion": "0.16.0", "author": "Ebullientworks", "authorUrl": "https://github.com/ebullient", diff --git a/package-lock.json b/package-lock.json index b170c61..470c733 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.7.21", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-theme-ebullientworks", - "version": "0.7.21", + "version": "1.0.0", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 28003c4..e26d025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-theme-ebullientworks", - "version": "0.7.21", + "version": "1.0.0", "private": true, "description": "An Obsidian Theme", "author": "Erin Schnabel", diff --git a/publish.css b/publish.css index 919d26f..f4a2119 100644 --- a/publish.css +++ b/publish.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.7.21. A dark and light theme for Obsidian. +Ebullientworks 1.0.0. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ diff --git a/tasks-snippet.css b/tasks-snippet.css index 47d15e9..0a0ff0d 100644 --- a/tasks-snippet.css +++ b/tasks-snippet.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.7.21. A dark and light theme for Obsidian. +Ebullientworks 1.0.0. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ diff --git a/theme.css b/theme.css index 65502c5..5e51242 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* -Ebullientworks 0.7.21. A dark and light theme for Obsidian. +Ebullientworks 1.0.0. A dark and light theme for Obsidian. https://github.com/ebullient/obsidian-theme-ebullientworks */ @@ -2657,57 +2657,8 @@ li .internal-embed .markdown-embed-content { color: var(--text-on-accent); } -.theme-dark .timeline-container h2 { - color: var(--gray-dark-2); -} -.theme-dark .timeline-left::before { - border: medium solid var(--gray-dark-2); - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent var(--gray-dark-2); -} -.theme-dark .timeline-right::before { - border: medium solid var(--gray-dark-2); - border-width: 10px 10px 10px 0; - border-color: transparent var(--gray-dark-2) transparent transparent; -} -.theme-dark .timeline-container::after { - border: 4px solid var(--primary-accent-4); -} - -.theme-light .timeline-container h2 { - color: var(--gray-light-1); -} -.theme-light .timeline-left::before { - border: medium solid var(--gray-light-1); - border-width: 10px 0 10px 10px; - border-color: transparent transparent transparent var(--gray-light-1); -} -.theme-light .timeline-right::before { - border: medium solid var(--gray-light-1); - border-width: 10px 10px 10px 0; - border-color: transparent var(--gray-light-1) transparent transparent; -} -.theme-light .timeline-container::after { - border: 4px solid var(--primary-accent-2); -} -.theme-light .timeline::after { - background-color: var(--blue-1); -} - -.timeline-container { - page-break-inside: avoid; -} -.timeline-container h1:before, -.timeline-container h2:before, -.timeline-container h3:before, -.timeline-container h4:before, -.timeline-container h5:before, -.timeline-container h6:before { - display: none; -} - -.timeline-card a.internal-link { - text-decoration: none; +body.theme-light:not(.swcm6-nix-plugin-styles) { + --show-whitespace-color: var(--color-base-30); } .ebullientworks-floating-frontmatter .markdown-rendered pre.frontmatter,