From 07be8b2242ac1eb9d2f3b3c7cc5392698fd94294 Mon Sep 17 00:00:00 2001 From: Stefan Gaiselmann Date: Wed, 3 Feb 2021 15:32:14 +0100 Subject: [PATCH] Changed Materna colors to cyan. --- dot_bashrc.d/executable_10.sshrc.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_bashrc.d/executable_10.sshrc.tmpl b/dot_bashrc.d/executable_10.sshrc.tmpl index e54f653..ef3fabf 100644 --- a/dot_bashrc.d/executable_10.sshrc.tmpl +++ b/dot_bashrc.d/executable_10.sshrc.tmpl @@ -43,9 +43,9 @@ fg_reset="\[\e[39m\]" fg_system="${sol_base3}" {{- if eq .bash.prompt.category "Materna" }} -# Materna gray -bg_system="${sol_bg_base01}" -fg_type="${sol_base01}" +# Materna cyan +bg_system="${sol_bg_cyan}" +fg_type="${sol_cyan}" {{- else if eq .bash.prompt.category "AWS" }} # AWS specific color bg_system="${sol_bg_orange}"