mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	lualine: fix builtin_themes list (#486)
Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
		
					parent
					
						
							
								f672d3cdee
							
						
					
				
			
			
				commit
				
					
						fca55e1db1
					
				
			
		
					 1 changed files with 7 additions and 5 deletions
				
			
		|  | @ -13,41 +13,43 @@ | ||||||
|   builtin_themes = [ |   builtin_themes = [ | ||||||
|     "auto" |     "auto" | ||||||
|     "16color" |     "16color" | ||||||
|     "gruvbox" |  | ||||||
|     "ayu_dark" |     "ayu_dark" | ||||||
|     "ayu_light" |     "ayu_light" | ||||||
|     "ayu_mirage" |     "ayu_mirage" | ||||||
|     "ayu" |     "ayu" | ||||||
|  |     "base16" | ||||||
|     "codedark" |     "codedark" | ||||||
|     "dracula" |     "dracula" | ||||||
|     "everforest" |     "everforest" | ||||||
|     "gruvbox" |     "gruvbox" | ||||||
|     "gruvbox_dark" |     "gruvbox_dark" | ||||||
|     "gruvbox_light" |     "gruvbox_light" | ||||||
|     "gruvbox_material" |     "gruvbox-material" | ||||||
|     "horizon" |     "horizon" | ||||||
|     "iceberg_dark" |     "iceberg_dark" | ||||||
|     "iceberg_light" |     "iceberg_light" | ||||||
|     "iceberg" |     "iceberg" | ||||||
|     "jellybeans" |     "jellybeans" | ||||||
|     "material" |     "material" | ||||||
|     "modus_vivendi" |     "modus-vivendi" | ||||||
|     "molokai" |     "molokai" | ||||||
|     "moonfly" |     "moonfly" | ||||||
|     "nightfly" |     "nightfly" | ||||||
|     "nord" |     "nord" | ||||||
|     "oceanicnext" |     "OceanicNext" | ||||||
|     "onedark" |     "onedark" | ||||||
|     "onelight" |     "onelight" | ||||||
|     "palenight" |     "palenight" | ||||||
|     "papercolor_dark" |     "papercolor_dark" | ||||||
|     "papercolor_light" |     "papercolor_light" | ||||||
|  |     "PaperColor" | ||||||
|     "powerline_dark" |     "powerline_dark" | ||||||
|     "powerline" |     "powerline" | ||||||
|  |     "pywal" | ||||||
|     "seoul256" |     "seoul256" | ||||||
|     "solarized_dark" |     "solarized_dark" | ||||||
|     "solarized_light" |     "solarized_light" | ||||||
|     "tomorrow" |     "Tomorrow" | ||||||
|     "wombat" |     "wombat" | ||||||
|   ]; |   ]; | ||||||
| in { | in { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Omar Abragh
				Omar Abragh