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

Is there any way to set up the background color as transparent? #327

Closed
sebalfaro opened this issue May 31, 2024 · 2 comments
Closed

Is there any way to set up the background color as transparent? #327

sebalfaro opened this issue May 31, 2024 · 2 comments
Labels
question Further information is requested

Comments

@sebalfaro
Copy link

Hey there, wanted to change the background color of the editor as transparent, something like this, is it possible?

image

@tmillr
Copy link
Member

tmillr commented Jun 4, 2024

I do believe neovim supports this? Probably all you have to do is just unset the background color of the Normal highlight group. If it works, it should show the background of your terminal or GUI (unless you have configured your terminal or GUI to be transparent as well, in which case you should be able to see whatever is beneath the OS window).

Actually, there is a transparent option that you can set: see here. Try that first:

   options = {
-    transparency = true,
+    transparent = true,
   },

@tmillr tmillr added the question Further information is requested label Jul 9, 2024
@tmillr
Copy link
Member

tmillr commented Jul 9, 2024

I am closing this issue as this feature is currently implemented and appears to be working correctly.

@tmillr tmillr closed this as completed Jul 9, 2024
tmillr added a commit that referenced this issue Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants