mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-27 19:44:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			461 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			461 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
| 	id: '8050783a-7f63-445a-b270-36d0f6ba1677',
 | |
| 
 | |
| 	name: 'Mi Dark',
 | |
| 	author: 'syuilo',
 | |
| 	desc: 'Default light theme',
 | |
| 
 | |
| 	base: 'dark',
 | |
| 
 | |
| 	props: {
 | |
| 		bg: '#232323',
 | |
| 		fg: 'rgb(199, 209, 216)',
 | |
| 		fgHighlighted: '#fff',
 | |
| 		fgOnWhite: '@accent',
 | |
| 		divider: 'rgba(255, 255, 255, 0.14)',
 | |
| 		panel: '#2d2d2d',
 | |
| 		header: ':alpha<0.7<@panel',
 | |
| 		navBg: '#363636',
 | |
| 		renote: '@accent',
 | |
| 		mention: '#da6d35',
 | |
| 		mentionMe: '#d44c4c',
 | |
| 		hashtag: '#4cb8d4',
 | |
| 		link: '@accent',
 | |
| 	},
 | |
| }
 |