diff --git a/zed/src/theme.rs b/zed/src/theme.rs index 4f882b2b168f77f4d0dcdcb076e3bcf8c3f9b769..e8347dad8418820a8e57c43913367b415c5eb322 100644 --- a/zed/src/theme.rs +++ b/zed/src/theme.rs @@ -14,7 +14,7 @@ use std::collections::HashMap; pub use highlight_map::*; pub use theme_registry::*; -pub const DEFAULT_THEME_NAME: &'static str = "dark"; +pub const DEFAULT_THEME_NAME: &'static str = "black"; #[derive(Deserialize)] pub struct Theme {