From c483e3e78499d1cf746ad81e71ded836b205275a Mon Sep 17 00:00:00 2001 From: Mayccoll Date: Thu, 8 Oct 2020 19:07:46 -0500 Subject: [PATCH] Fix Panda profile name --- themes/panda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/panda.sh b/themes/panda.sh index baaa1d9..edef56c 100755 --- a/themes/panda.sh +++ b/themes/panda.sh @@ -22,7 +22,7 @@ export COLOR_16="#F0F0F0" # White export BACKGROUND_COLOR="#1D1E20" # Background Color export FOREGROUND_COLOR="#F0F0F0" # Foreground Color (text) export CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color -export PROFILE_NAME="_bash" +export PROFILE_NAME="Panda" # =============================================================== #