Update themes

This commit is contained in:
Ceda EI 2020-04-09 21:52:19 +05:30
parent 39b264ea53
commit 64a3fbc2cf
1 changed files with 2 additions and 24 deletions

View File

@ -1,13 +1,13 @@
import { DefaultTheme, DarkTheme } from "react-native-paper";
export default [
{
"name": "Dark: Pink and Gray",
"name": "Dark: Pink and Blue",
"theme": {
...DarkTheme,
mode: "exact",
colors: {
primary: "#ff1744",
accent: "#e0e0e0",
accent: "#3949ab",
backdrop: "rgba(0, 0, 0, 0.5)",
background: "#000000",
disabled: "rgba(255, 255, 255, 0.38)",
@ -63,17 +63,6 @@ export default [
}
}
},
{
"name": "Absolute Dark: Pink and Gray",
"theme": {
...DarkTheme,
colors: {
...DarkTheme.colors,
primary: "#ff1744",
accent: "#e0e0e0",
}
}
},
{
"name": "Absolute Dark: Purple and Gray",
"theme": DarkTheme
@ -101,17 +90,6 @@ export default [
}
}
},
{
"name": "Light: Pastel Colors 2",
"theme": {
...DefaultTheme,
colors: {
...DefaultTheme.colors,
primary: "#ffcccb",
accent: "#fce4ec",
}
}
},
{
"name": "Light: Purple and Green",
"theme": DefaultTheme