You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it makes difficult to change theme color through tweaking style by <style> because some color schemes are defined as Sass variables. Some users are confusing to the fact that still require Sass compiler just for customize colors (marp-team/marp#73).
So must be better to move into using CSS variables. The legacy browser that has not supported CSS variables is already no longer required to consider.
⚠️ This migration may make broken the look of exist Marp slides so this change must be the major update.
ToDo
Default theme (v3)
Gaia theme (v2.0.0)
Uncover theme (v2.0.0)
The text was updated successfully, but these errors were encountered:
Marp Core v2.0.0 has supported setting color scheme through CSS variables, in Gaia theme and Uncover theme. See #221 for detail.
⚠️ Default theme is not yet ready to customize color scheme through CSS variables. It is depending on github-markdown-css and not provided variables-based color definition as like as GitHub's dark mode. Current invert class has many unique definitions against the current GitHub dark mode so it seems wise to wait for the support of variables used by GitHub.
Continue from marp-team/marp#48. Marp built-in themes are made by Sass and some themes are using mixin-based color scheme definition.
https://github.com/marp-team/marp-core/tree/master/themes
However it makes difficult to change theme color through tweaking style by
<style>
because some color schemes are defined as Sass variables. Some users are confusing to the fact that still require Sass compiler just for customize colors (marp-team/marp#73).So must be better to move into using CSS variables. The legacy browser that has not supported CSS variables is already no longer required to consider.
ToDo
The text was updated successfully, but these errors were encountered: