Share blueprints at aethr.no.
- Open Blueprint Manager (palette icon)
- Click server icon in header
- Enter your API key
- Click menu (⋮) on any blueprint → "Post to Community"
Themes are posted as drafts for review before publishing.
One-click theme installation via aether:// protocol.
aether://import?url=https://example.com/theme.json
# Import from URL
aether --import-blueprint https://example.com/theme.json
# Import and apply immediately
aether --import-blueprint https://example.com/theme.json --auto-apply
# Import local file
aether --import-blueprint /path/to/theme.json{
"name": "My Theme",
"timestamp": 1234567890,
"palette": {
"wallpaper": "/path/to/wallpaper.png",
"lightMode": false,
"colors": ["#1e1e2e", "#f38ba8", "..."]
}
}Blueprints are stored in ~/.config/aether/blueprints/.