mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	Merge pull request #123 from NotAShelf/fix-dracula-theme
This commit is contained in:
		
				commit
				
					
						2ce28cbb85
					
				
			
		
					 1 changed files with 7 additions and 2 deletions
				
			
		|  | @ -27,8 +27,13 @@ | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|   dracula = { |   dracula = { | ||||||
|     setup = '' |     setup = { | ||||||
|       require('dracula').setup({}); |       style ? null, | ||||||
|  |       transparent, | ||||||
|  |     }: '' | ||||||
|  |       require('dracula').setup({ | ||||||
|  |         transparent_bg = ${lib.boolToString transparent}, | ||||||
|  |       }); | ||||||
|       require('dracula').load(); |       require('dracula').load(); | ||||||
|     ''; |     ''; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
					GitHub