forked from open-webui/open-webui
		
	fix: rose renamed to rose pine
This commit is contained in:
		
							parent
							
								
									af6e4eb904
								
							
						
					
					
						commit
						150236c1ca
					
				
					 3 changed files with 28 additions and 28 deletions
				
			
		|  | @ -12,11 +12,11 @@ | |||
| 				(!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: light)').matches) | ||||
| 			) { | ||||
| 				document.documentElement.classList.add('light'); | ||||
| 			} else if (localStorage.theme === 'rose') { | ||||
| 			} else if (localStorage.theme === 'dark') { | ||||
| 				document.documentElement.classList.add('dark'); | ||||
| 				document.documentElement.classList.add(localStorage.theme); | ||||
| 			} else { | ||||
| 				document.documentElement.classList.add('dark'); | ||||
| 				document.documentElement.classList.add(localStorage.theme); | ||||
| 			} | ||||
| 		</script> | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek