nvim-ide
nvim-ide copied to clipboard
Changing panel highlight groups colors/styles?
I've found a few "issues" while testing and i'm adding them individually so as to keep the discussions focused.
Is it possible to change the panel text colors highlighted row color? I checked for highlight
in the repo and couldn't see anything and NvimIde
(or similar) didn't popup inside of Telescope highlight group search. It's quite hard to know which panel is currently focused without checking each one for the different title color.
As far as I know highlights aren't configurable yet, but it would be great to make them configurable. In the mean time, something that might work for you is setting the NormalNC
highlight group. This allows you to set the active window as a different bg color from the rest. Here's what my setup looks like using NormalNC
. Also, for the window outlines, I'm using colorful-winsep plugin.
I was trying to have NVIM-IDE "just work" with any existing color scheme.
To do this, I tend to use reasonable default highlights where possible instead of defining new ones. This makes it such that individuals do not need to go in and define custom highlights for things to look cohesive with a new theme.
The "highlighted" line in the panel uses the "CursorLine" highlight.