From e8e8b5ebfb685138929a21446959a07fe2f38400 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 20 Feb 2018 02:55:24 -0500 Subject: handle vcs coloring --- src/colors.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/colors.rs') diff --git a/src/colors.rs b/src/colors.rs index 2db944c..bb8ea4b 100644 --- a/src/colors.rs +++ b/src/colors.rs @@ -32,6 +32,8 @@ impl Colors { color_map.insert(String::from("path_not_writable"), term::color::YELLOW); color_map.insert(String::from("path_not_exist"), term::color::RED); + color_map.insert(String::from("vcs_dirty"), term::color::RED); + color_map.insert(String::from("vcs_error"), term::color::BRIGHT_RED); color_map.insert(String::from("battery_warn"), term::color::YELLOW); color_map.insert(String::from("battery_crit"), term::color::RED); -- cgit v1.2.3-54-g00ecf