summaryrefslogtreecommitdiffstats
path: root/src/color.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/color.rs')
-rw-r--r--src/color.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/color.rs b/src/color.rs
index 87d0f814..d8b8a9f7 100644
--- a/src/color.rs
+++ b/src/color.rs
@@ -6,7 +6,7 @@ use ansi_term::Color;
use lazy_static::lazy_static;
use syntect::highlighting::Color as SyntectColor;
-use crate::bat::terminal::to_ansi_color;
+use crate::bat_utils::terminal::to_ansi_color;
use crate::syntect_color;
pub fn parse_color(s: &str, true_color: bool) -> Option<Color> {