blob: 62be7b0444711fb3123ed32a749a3f72029007ce (
plain)
1
2
3
4
5
6
7
8
|
use crate::config::{theme::bar::BarTheme, GlobalConfig};
BarTheme!(
EditorBarTheme,
(),
GlobalConfig::instance().theme.editor.bar,
GlobalConfig::instance_mut().theme.editor.bar
);
|