mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			215 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			215 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- black theme has been removed, dark is closest replacement
 | |
| UPDATE options SET value = 'dark' WHERE name = 'theme' AND value = 'black';
 | |
| 
 | |
| UPDATE options SET value = 'light' WHERE name = 'theme' AND value = 'white';
 | 
