mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 12:21:50 +00:00
Change default theme from dark
to black
This commit is contained in:
parent
64cdf7cdd1
commit
bdf30f1a77
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue