summaryrefslogtreecommitdiff
path: root/src/config/theme/editor/bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme/editor/bar.rs')
-rw-r--r--src/config/theme/editor/bar.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/theme/editor/bar.rs b/src/config/theme/editor/bar.rs
new file mode 100644
index 0000000..62be7b0
--- /dev/null
+++ b/src/config/theme/editor/bar.rs
@@ -0,0 +1,8 @@
+use crate::config::{theme::bar::BarTheme, GlobalConfig};
+
+BarTheme!(
+ EditorBarTheme,
+ (),
+ GlobalConfig::instance().theme.editor.bar,
+ GlobalConfig::instance_mut().theme.editor.bar
+);