From f1780585781777c952e20b15d5c87009b941d6bd Mon Sep 17 00:00:00 2001 From: Neshura Date: Sat, 17 Dec 2022 21:31:03 +0100 Subject: [PATCH] Removed AMOLED 2 from hardcoded themes --- components/themes.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/themes.tsx b/components/themes.tsx index 7e8ca25..81f0b83 100644 --- a/components/themes.tsx +++ b/components/themes.tsx @@ -56,17 +56,4 @@ export const amoledTheme: DefaultTheme = { loading: '#ff5300', offline: '#ff0000', }, -} - -export const amoled2Theme: DefaultTheme = { - themeName: "AMOLED Theme 2", - themeId: 3, - colors: { - background: '#000000', - primary: '#00ffaa', - secondary:'#aa00ff', - online: '#00ff00', - loading: '#ff5300', - offline: '#ff0000', - }, } \ No newline at end of file