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

Transparent background still activate after disabling #70

Closed
raven2cz opened this issue Feb 11, 2022 · 1 comment
Closed

Transparent background still activate after disabling #70

raven2cz opened this issue Feb 11, 2022 · 1 comment

Comments

@raven2cz
Copy link

I'm using nordfox. I'm using kitty with transparency, but I want to neovim without transparent background.

I configure fox this way:

local nightfox = require("nightfox")
nightfox.setup({
  transparent = false
})
nightfox.load()

But the nordfox has still transparent bg.

@EdenEast
Copy link
Owner

I think you misunderstand which transparency is talked about. When neovim colorschemes talk about transparency they are talking about background colors. For example if your terminal colors have solid black as a background and you dont want nightfox to change the background color just the other colors you can turn on transparent. See :help syn-transparent for more information. Neovim does not have any control over your terminal. Neovim is just run in a terminal. Kitty's transparency is the actual terminal's opacity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants