Yuki Takei 3 лет назад
Родитель
Сommit
04eea1b4ef
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      packages/app/src/interfaces/theme.ts

+ 5 - 0
packages/app/src/interfaces/theme.ts

@@ -16,3 +16,8 @@ export const GrowiThemes = {
   WOOD: 'wood',
 } as const;
 export type GrowiThemes = typeof GrowiThemes[keyof typeof GrowiThemes];
+
+export const PrismThemes = {
+  OneLight: 'one-light',
+} as const;
+export type PrismThemes = typeof PrismThemes[keyof typeof PrismThemes];