From 17047db0089b227b5a1ca22634f8010d640e6530 Mon Sep 17 00:00:00 2001 From: o2sh Date: Sun, 27 Mar 2022 01:25:13 +0100 Subject: [PATCH] make info.text_colors private --- src/info/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }