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
You can't use themes from extra_syntaxes_and_themes with highlight_themes_css. The extra_syntaxes_and_themes import works if I remove the highlight_themes_css statement and use highlight_theme = "base16-unikitty-dark" (for example).
Environment
Zola version: 0.15.3
Expected Behavior
Zola builds the CSS for the light and dark theme and writes it to static/.
$ ls -lh extra_highlight_themes
total 24K
-rw-r--r-- 1 arne staff 12K Feb 20 14:22 base16-unikitty-dark.tmTheme
-rw-r--r-- 1 arne staff 12K Feb 20 14:23 base16-unikitty-light.tmTheme
The text was updated successfully, but these errors were encountered:
bahlo
changed the title
highlight_themes_css and extra_syntaxes_and_themes are incompatible
highlight_themes_css and extra_syntaxes_and_themes are incompatible if highligh_theme == "css"
Feb 20, 2022
bahlo
changed the title
highlight_themes_css and extra_syntaxes_and_themes are incompatible if highligh_theme == "css"
highlight_themes_css and extra_syntaxes_and_themes are incompatible if highlight_theme == "css"
Feb 20, 2022
Bug Report
You can't use themes from
extra_syntaxes_and_themes
withhighlight_themes_css
. Theextra_syntaxes_and_themes
import works if I remove thehighlight_themes_css
statement and usehighlight_theme = "base16-unikitty-dark"
(for example).Environment
Zola version: 0.15.3
Expected Behavior
Zola builds the CSS for the light and dark theme and writes it to
static/
.Current Behavior
Step to reproduce
The text was updated successfully, but these errors were encountered: