mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	Fix OneDark transparancy issue
This commit is contained in:
		
					parent
					
						
							
								76558857a3
							
						
					
				
			
			
				commit
				
					
						144ab18dbd
					
				
			
		
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -21,9 +21,14 @@ in { | ||||||
|     ''; |     ''; | ||||||
|   }; |   }; | ||||||
|   onedark = { |   onedark = { | ||||||
|     setup = {style ? "dark", ...}: '' |     setup = { | ||||||
|  |       style ? "dark", | ||||||
|  |       transparent, | ||||||
|  |       ... | ||||||
|  |     }: '' | ||||||
|       -- OneDark theme |       -- OneDark theme | ||||||
|       require('onedark').setup { |       require('onedark').setup { | ||||||
|  |         transparent = ${boolToString transparent}, | ||||||
|         style = "${style}" |         style = "${style}" | ||||||
|       } |       } | ||||||
|       require('onedark').load() |       require('onedark').load() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Callum
				Callum