From db1f3851a7de56caf981ca8c1da728e15137692f Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 24 Apr 2016 11:14:13 +1000 Subject: [PATCH] Changelog --- 1.7.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.