1 2 3 4 5 6 7
use crate::config::{theme::bar::BarTheme, GlobalConfig}; BarTheme!( EditorBarTheme, (), GlobalConfig::get().theme.editor.bar );