aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/colors.rs')
-rw-r--r--src/colors.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/colors.rs b/src/colors.rs
index ddb3418..197881c 100644
--- a/src/colors.rs
+++ b/src/colors.rs
@@ -30,6 +30,8 @@ impl Colors {
pub fn new(shell_type: ShellType) -> Colors {
let mut color_map = std::collections::HashMap::new();
+ color_map.insert(String::from("user_root"), term::color::BRIGHT_RED);
+
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);