diff options
Diffstat (limited to 'src/config/theme/editor/bar.rs')
| -rw-r--r-- | src/config/theme/editor/bar.rs | 8 |
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 +); |