Skip to content
New issue

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

fix: clear highlight groups in the new beautiful default Neovim theme #93

Closed
mikesmithgh opened this issue Dec 6, 2023 · 1 comment · Fixed by #103
Closed

fix: clear highlight groups in the new beautiful default Neovim theme #93

mikesmithgh opened this issue Dec 6, 2023 · 1 comment · Fixed by #103
Labels
bug Something isn't working released

Comments

@mikesmithgh
Copy link
Owner

On nightly v0.10.0-dev-1770+gf64e4b43e-dirty
neovim-colorscheme

Maybe something like:

:hi Normal guibg=none

or

-- kitty_scrollback_nvim.py
        nvim_args = parse_nvim_args(args) + (
            '--cmd',
            ' lua vim.cmd.colorscheme([[vim]]) '
            ' lua vim.api.nvim_create_autocmd([[VimEnter]], { '

See neovim/neovim#26334

@mikesmithgh mikesmithgh added the bug Something isn't working label Dec 7, 2023
@mikesmithgh mikesmithgh linked a pull request Dec 11, 2023 that will close this issue
3 tasks
mikesmithgh pushed a commit that referenced this issue Dec 12, 2023
## [2.4.4](v2.4.3...v2.4.4) (2023-12-12)

### Bug Fixes

* explicitly set colorscheme to vim ([#106](#106)) ([6e2bd60](6e2bd60)), closes [#93](#93)
@mikesmithgh
Copy link
Owner Author

🎉 This issue has been resolved in version 2.4.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant