From 219c560c7c0ad9e3960298ec125d4e64637fe84b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 2 Aug 2024 20:41:29 +0200 Subject: add editor theme and state lua bindings --- src/state/editor/bar.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/state/editor/bar.rs (limited to 'src/state/editor/bar.rs') diff --git a/src/state/editor/bar.rs b/src/state/editor/bar.rs new file mode 100644 index 0000000..752d021 --- /dev/null +++ b/src/state/editor/bar.rs @@ -0,0 +1,8 @@ +use crate::state::{bar::BarState, GlobalState}; + +BarState!( + EditorBarState, + (), + GlobalState::instance().editor.bar, + GlobalState::instance_mut().editor.bar +); -- cgit v1.2.3-70-g09d2