You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since colors are different in different terminals it makes sense to customise them.
For example, in Git-Bash "2" is too dark (additionally with Enable experimental support for pseudo consoles it does not work at all (although it's mostly a bug, or just not implemented), "90" is working, of course).
So I would prefer to use "38;5;245" as the "skip" color. (#8a8a8a)
Checked, it works fine.
Currently gallery-dl uses hard-coded
"2"
as the skip color and"1;32"
as the success color.I suggest something like this (the default config):
Since colors are different in different terminals it makes sense to customise them.
For example, in Git-Bash
"2"
is too dark (additionally withEnable experimental support for pseudo consoles
it does not work at all (although it's mostly a bug, or just not implemented),"90"
is working, of course).So I would prefer to use
"38;5;245"
as the "skip" color. (#8a8a8a
)Checked, it works fine.
https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters
The text was updated successfully, but these errors were encountered: