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
fix: display theme icons with --color=never option
Previously, when using --color=never, custom icons from theme.yml
were not displayed because the icon rendering was coupled with
color styling logic.
This change separates icon display from color styling by:
- Always applying icon glyphs from theme configuration
- Only applying color styles when colors are enabled
- Preserving existing behavior for all other cases
Fixes the issue where --color=never would suppress themed icons
while still maintaining proper color control functionality.
Tested with custom theme.yml containing file extension and filename
icon mappings - icons now display correctly with --color=never.
0 commit comments