Skip to content

simple CLI support

Compare
Choose a tag to compare
@metaboulie metaboulie released this 08 Nov 11:02
· 105 commits to main since this release

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

New Contributors

Full Changelog: https://github.com/metaboulie/marimo-themes/commits/motheme