Change default dark theme
This commit is contained in:
		
							parent
							
								
									fea1b06e43
								
							
						
					
					
						commit
						a5b12bac54
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -16,11 +16,11 @@ import App from './app.vue';
 | 
			
		|||
import checkForUpdate from './common/scripts/check-for-update';
 | 
			
		||||
import MiOS from './mios';
 | 
			
		||||
import { version, codename, lang, locale } from './config';
 | 
			
		||||
import { builtinThemes, applyTheme, darkTheme } from './theme';
 | 
			
		||||
import { builtinThemes, applyTheme, blackTheme } from './theme';
 | 
			
		||||
import Dialog from './common/views/components/dialog.vue';
 | 
			
		||||
 | 
			
		||||
if (localStorage.getItem('theme') == null) {
 | 
			
		||||
	applyTheme(darkTheme);
 | 
			
		||||
	applyTheme(blackTheme);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
//#region FontAwesome
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,7 +49,7 @@ const defaultDeviceSettings = {
 | 
			
		|||
	roundedCorners: true,
 | 
			
		||||
	reduceMotion: false,
 | 
			
		||||
	darkmode: true,
 | 
			
		||||
	darkTheme: 'dark',
 | 
			
		||||
	darkTheme: 'bb5a8287-a072-4b0a-8ae5-ea2a0d33f4f2',
 | 
			
		||||
	lightTheme: 'light',
 | 
			
		||||
	lineWidth: 1,
 | 
			
		||||
	fontSize: 0,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue