Rename One theme and update Zed default theme

This commit is contained in:
Nate Butler 2022-10-20 15:31:17 -04:00
parent c83cae60f6
commit bd8509990a
5 changed files with 284 additions and 306 deletions

View file

@ -665,7 +665,7 @@ mod tests {
fn test_write_theme_into_settings_with_theme() {
let settings = r#"
{
"theme": "one-dark"
"theme": "One Dark"
}
"#
.unindent();