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

Vim colorscheme doesn't restore the old behavior #29466

Closed
YanDoroshenko opened this issue Jun 24, 2024 · 2 comments
Closed

Vim colorscheme doesn't restore the old behavior #29466

YanDoroshenko opened this issue Jun 24, 2024 · 2 comments
Labels
closed:wontfix current behavior is by design, and change is not desired

Comments

@YanDoroshenko
Copy link

Problem

Default colorscheme is different on 0.10 even with colorscheme vim.

0.9.5:
image

0.10.0:
image

Steps to reproduce

Open any code file with 0.9.5, open the same file with 0.10.0, see the difference.

Expected behavior

I would expect the colorscheme not being broken or there being a way to bring it to the exact state it was in before.

Neovim version (nvim -v)

0.10.0

Vim (not Nvim) behaves the same?

Operating system/version

Arch Linux

Terminal name/version

st

$TERM environment variable

st-256color

Installation

System package manager (pacman)

@YanDoroshenko YanDoroshenko added the bug issues reporting wrong behavior label Jun 24, 2024
@clason
Copy link
Member

clason commented Jun 24, 2024

:h news-10 (make sure termguicolors are (not) set in both versions)

@clason clason closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
@YanDoroshenko
Copy link
Author

Setting the colorscheme in .init.vim (as opposed to runtime colorscheme command) together with

hi Visual ctermfg=none ctermbg=242

Restored the previous state of affairs.

@zeertzjq zeertzjq added closed:wontfix current behavior is by design, and change is not desired and removed bug issues reporting wrong behavior labels Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed:wontfix current behavior is by design, and change is not desired
Projects
None yet
Development

No branches or pull requests

3 participants