Skip to content

Commit

Permalink
🔖 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 1b5fe92 commit 4a9b00e
Show file tree
Hide file tree
Showing 7 changed files with 234 additions and 44 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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.2](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/1.0.1...1.0.2)

- Corrects pretty header on mobile [`#99`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/99)
- 🐛 fix position of edit block button; resolves #101 [`#101`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/101)
- :sparkles: Add Sync Icon visibility on mobile and tablet [`#87`](https://github.com/ebullient/obsidian-theme-ebullientworks/issues/87)
- 🎨 message, notification, and button colors [`00b1e00`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/00b1e006e9f89aa849eb228faaa64cc6b2a5a6ae)
- Bump braces from 3.0.2 to 3.0.3 [`aa1b99c`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/aa1b99c04083b47cc36f892e25297eaa8764a518)
- Bump sass from 1.77.6 to 1.77.8 [`02a557b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/02a557b222b1faadb4d06a4620274af484b72c4a)
- Bump sass from 1.77.5 to 1.77.6 [`960351b`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/960351b4e5e5ee64fc08408b9ae29dd0eb877ef5)
- Bump sass from 1.77.4 to 1.77.5 [`6756de6`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/6756de605b62a5e7ca3279e9a40f9b8996ba610d)
- Bump sass from 1.77.2 to 1.77.4 [`c313423`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/c313423ecf8e43eb140dec31236973d8e59faf24)
- Bump sass from 1.77.1 to 1.77.2 [`5ef1c5f`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/5ef1c5f40e000693fd85595137b8c6d78146309b)
- 🎨 lighten sync icon color in dark mode [`1b5fe92`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/1b5fe92b938630a0edc2b8584ba497209ef817d9)
- 🎨 provide background to sync icon on mobile [`8a50820`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/8a508209d8e2c1e48342d094e59be359791d4184)

#### [1.0.1](https://github.com/ebullient/obsidian-theme-ebullientworks/compare/1.0.0...1.0.1)

> 13 May 2024
- Bump sass from 1.76.0 to 1.77.1 [`efc3e7d`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/efc3e7d86050d3cdc54b005bf2fdd071acc9764a)
- Bump sass from 1.75.0 to 1.76.0 [`829d6a7`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/829d6a73f5a0dac7af50190812faac6b5123bffe)
- Bump sass from 1.74.1 to 1.75.0 [`f2cc933`](https://github.com/ebullient/obsidian-theme-ebullientworks/commit/f2cc93396ffe1a47c9efbe833500623267752673)
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": "1.0.1",
"version": "1.0.2",
"minAppVersion": "0.16.0",
"author": "Ebullientworks",
"authorUrl": "https://github.com/ebullient",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.1",
"version": "1.0.2",
"private": true,
"description": "An Obsidian Theme",
"author": "Erin Schnabel",
Expand Down
79 changes: 60 additions & 19 deletions publish.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 1.0.1. A dark and light theme for Obsidian.
Ebullientworks 1.0.2. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down Expand Up @@ -160,18 +160,28 @@ body {
--background-primary-alt: var(--gray-dark-75);
--background-secondary: var(--gray-dark-7);
--background-secondary-alt: var(--gray-dark-8);
--background-modifier-border: black;
--background-modifier-border-focus: black;
--background-modifier-form-field: rgba(0, 0, 0, 0.3);
--background-modifier-hover: rgba(var(--mono-rgb-100), 0.075);
--background-modifier-active-hover: hsla(var(--interactive-accent-hsl), 0.15);
--background-modifier-border: var(--gray-dark-9);
--background-modifier-border-hover: black;
--background-modifier-border-focus: var(--gray-dark-10);
--background-modifier-error-rgb: var(--red-5-rgb);
--background-modifier-error: var(--red-5);
--background-modifier-error-hover: var(--red-4);
--background-modifier-success-rgb: var(--green-5-rgb);
--background-modifier-success: var(--green-5);
--background-modifier-warning: var(--yellow-4);
--background-modifier-warning-hover: var(--yellow-3);
--background-modifier-info: var(--blue-5);
--modifier-text: var(--gray-light-8);
--modifier-text-accent: var(--gray-light-7);
--background-modifier-message: var(--gray-dark-6);
--background-modifier-form-field: var(--gray-dark-6);
--background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.22);
--background-modifier-box-shadow: rgba(0, 0, 0, 0.3);
--background-modifier-success: var(--green-5);
--background-modifier-error: var(--red-5);
--background-modifier-error-rgb: 61, 0, 0;
--background-modifier-error-hover: var(--red-5);
--background-modifier-cover: rgba(0, 0, 0, 0.8);
--text-accent: var(--primary-accent-2);
--text-accent-hover: var(--gray-light-8);
--text-accent-hover: var(--primary-accent-1);
--text-normal: var(--gray-light-1);
--text-muted: var(--gray);
--text-faint: var(--gray-dark-1);
Expand All @@ -186,9 +196,11 @@ body {
--indentation-guide-active: var(--gray-dark-6);
--text-on-accent: var(--gray-light-8);
--interactive-hover: var(--primary-accent-4);
--interactive-normal: var(--background-primary-alt);
--interactive-accent: var(--secondary-accent-4);
--interactive-normal: var(--gray-dark-6);
--interactive-accent: var(--primary-accent-5);
--interactive-accent-hover: var(--primary-accent-4);
--interactive-toggle: var(--secondary-accent-4);
--interactive-disabled: var(--background-modifier-form-field);
--ebw-alpha2: rgba(0, 0, 0, 0.2);
--ebw-alpha4: rgba(0, 0, 0, 0.4);
--color-red-rgb: var(--red-2-rgb);
Expand Down Expand Up @@ -230,34 +242,56 @@ body {
--text-highlight-bg: var(--primary-accent-2);
--text-highlight-bg-rgb: var(--primary-accent-2-rgb);
}
.theme-dark .sync-status-icon.mod-working {
color: var(--primary-accent-4);
}
.theme-dark .sync-status-icon.mod-error {
color: var(--red-4);
}

.theme-light {
--background-primary: var(--gray-light-7);
--background-primary-alt: var(--gray-light-5);
--background-secondary: var(--gray-light-3);
--background-secondary-alt: var(--gray-light-4);
--background-modifier-hover: rgba(0, 0, 0, 0.075);
--background-modifier-active-hover: hsla(var(--interactive-accent-hsl), 0.15);
--background-modifier-border: var(--gray-light-1);
--background-modifier-success: var(--green-2);
--background-modifier-success-rgb: var(--green-2-rgb);
--background-modifier-border-hover: var(--gray-light-2);
--background-modifier-border-focus: var(--gray);
--background-modifier-error-rgb: var(--red-4-rgb);
--background-modifier-error: var(--red-4);
--background-modifier-error-rgb: 188,83,69;
--background-modifier-error-hover: var(--red-4);
--background-modifier-error-hover: var(--red-3);
--background-modifier-success-rgb: var(--green-4-rgb);
--background-modifier-success: var(--green-4);
--background-modifier-warning: var(--yellow-3);
--background-modifier-warning-hover: var(--yellow-4);
--background-modifier-info: var(--blue-4);
--modifier-text: white;
--modifier-text-accent: var(--gray-light-7);
--background-modifier-message: rgba(0, 0, 0, 0.9);
--background-modifier-form-field: var(--background-primary);
--background-modifier-form-field-highlighted: rgba(0, 0, 0, 0.22);
--background-modifier-box-shadow: rgba(0, 0, 0, 0.1);
--background-modifier-cover: rgba(220, 220, 220, 0.4);
--text-normal: var(--gray-dark-5);
--text-muted: var(--gray-dark-4);
--text-faint: var(--gray-dark-1);
--text-accent: var(--primary-accent-4);
--text-accent-hover: var(--primary-accent-5);
--text-success: var(--green-4);
--text-error: var(--red-5);
--text-error: var(--red-4);
--text-highlight-fg: var(--gray-dark-7);
--text-highlight-bg-rgb: var(--primary-accent-4-rgb);
--text-highlight-bg: rgba(var(--text-highlight-bg-rgb), 0.2);
--text-selection: rgba(var(--secondary-accent-4-rgb), 0.2);
--text-on-accent: var(--gray-light-8);
--interactive-hover: var(--primary-accent-1);
--interactive-normal: var(--background-primary-alt);
--interactive-accent: var(--secondary-accent-4);
--interactive-accent-hover: var(--primary-accent-4);
--text-on-accent: var(--gray-light-8);
--interactive-accent: var(--primary-accent-4);
--interactive-accent-hover: var(--primary-accent-3);
--interactive-toggle: var(--secondary-accent-3);
--interactive-disabled: var(--gray-light-3);
--color-red-rgb: var(--red-4-rgb);
--color-red: var(--red-4);
--color-orange-rgb: var(--orange-4-rgb);
Expand Down Expand Up @@ -287,6 +321,13 @@ body {
--color-base-70: var(--gray-dark-4);
--color-base-100: var(--gray-dark-8);
}
@media (hover: hover) {
.theme-light button.mod-cta:hover,
.theme-light button.mod-destructive:hover {
--modifier-text: var(--gray-dark-8);
color: var(--modifier-text);
}
}

.theme-dark {
--graph-line: var(--gray-dark-5);
Expand Down
2 changes: 1 addition & 1 deletion tasks-snippet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*
Ebullientworks 1.0.1. A dark and light theme for Obsidian.
Ebullientworks 1.0.2. A dark and light theme for Obsidian.
https://github.com/ebullient/obsidian-theme-ebullientworks
*/
Expand Down
Loading

0 comments on commit 4a9b00e

Please sign in to comment.