mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 07:24:46 +00:00
parent
30a29ab34e
commit
be7575536e
1 changed files with 2 additions and 2 deletions
|
|
@ -804,8 +804,8 @@ impl settings::Settings for ThemeSettings {
|
|||
.or(themes.get(&zed_default_dark().name))
|
||||
.unwrap(),
|
||||
theme_selection: Some(theme_selection),
|
||||
experimental_theme_overrides: None,
|
||||
theme_overrides: HashMap::default(),
|
||||
experimental_theme_overrides: content.experimental_theme_overrides.clone(),
|
||||
theme_overrides: content.theme_overrides.clone(),
|
||||
active_icon_theme: themes
|
||||
.get_icon_theme(icon_theme_selection.icon_theme(*system_appearance))
|
||||
.or_else(|_| themes.default_icon_theme())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue