summaryrefslogtreecommitdiffstats
path: root/src/options/theme.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/theme.rs')
-rw-r--r--src/options/theme.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/theme.rs b/src/options/theme.rs
index 7e980f15..ae831202 100644
--- a/src/options/theme.rs
+++ b/src/options/theme.rs
@@ -8,7 +8,7 @@
/// default is selected.
use syntect::highlighting::ThemeSet;
-use crate::bat::assets::HighlightingAssets;
+use crate::bat_utils::assets::HighlightingAssets;
use crate::cli;
use crate::env;