From fa0fed4bb1bf77086ee8552256cdc11f3beee3b7 Mon Sep 17 00:00:00 2001 From: Mohamed Amine Griche Date: Wed, 17 Oct 2018 13:11:35 +0200 Subject: [PATCH] Updating the bg && fg colors in the nighty theme. --- themes/nighty.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/nighty.sh b/themes/nighty.sh index ed67207..8286732 100644 --- a/themes/nighty.sh +++ b/themes/nighty.sh @@ -19,8 +19,8 @@ COLOR_14="#ED86C9" # Light Cyan COLOR_15="#70D2A4" # Light Magenta COLOR_16="#DFDFDF" # White -BACKGROUND_COLOR="#282a36" # Background Color -FOREGROUND_COLOR="#94A3A5" # Foreground Color (text) +BACKGROUND_COLOR="#2F2F2F" # Background Color +FOREGROUND_COLOR="#DFDFDF" # Foreground Color (text) CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor color PROFILE_NAME="nighty" # =============================================