diff --git a/1.7.md b/1.7.md
index cd4596df..42f906ab 100644
--- a/1.7.md
+++ b/1.7.md
@@ -71,3 +71,14 @@ underline_enabled="on"
### Ascii
- Added KDE neon ascii art.
+
+### Colors
+
+- Fixed bug with `--colors` not working with all 256 terminal colors.
+- `--colors 7` now uses the color white. \[1\]
+- `--colors fg` now uses the foreground color. \[1\]
+
+\[1\] Neofetch tried to be smart before by assuming that the foreground color
+would be white or black. This caused issues for those setting the foreground
+color to red or etc. This change adds a new value for `--colors` and `colors=()`
+called `fg` which will set the color to your foreground color.