mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 22:28:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			167 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | module.exports = { | ||
|  |   themes: [ | ||
|  |     { value: 'system', label: 'Operating System' }, | ||
|  |     { value: 'light', label: 'Light' }, | ||
|  |     { value: 'dark', label: 'Dark' } | ||
|  |   ] | ||
|  | }; |