summaryrefslogtreecommitdiff
path: root/src/config/theme/editor/bar.rs
blob: e0ff0a7ce3ff9ff313bd3a9a84ea1c5d275ab5ac (plain)
1
2
3
4
5
6
7
use crate::config::{theme::bar::BarTheme, GlobalConfig};

BarTheme!(
    EditorBarTheme,
    (),
    GlobalConfig::get().theme.editor.bar
);