ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.95k stars 459 forks source link

`transparent_background` option not works #1354

Closed Surinrasu closed 2 months ago

Surinrasu commented 2 months ago

Version confirmation

Following prerequisites

Not a user config issue

Neovim version

NVIM v0.10.1

Operating system/version

macOS 14.5 (23F79)

Terminal name/version

Terminal.app

$TERM environment variable

screen-256color

Branch info

main (Default/Latest)

Fetch Preferences

SSH (use_ssh = true)

How to reproduce the issue

  1. Install with script
  2. Run nvim and wait Lazy to finish all installation
  3. Exit with :q and run nvim again

Expected behavior

The background is not transparent (as the option is set to false in default)

Actual behavior

Additional information

No response

CharlesChiuGit commented 2 months ago

so just set it to true

Surinrasu commented 2 months ago

so just set it to true

Even if you set it to true the background will still be transparent. And is there something I'm misunderstanding about this option or the word "transparent"? I think the background should be opaque when the option is set to false

CharlesChiuGit commented 2 months ago

i think it's relate to your terminal seetting. try another terminal?

Surinrasu commented 2 months ago

i think it's relate to your terminal seetting. try another terminal?

Thanks a lot🥺 that seems to be the problem I tried iTerm2 and found it worked well Then I finally found out that the opacity property of the colours in Terminal.app changes the transparency with a higher priority

CharlesChiuGit commented 2 months ago

nice, glad u solved it.