mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	feat(client): add new theme
This commit is contained in:
		
							parent
							
								
									ba6959b8c1
								
							
						
					
					
						commit
						23de45cea5
					
				
					 2 changed files with 27 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -25,6 +25,7 @@ export const builtinThemes = [
 | 
			
		|||
	require('@client/themes/d-persimmon.json5'),
 | 
			
		||||
	require('@client/themes/d-astro.json5'),
 | 
			
		||||
	require('@client/themes/d-future.json5'),
 | 
			
		||||
	require('@client/themes/d-botanical.json5'),
 | 
			
		||||
	require('@client/themes/d-black.json5'),
 | 
			
		||||
] as Theme[];
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										26
									
								
								src/client/themes/d-botanical.json5
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								src/client/themes/d-botanical.json5
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,26 @@
 | 
			
		|||
{
 | 
			
		||||
	id: '504debaf-4912-6a4c-5059-1db08a76b737',
 | 
			
		||||
 | 
			
		||||
	name: 'Mi Botanical Dark',
 | 
			
		||||
	author: 'syuilo',
 | 
			
		||||
 | 
			
		||||
	base: 'dark',
 | 
			
		||||
 | 
			
		||||
	props: {
 | 
			
		||||
		accent: 'rgb(148, 179, 0)',
 | 
			
		||||
		bg: 'rgb(37, 38, 36)',
 | 
			
		||||
		fg: 'rgb(216, 212, 199)',
 | 
			
		||||
		fgHighlighted: '#fff',
 | 
			
		||||
		divider: 'rgba(255, 255, 255, 0.14)',
 | 
			
		||||
		panel: 'rgb(47, 47, 44)',
 | 
			
		||||
		panelHeaderBg: '@panel',
 | 
			
		||||
		panelHeaderDivider: '@divider',
 | 
			
		||||
		header: ':alpha<0.7<@panel',
 | 
			
		||||
		navBg: '#363636',
 | 
			
		||||
		renote: '@accent',
 | 
			
		||||
		mention: 'rgb(212, 153, 76)',
 | 
			
		||||
		mentionMe: 'rgb(212, 210, 76)',
 | 
			
		||||
		hashtag: 'rgb(76, 212, 180)',
 | 
			
		||||
		link: '@accent',
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		
		Reference in a new issue