obsidian-theme-ebullientworks

Theme for Obsidian.md (https://obsidian.md)

CC0-1.0 License

Stars
97

Bot releases are hidden (Show)

obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 🐛 Move list padding out of snippet d9fb86e
  • 🎨 Use primary-alt for inline embeds 0c9f7cb
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 🎨 Clear background from minimal in tasks snippet 7c1e2b5
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • ✨ Create an independent snippet for tasks (for default theme) 5322647
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

👷 Set up gulp 8c5566c
🐛 Set background for hr in embed-content 2814642

obsidian-theme-ebullientworks - 0.2.9

Published by ebullient almost 3 years ago

  • 🎨 Remove the corner blockquote icon 7571cc7
  • 🐛 undo strikethrough for task values in LP 8c036b9
  • 🎨 ellipses for long folder names, too 828371a
obsidian-theme-ebullientworks - 0.2.8

Published by ebullient almost 3 years ago

  • 🎨 Hide collapse indicators unless hovered|active 1b287ba
  • 🔨 Create CONTRIBUTING.md 4899326
  • 🐛 Fix collapsed link in CM6 source mode 03c78fd
  • 🎨 Use primary background for dark mode modal 4e4af9b
  • 🐛 Fix bold italics in plain blockquotes 4e0d642
  • 🎨 Blockquote background like admonitions 72dd645
  • 🎨 Don't style the top-level .nav-file (defer to title) 9f741d6
obsidian-theme-ebullientworks - 0.2.7

Published by ebullient almost 3 years ago

  • 🎨 Toggle for tag brightenss/contrast. Fixes #10 #10
  • 🎨 smidgen increase on admonition border 88a5376
obsidian-theme-ebullientworks - 0.2.6

Published by ebullient almost 3 years ago

  • 🐛 Use light theme for print. Resolves #3 #3
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • ✨ Checkboxes in live preview 9abbe27
  • 🐛 Fix checkboxes (live preview, mobile, preview) e62c64e
  • 🎨 Better contrast for hidden links 1ef4523
  • 🎨 Remove !important for tag size c73c95a
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 🐛 Selection and cursors for highlights. Fixes #5
  • 🎨 Theme-aligned colors for search box 045852c
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 🎨 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
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 🎨 headings and tags in print view e998dca
  • 🐛 checkboxes in dataview tasklist 508502d
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • 📝 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
obsidian-theme-ebullientworks - 0.2.0

Published by ebullient almost 3 years ago

  • 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 */
}
obsidian-theme-ebullientworks - 0.1.9

Published by ebullient almost 3 years ago

  • drop shadow for frontmatter hover 363c238
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • hover both kinds of frontmatter 46e76e3
  • minor bumps to dark grays in the dark theme 736d118
  • update font default value in style settings f220a92
obsidian-theme-ebullientworks -

Published by ebullient almost 3 years ago

  • checkboxes: color border/contents instead of fill
  • change the selection highlight in modal dialogs