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

fix light gray in Horizon themes

Signed-off-by: Przemysław Lal <przemeklal@gmail.com>
This commit is contained in:
Przemysław Lal 2021-01-09 10:51:07 +01:00
parent 315df53723
commit 0ea71eae76
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