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

Updating the bg && fg colors in the nighty theme.

This commit is contained in:
Mohamed Amine Griche 2018-10-17 13:11:35 +02:00
parent f552f8653e
commit fa0fed4bb1

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