diff --git a/src/info/mod.rs b/src/info/mod.rs index 6536cc08a..e1e9118b1 100644 --- a/src/info/mod.rs +++ b/src/info/mod.rs @@ -42,9 +42,9 @@ pub struct Info { file_count: u64, repo_size: String, license: String, + text_colors: TextColors, pub dominant_language: Language, pub ascii_colors: Vec, - pub text_colors: TextColors, pub config: Config, }