Skip to content

⬆️ Bump quantecon-book-theme from 0.17.1 to 0.18.0#709

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.18.0
Open

⬆️ Bump quantecon-book-theme from 0.17.1 to 0.18.0#709
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.18.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps quantecon-book-theme from 0.17.1 to 0.18.0.

Release notes

Sourced from quantecon-book-theme's releases.

v0.18.0

Dark Theme Overhaul

What's Changed

Complete Dark Theme Overhaul (#365)

A ground-up rewrite of the dark theme for a modern, consistent, and readable experience.

Changed

  • Replaced ad-hoc grays ([#222](https://github.com/QuantEcon/quantecon-book-theme/issues/222)/[#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333)/[#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444)) with a cohesive navy-charcoal palette (#1a1a2e background, [#252540](https://github.com/QuantEcon/quantecon-book-theme/issues/252540) surfaces, #d4d4e4 text, #6cb6ff links)
  • Images now use subtle opacity reduction instead of aggressive CSS inversion
  • CSS custom properties — all 16 palette colors declared as overridable --qe-dark-* custom properties; downstream projects can now customize colors without duplicating selectors

Added

  • Dark mode syntax highlighting — complete token colors for all ~40 Pygments syntax classes using a VS Code Dark+ inspired palette
  • FOUC prevention — early inline script applies dark mode class before first paint, eliminating the flash of white on page load
  • Dark mode documentation — new "Dark Mode" section in configure.md covering palette, syntax highlighting, admonitions, image handling, and CSS customization with full reference table of all overridable custom properties
  • Dark mode coverage for unstyled elements — modals, admonitions (type-specific accents), homepage elements, collapse/toggle bars, tooltips, autodoc, footnotes, and non-QuantEcon project overrides

Fixed

  • Double logo in dark theme — when a dedicated dark logo is configured, both light and dark logos were shown
  • Page header unreadable in dark mode — title link, authors, "Last changed" button, and changelog dropdown used [#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444) text on dark backgrounds
  • Unreadable table text in dark mode — table rows used [#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333) text on dark backgrounds
  • Indistinguishable links in dark mode — all links were #fff, same as body text
  • Inline code light border in dark mode — code spans retained light-theme borders
  • Sidebar search white in dark mode — search input area remained white
  • Toolbar border in dark mode — toolbar border remained light gray
  • Syntax highlighting gaps — only 3 of ~40 token types had dark mode overrides
  • Stderr warnings in dark mode — updated to use amber accents matching the new palette

Full Changelog: QuantEcon/quantecon-book-theme@v0.17.1...v0.18.0

Changelog

Sourced from quantecon-book-theme's changelog.

[0.18.0] - 2026-02-24

Changed

  • Complete dark theme overhaul (#365) — rewrote the dark theme for a modern, consistent, and readable experience
    • Replaced ad-hoc grays ([#222](https://github.com/QuantEcon/quantecon-book-theme/issues/222)/[#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333)/[#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444)) with a cohesive navy-charcoal palette (#1a1a2e background, [#252540](https://github.com/QuantEcon/quantecon-book-theme/issues/252540) surfaces, #d4d4e4 text, #6cb6ff links)
    • Images now use subtle opacity reduction instead of aggressive CSS inversion
  • CSS custom properties for dark theme (#365) — all 16 palette colors declared as overridable --qe-dark-* custom properties; downstream projects can now customize colors without duplicating selectors

Added

  • Dark mode syntax highlighting (#365) — complete token colors for all ~40 Pygments syntax classes using a VS Code Dark+ inspired palette
  • FOUC prevention (#365) — early inline script applies dark mode class before first paint, eliminating the flash of white on page load
  • Dark mode documentation (#365) — new "Dark Mode" section in configure.md covering palette, syntax highlighting, admonitions, image handling, and CSS customization with full reference table of all overridable custom properties
  • Dark mode coverage for unstyled elements (#365) — modals, admonitions (type-specific accents), homepage elements, collapse/toggle bars, tooltips, autodoc, footnotes, and non-QuantEcon project overrides

Fixed

  • Double logo in dark theme (#365) — when a dedicated dark logo is configured, both light and dark logos were shown; fixed :only-child selector to check the <a> wrapper instead of the <img>
  • Page header unreadable in dark mode (#365) — title link, authors, "Last changed" button, and changelog dropdown used [#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444) text on dark backgrounds
  • Unreadable table text in dark mode (#365) — table rows used [#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333) text on dark backgrounds
  • Indistinguishable links in dark mode (#365) — all links were #fff, same as body text
  • Inline code light border in dark mode (#365) — code spans retained light-theme borders
  • Sidebar search white in dark mode (#365) — search input area remained white
  • Toolbar border in dark mode (#365) — toolbar border remained light gray
  • Syntax highlighting gaps (#365) — only 3 of ~40 token types had dark mode overrides
  • Stderr warnings in dark mode (#365) — updated to use amber accents matching the new palette
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [quantecon-book-theme](https://github.com/QuantEcon/quantecon-book-theme) from 0.17.1 to 0.18.0.
- [Release notes](https://github.com/QuantEcon/quantecon-book-theme/releases)
- [Changelog](https://github.com/QuantEcon/quantecon-book-theme/blob/main/CHANGELOG.md)
- [Commits](QuantEcon/quantecon-book-theme@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: quantecon-book-theme
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added conda Pull requests that update conda code dependencies Pull requests that update a dependency file labels Feb 28, 2026
@netlify
Copy link

netlify bot commented Feb 28, 2026

Deploy Preview for taupe-gaufre-c4e660 ready!

Name Link
🔨 Latest commit fee9ec9
🔍 Latest deploy log https://app.netlify.com/projects/taupe-gaufre-c4e660/deploys/69a368627526d900082934a0
😎 Deploy Preview https://deploy-preview-709--taupe-gaufre-c4e660.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda Pull requests that update conda code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants