mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-11 23:40:24 +00:00
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import heroui from './themes/heroui'
|
|
import nc_pink from './themes/nc_pink'
|
|
|
|
const themes: ThemeInfo[] = [nc_pink, heroui]
|
|
|
|
export default themes
|