kdheepak / lazygit.nvim

Plugin for calling lazygit from within neovim.
MIT License
1.47k stars 53 forks source link

How do we style this? #109

Open 9mm opened 1 year ago

9mm commented 1 year ago

Any tips on where we specify colors?

image
kdheepak commented 1 year ago

Have you seen the lazygit configuration: https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#default

There are some color themes settings there that you can experiment with. This plugin doesn't do anything other than load lazygit in a terminal.

9mm commented 1 year ago

Yes ive heard of that. the problem isnt that I want green to not be "green", but rather... a different shade of green that comes from my theme.

Maybe its a deeper problem with the floating terminal window. Where does it get its colors from? I'm using a Neovim GUI so i was thinking somewhere i could specify colors just as if it were a theme

kdheepak commented 1 year ago

Hmm. I’m not sure actually. My neovim terminal colors are the same as my terminal colors. Changing my terminal settings will change the colors in neovim’s terminal. But I do know color schemes in neovim can change colors. If you can look into that, maybe we can figure out a way to make it happen for this plugin.

rainzm commented 11 months ago

@9mm see :h terminal-config. You can set {g,b}:terminal_color_x to style your neovim terminal.