Browse Source
			
			
			Update src/mixins/theme.js
			
				Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
			
			
				pull/217/head
			
			
		 
		
			
				
					
						 Ponkhy
					
					4 years ago
						Ponkhy
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
1 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					src/mixins/theme.js
				
				
				
					
						
							
								
									
	
		
		
			
				
					|  | @ -4,7 +4,7 @@ export default { | 
			
		
	
		
		
			
				
					|  |  |         return { |  |  |         return { | 
			
		
	
		
		
			
				
					|  |  |             system: (window.matchMedia("(prefers-color-scheme: dark)").matches) ? "dark" : "light", |  |  |             system: (window.matchMedia("(prefers-color-scheme: dark)").matches) ? "dark" : "light", | 
			
		
	
		
		
			
				
					|  |  |             userTheme: localStorage.theme, |  |  |             userTheme: localStorage.theme, | 
			
		
	
		
		
			
				
					
					|  |  |             userHeartbeatBar: localStorage.heartbeatBarTheme |  |  |             userHeartbeatBar: localStorage.heartbeatBarTheme, | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					|  |  |         }; |  |  |         }; | 
			
		
	
		
		
			
				
					|  |  |     }, |  |  |     }, | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
	
		
		
			
				
					|  | 
 |