summaryrefslogtreecommitdiff
path: root/src/config/theme/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme/mod.rs')
-rw-r--r--src/config/theme/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/theme/mod.rs b/src/config/theme/mod.rs
index b7baf3a..35101c5 100644
--- a/src/config/theme/mod.rs
+++ b/src/config/theme/mod.rs
@@ -5,10 +5,10 @@ use self::sheetview::SheetViewTheme;
use super::DUMMY_CONFIG;
-pub mod colorpair;
+pub mod style;
pub mod sheetview;
-#[derive(Clone)]
+#[derive(Clone, Debug)]
pub struct Theme {
pub sheetview: SheetViewTheme,
}