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