Skip to content
Snippets Groups Projects
Commit 11c10946 authored by codecraft's avatar codecraft :crocodile:
Browse files

Change neovide transparency

parent 7560706b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ if vim.g.neovide then ...@@ -8,7 +8,7 @@ if vim.g.neovide then
end end
-- g:neovide_transparency should be 0 if you want to unify transparency of content and title bar. -- g:neovide_transparency should be 0 if you want to unify transparency of content and title bar.
vim.g.neovide_transparency = 0.75 vim.g.neovide_transparency = 0.75
vim.g.transparency = 0.3 vim.g.transparency = 0.2
vim.g.neovide_background_color = "#0f1117" .. alpha() vim.g.neovide_background_color = "#0f1117" .. alpha()
vim.g.neovide_floating_blur_amount_x = 2.0 vim.g.neovide_floating_blur_amount_x = 2.0
vim.g.neovide_floating_blur_amount_y = 2.0 vim.g.neovide_floating_blur_amount_y = 2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment