mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:30:32 +01:00
neovide transparency
This commit is contained in:
parent
46f86a5377
commit
e15275369f
|
@ -27,7 +27,7 @@ if vim.g.neovide then
|
||||||
vim.g.neovide_cursor_vfx_mode = "ripple"
|
vim.g.neovide_cursor_vfx_mode = "ripple"
|
||||||
|
|
||||||
vim.g.neovide_cursor_vfx_particle_density = 30.0
|
vim.g.neovide_cursor_vfx_particle_density = 30.0
|
||||||
vim.g.neovide_transparency = 1
|
vim.g.neovide_transparency = .8
|
||||||
|
|
||||||
local font_name = "ComicShannsMono Nerd Font Mono:h"
|
local font_name = "ComicShannsMono Nerd Font Mono:h"
|
||||||
local font_size = 20
|
local font_size = 20
|
||||||
|
|
Loading…
Reference in a new issue