Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/editor.rs')
-rw-r--r--helix-view/src/editor.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs
index d33d9c18..51e7094d 100644
--- a/helix-view/src/editor.rs
+++ b/helix-view/src/editor.rs
@@ -1273,6 +1273,7 @@ pub enum EditorEvent {
pub enum ConfigEvent {
Refresh,
Update(Box<Config>),
+ ThemeChanged,
}
enum ThemeAction {