Removed AMOLED 2 from hardcoded themes

This commit is contained in:
Neshura 2022-12-17 21:31:03 +01:00
parent f7d3d7c7ca
commit f178058578
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A

View file

@ -56,17 +56,4 @@ export const amoledTheme: DefaultTheme = {
loading: '#ff5300', loading: '#ff5300',
offline: '#ff0000', 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',
},
} }