diff options
Diffstat (limited to 'src/config/theme/editor/bar.rs')
| -rw-r--r-- | src/config/theme/editor/bar.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/theme/editor/bar.rs b/src/config/theme/editor/bar.rs index 62be7b0..e0ff0a7 100644 --- a/src/config/theme/editor/bar.rs +++ b/src/config/theme/editor/bar.rs @@ -3,6 +3,5 @@ use crate::config::{theme::bar::BarTheme, GlobalConfig}; BarTheme!( EditorBarTheme, (), - GlobalConfig::instance().theme.editor.bar, - GlobalConfig::instance_mut().theme.editor.bar + GlobalConfig::get().theme.editor.bar ); |