mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +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 = { | ||||
|     setup = {style ? "dark", ...}: '' | ||||
|     setup = { | ||||
|       style ? "dark", | ||||
|       transparent, | ||||
|       ... | ||||
|     }: '' | ||||
|       -- OneDark theme | ||||
|       require('onedark').setup { | ||||
|         transparent = ${boolToString transparent}, | ||||
|         style = "${style}" | ||||
|       } | ||||
|       require('onedark').load() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Callum
				Callum