Removed AMOLED 2 from hardcoded themes
This commit is contained in:
parent
f7d3d7c7ca
commit
f178058578
1 changed files with 0 additions and 13 deletions
|
@ -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',
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue