Commit db1f3851 authored by Dylan's avatar Dylan

Changelog

parent ce3567b2
...@@ -71,3 +71,14 @@ underline_enabled="on" ...@@ -71,3 +71,14 @@ underline_enabled="on"
### Ascii ### Ascii
- Added KDE neon ascii art. - 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<br \>
would be white or black. This caused issues for those setting the foreground<br \>
color to red or etc. This change adds a new value for `--colors` and `colors=()`<br \>
called `fg` which will set the color to your foreground color.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment