use crate::config::{theme::bar::BarTheme, GlobalConfig}; BarTheme!( EditorBarTheme, (), GlobalConfig::instance().theme.editor.bar, GlobalConfig::instance_mut().theme.editor.bar );