simple CLI support
Now you can install marimo-themes
( or motheme
) through pip, get up-to-date custom themes and apply themes to your marimo notebooks.
pip install motheme
# Initialize themes
motheme update
# List available themes
motheme themes
# Apply a theme to specific files
motheme apply coldme notebook1.py notebook2.py
# Apply theme recursively
motheme apply -r coldme ./
What's Changed
- add Cli support by @metaboulie in #1
New Contributors
- @metaboulie made their first contribution in #1
Full Changelog: https://github.com/metaboulie/marimo-themes/commits/motheme