mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:38:41 +00:00 
			
		
		
		
	Make neovide 95% transparent
This commit is contained in:
		
							parent
							
								
									4edbe3c7ee
								
							
						
					
					
						commit
						9981b28ca9
					
				| 
						 | 
				
			
			@ -39,5 +39,5 @@ o.timeoutlen = 500
 | 
			
		|||
-- Gui font (Neovide)
 | 
			
		||||
if vim.g.neovide then
 | 
			
		||||
    vim.o.guifont = "Mononoki NF"
 | 
			
		||||
    vim.g.neovide_transparency = 0.85
 | 
			
		||||
    vim.g.neovide_transparency = 0.95
 | 
			
		||||
end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue