Skip to content

Releases: ebullient/obsidian-theme-ebullientworks

0.2.4

24 Nov 21:10
Compare
Choose a tag to compare
  • 🐛 Selection and cursors for highlights. Fixes #5
  • 🎨 Theme-aligned colors for search box 045852c

0.2.3

24 Nov 02:12
Compare
Choose a tag to compare
  • 🎨 Improve modal hover in light mode. Fixes #4 #4
  • 🐛 Use embedded font for quotes to preserve accent color 003f48d
  • 🎨 More visible text selection 8e1a08a
  • 🎨 Adjust header of TOC admonition in light mode c4482af

0.2.2

19 Nov 03:58
Compare
Choose a tag to compare
  • 🎨 headings and tags in print view e998dca
  • 🐛 checkboxes in dataview tasklist 508502d

0.2.1

18 Nov 04:04
Compare
Choose a tag to compare
  • 📝 Update README.md
  • 🐛 Change alternating table row color to alpha
  • 🐛 color contrast on community plugin search panel
  • ✨ Use small pencil for unresolved links
  • ✨ Add a setting to toggle checklist styles

0.2.0

16 Nov 16:05
Compare
Choose a tag to compare
  • Add table styles (header, max-width, even rows). 40f4f2f
  • Tweak light/dark colors for contrast. 43a2847
  • Tweak internal link formatting for contrast b95126c

Breaking changes

Note that if you have defined your own accent colors, you need to add --primary-accent-1-rgb and
--secondary-accent-4-rgb variants to your accent definitions.

Using the example from the README, you should have accent color definitions that look something like this:

.primary-accent-custom {
    --primary-accent-0: rgb(250, 210, 206); /* red-100 */
    --primary-accent-1: rgb(248, 192, 187);
    --primary-accent-1-rgb: 248, 192, 187;  /* Note removal of rgb() function */
    --primary-accent-2: rgb(245, 163, 156);
    --primary-accent-3: rgb(241, 127, 117);
    --primary-accent-4: rgb(222, 40, 23);
    --primary-accent-4-rgb: 222, 40, 23;    /* Note removal of rgb() function */
    --primary-accent-5: rgb(142, 25, 15);
    --primary-accent-6: rgb(95, 17, 10);    /* red-700 */
}
.secondary-accent-custom {
    --secondary-accent-0: rgb(250, 210, 206); /* red-100 */
    --secondary-accent-1: rgb(248, 192, 187);
    --secondary-accent-1-rgb: 248, 192, 187;  /* Note removal of rgb() function */
    --secondary-accent-2: rgb(245, 163, 156);
    --secondary-accent-3: rgb(241, 127, 117);
    --secondary-accent-4: rgb(222, 40, 23);
    --secondary-accent-4-rgb: 222, 40, 23;    /* Note removal of rgb() function */
    --secondary-accent-5: rgb(142, 25, 15);
    --secondary-accent-6: rgb(95, 17, 10);    /* red-700 */
}

0.1.9

14 Nov 03:06
Compare
Choose a tag to compare
  • drop shadow for frontmatter hover 363c238

0.1.8

14 Nov 02:40
Compare
Choose a tag to compare
  • hover both kinds of frontmatter 46e76e3
  • minor bumps to dark grays in the dark theme 736d118
  • update font default value in style settings f220a92

0.1.7

12 Nov 06:06
Compare
Choose a tag to compare
  • checkboxes: color border/contents instead of fill
  • change the selection highlight in modal dialogs