mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 21:44:12 +00:00 
			
		
		
		
	upd: change default themes
This commit is contained in:
		
							parent
							
								
									4a63114ef0
								
							
						
					
					
						commit
						77539573a9
					
				
					 2 changed files with 22 additions and 2 deletions
				
			
		|  | @ -388,8 +388,8 @@ interface Watcher { | |||
| /** | ||||
|  * 常にメモリにロードしておく必要がないような設定情報を保管するストレージ(非リアクティブ) | ||||
|  */ | ||||
| import lightTheme from '@/themes/l-light.json5'; | ||||
| import darkTheme from '@/themes/d-green-lime.json5'; | ||||
| import lightTheme from '@/themes/l-cherry.json5'; | ||||
| import darkTheme from '@/themes/d-transfem-cherry.json5'; | ||||
| 
 | ||||
| export class ColdDeviceStorage { | ||||
| 	public static default = { | ||||
|  |  | |||
							
								
								
									
										20
									
								
								packages/frontend/src/themes/d-transfem-cherry.json5
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								packages/frontend/src/themes/d-transfem-cherry.json5
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| { | ||||
| 	id: '679b3b87-a4e9-4789-8696-b56c15cc33b0', | ||||
| 
 | ||||
| 	name: 'Transfem Mi Cherry Dark', | ||||
| 	author: 'Amelia and syuilo', | ||||
| 
 | ||||
| 	base: 'dark', | ||||
|      | ||||
| 	props: { | ||||
| 		accent: 'rgb(245, 169, 184)', | ||||
| 		bg: 'rgb(28, 28, 37)', | ||||
| 		fg: 'rgb(236, 239, 244)', | ||||
| 		panel: 'rgb(35, 35, 47)', | ||||
| 		renote: '@accent', | ||||
| 		link: '@accent', | ||||
| 		mention: '@accent', | ||||
| 		hashtag: '@accent', | ||||
| 		divider: 'rgb(63, 63, 80)', | ||||
| 	}, | ||||
| } | ||||
		Loading…
	
	Add table
		
		Reference in a new issue