# Themes and Styling
LunaEngine provides pre-built themes for UI customization.
## Setting a Theme
```python
engine.set_global_theme("neon")
```
## Why Themes Matter
Themes let you:
- keep UI consistent
- quickly restyle menus
- improve readability
Use themes to give your game a unique visual identity.