mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	
							parent
							
								
									c927d6824c
								
							
						
					
					
						commit
						a5f0b5ec74
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -44,7 +44,7 @@ export const getBuiltinThemes = () => Promise.all(
 | 
				
			||||||
		'd-cherry',
 | 
							'd-cherry',
 | 
				
			||||||
		'd-ice',
 | 
							'd-ice',
 | 
				
			||||||
		'd-u0',
 | 
							'd-u0',
 | 
				
			||||||
	].map(name => import(`../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
 | 
						].map(name => import(`${__dirname}/../themes/${name}.json5`).then(({ default: _default }): Theme => _default)),
 | 
				
			||||||
);
 | 
					);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const getBuiltinThemesRef = () => {
 | 
					export const getBuiltinThemesRef = () => {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue