1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

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

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