Skip to content
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

typst brand yaml: callout title backgrounds should use mix instead of lighten #11825

Open
gordonwoodhull opened this issue Jan 9, 2025 · 1 comment
Assignees
Labels
bug Something isn't working themes Related to HTML theming or any other style related issue (like highlight-style) typst

Comments

@gordonwoodhull
Copy link
Contributor

Currently these won't look good e.g. in dark themes.

#let brand-color-background = (
  background: brand-color.background.lighten(85%),
  blue: brand-color.blue.lighten(85%),
  burgundy: brand-color.burgundy.lighten(85%),
  danger: brand-color.danger.lighten(85%),
  // ...
@gordonwoodhull gordonwoodhull added the bug Something isn't working label Jan 9, 2025
@gordonwoodhull gordonwoodhull self-assigned this Jan 9, 2025
@gordonwoodhull gordonwoodhull changed the title typst brand yaml: callout backgrounds should use mix instead of lighten typst brand yaml: callout title backgrounds should use mix instead of lighten Jan 9, 2025
@cscheid
Copy link
Collaborator

cscheid commented Jan 9, 2025

@mcanouil mcanouil added typst themes Related to HTML theming or any other style related issue (like highlight-style) labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working themes Related to HTML theming or any other style related issue (like highlight-style) typst
Projects
None yet
Development

No branches or pull requests

3 participants