Skip to content

Rework themes support #443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Rework themes support #443

merged 1 commit into from
Jun 10, 2022

Conversation

jvalkeal
Copy link
Contributor

  • Add theme settings for figures.
  • Settings for styles are now in it own class and
    ThemeSettings are wrapping those.
  • Prefixed formatting string to have style- prefix.
  • Templates can now use added figures dictionary which
    is resolved per activated theme.
  • Create dump theme.
  • New ThemeActive interface where default impl uses dump
    theme if CI or NO_COLOR env is set.
  • Rework existing templates.
  • Fixes Rework themes support #442

- Add theme settings for figures.
- Settings for styles are now in it own class and
  ThemeSettings are wrapping those.
- Prefixed formatting string to have `style-` prefix.
- Templates can now use added `figures` dictionary which
  is resolved per activated theme.
- Create `dump` theme.
- New `ThemeActive` interface where default impl uses dump
  theme if `CI` or `NO_COLOR` env is set.
- Rework existing templates.
- Fixes spring-projects#442
@jvalkeal jvalkeal merged commit 073cd85 into spring-projects:main Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework themes support
1 participant