jesseduffield / lazygit

simple terminal UI for git commands
MIT License
50.96k stars 1.79k forks source link

Support bright colors in config #2991

Open Destroy666x opened 1 year ago

Destroy666x commented 1 year ago

Is your feature request related to a problem? Please describe. Unless I'm mistaken and it's not documented well, there's no way to use bright colors in the config of lazygit/lazydocker.

Describe the solution you'd like Add bright modifier that makes the chosen color use the bright version instead and send proper ANSI codes for that.

Describe alternatives you've considered You can in theory set any color with hex value, but that's not the same - I'd like to use the same bright color as defined in terminal.

delatorrejuanchi commented 2 months ago

Hey @jesseduffield :wave:

Would you be open to supporting this enhancement? I've already got the changes working locally (though I'm not sure if I've covered everything), so I'd be more than happy to open a PR!

The changes are minimal, but I'll need to open a small PR on https://github.com/jesseduffield/gocui as well.

Let me know if this is something you'd like to see :smiley: