eylles
eylles
If you got a gradience preset for the rosepine colorscheme this: https://github.com/eylles/steam-adwaita-gradience can build a starting point for a dedicated rosepine theme. If you don't got a rosepine preset for...
i will have to say that the current workaround is not great, as a common thing for xterm users is changing `decTerminalID` to `vt340` for sixel graphics support, a workaround...
hah!, fun enough in the debian world, yes even unstable, we still are on nvim 0.7.2 because of how debian packaging standars require stuff to be packaged has some clashes...
nope, just checked and i'm on neovim 0.9.5 in devuan testing: NVIM v0.9.5 Build type: Release LuaJIT 2.1.1719379426 and wouldn't you know, without the wrapper script from https://github.com/neovim/neovim/issues/17142#issuecomment-1482085892 the scrolling...
> I'm on nvim 0.10.2, with XTerm, and this problem still occurs if XTerm is set to run in VT340 mode (required for sixel support). > > Thank you to...
huh i just noticed that does happen on my system, and checking with the upstream [kvlibadwaita](https://github.com/GabePoel/KvLibadwaita) it works as intended, so clearly i was the one who fucked up... i'll...
well, there is a hack with a script and a wrapper to handle this, discussed over this [pywal16 PR](https://github.com/eylles/pywal16/pull/144) the scripts can be found in [this repo](https://github.com/eylles/pywal-extra/tree/master/scripts/nvim-colo-reload)
Hmmm how about directly sending neovim the new color values of vim.g.terminal_color[0...15] from the nvim-colo-reload script, in a manner like this: ```sh rel_other () { nvim_send "let g:terminal_color_0 = '${color0}'"...
have not began testing anything tho...
what about simulating the color palette update notifications? according to https://github.com/ahmedelgabri/dotfiles/commit/edd99c15052cfd0f238b1b54cc57109cb0d630d0#commitcomment-154693128 neovim 0.11 and upwards support a new control sequence that was added to both contour and tmux: https://neovim.io/doc/user/news-0.11.html#_terminal https://github.com/contour-terminal/contour/blob/master/docs/vt-extensions/color-palette-update-notifications.md...