You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			14 lines
		
	
	
		
			415 B
		
	
	
	
		
			INI
		
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			415 B
		
	
	
	
		
			INI
		
	
| 
								 
											6 years ago
										 
									 | 
							
								set color_normal=light-gray/black
							 | 
						||
| 
								 | 
							
								set color_highlight=white/black
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								if [ -e /isolinux/splash.png ]; then
							 | 
						||
| 
								 | 
							
								    # binary_syslinux modifies the theme file to point to the correct
							 | 
						||
| 
								 | 
							
								    # background picture
							 | 
						||
| 
								 | 
							
								    set theme=/boot/grub/live-theme/theme.txt
							 | 
						||
| 
								 | 
							
								elif [ -e /boot/grub/splash.png ]; then
							 | 
						||
| 
								 | 
							
								    set theme=/boot/grub/live-theme/theme.txt
							 | 
						||
| 
								 | 
							
								else
							 | 
						||
| 
								 | 
							
								    set menu_color_normal=cyan/blue
							 | 
						||
| 
								 | 
							
								    set menu_color_highlight=white/blue
							 | 
						||
| 
								 | 
							
								fi
							 |