]> Untitled Git - lemmy-ui.git/blobdiff - src/server/utils/build-themes-list.ts
added litely-compact
[lemmy-ui.git] / src / server / utils / build-themes-list.ts
index 6e7d747bf9300c3aa198fd683389b9c7fdf16673..6927ce5694dc3407c4f33d08162a5ab64a70258a 100644 (file)
@@ -10,6 +10,7 @@ const themes = ReadonlyArray<string>[
   "darkly-compact",
   "litely",
   "litely-red",
+  "litely-compact",
 ];
 
 export async function buildThemeList(): Promise<ReadonlyArray<string>> {