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

Merge pull request #263 from przemeklal/horizon-colors-fix

Fix light gray in Horizon themes
This commit is contained in:
Mayccoll 2021-01-09 16:13:35 -05:00 committed by GitHub
commit 475f46aa76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ export COLOR_04="#F6661E" # Yellow
export COLOR_05="#26BBD9" # Blue export COLOR_05="#26BBD9" # Blue
export COLOR_06="#EE64AE" # Magenta export COLOR_06="#EE64AE" # Magenta
export COLOR_07="#1D8991" # Cyan export COLOR_07="#1D8991" # Cyan
export COLOR_08="#2E303E" # Light gray export COLOR_08="#FADAD1" # Light gray
export COLOR_09="#1A1C23" # Dark gray export COLOR_09="#1A1C23" # Dark gray
export COLOR_10="#F43E5C" # Light Red export COLOR_10="#F43E5C" # Light Red

View File

@ -8,7 +8,7 @@ export COLOR_04="#FAB795" # Yellow
export COLOR_05="#26BBD9" # Blue export COLOR_05="#26BBD9" # Blue
export COLOR_06="#EE64AE" # Magenta export COLOR_06="#EE64AE" # Magenta
export COLOR_07="#59E3E3" # Cyan export COLOR_07="#59E3E3" # Cyan
export COLOR_08="#2E303E" # Light gray export COLOR_08="#FADAD1" # Light gray
export COLOR_09="#232530" # Dark gray export COLOR_09="#232530" # Dark gray
export COLOR_10="#EC6A88" # Light Red export COLOR_10="#EC6A88" # Light Red