We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. I want to change the default directory icon and color.
Describe the solution you'd like Add a new option in config yaml to override the default directory icon and color:
gui: customIcons: defaults: DEFAULT_DIRECTORY_ICON: icon: "\U000f011b" color: "#BC4009"
Describe alternatives you've considered I tried the solution from here: #3863
echo -ne "\033]4;241;rgb:65/bc/ff\007" && lazygit
This did not work, and it seems more of a hack than a solution.
Additional context I did a little investigation and it looks like the icons and colors are hardcoded here:
lazygit/pkg/gui/presentation/icons/file_icons.go
Line 17 in ef1da6f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
I want to change the default directory icon and color.
Describe the solution you'd like
Add a new option in config yaml to override the default directory icon and color:
Describe alternatives you've considered
I tried the solution from here: #3863
This did not work, and it seems more of a hack than a solution.
Additional context
I did a little investigation and it looks like the icons and colors are hardcoded here:
lazygit/pkg/gui/presentation/icons/file_icons.go
Line 17 in ef1da6f
It would be nice to expose all of the default icons and colors through the config file.
The text was updated successfully, but these errors were encountered: