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
By default, the info_lines' title (Project, HEAD, Pending, Version, etc) are colored based on the first color of the dominant language:
let color = matchself.colors().get(0){Some(&c) => c,None => Color::White,};
It would be cool to let the user customize the text coloring via CLI flag, something like onefetch --text-color X X X X
This flag would work similarly to --colors except that it would only affect the text coloring.
The user would be able to provide up to 6 colors that would change the text colors in this order: title (red), ~ (green), underline (orange), title (maganta), colon (yellow), info (cyan)
The text was updated successfully, but these errors were encountered:
By default, the info_lines' title (Project, HEAD, Pending, Version, etc) are colored based on the first color of the dominant language:
It would be cool to let the user customize the text coloring via CLI flag, something like
onefetch --text-color X X X X
This flag would work similarly to
--colors
except that it would only affect the text coloring.The user would be able to provide up to 6 colors that would change the text colors in this order: title (red), ~ (green), underline (orange), title (maganta), colon (yellow), info (cyan)
The text was updated successfully, but these errors were encountered: