Merge pull request #153 from MohamedAmineGriche/master

Updating the background & foreground colors in the nighty theme.
This commit is contained in:
Mayccoll 2018-10-17 16:04:27 -05:00 committed by GitHub
commit 01d5967c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"
# =============================================