This PR updates the "Themes" page in the docs to remove some outdated copy. Release Notes: - N/A
515 B
515 B
Themes
Zed comes with a number of built-in themes, with more themes available as extensions.
Choosing a Theme
You can choose a theme in Zed a few ways:
- by pressing
CMD + KthenCMD + T - by typing
themein the command palette - by editing your
settings.jsonwith a specific theme name:
{
"theme": "Ayu Mirage"
}
You can also use different themes based on system preferences:
{
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
}
}