Changelog
This commit is contained in:
parent
ce3567b2f6
commit
db1f3851a7
11
1.7.md
11
1.7.md
|
@ -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.
|
||||||
|
|
Reference in New Issue