mirror of https://gitlab.com/ceda_ei/sonzai.git
Update themes
This commit is contained in:
parent
39b264ea53
commit
64a3fbc2cf
26
themes.js
26
themes.js
|
@ -1,13 +1,13 @@
|
||||||
import { DefaultTheme, DarkTheme } from "react-native-paper";
|
import { DefaultTheme, DarkTheme } from "react-native-paper";
|
||||||
export default [
|
export default [
|
||||||
{
|
{
|
||||||
"name": "Dark: Pink and Gray",
|
"name": "Dark: Pink and Blue",
|
||||||
"theme": {
|
"theme": {
|
||||||
...DarkTheme,
|
...DarkTheme,
|
||||||
mode: "exact",
|
mode: "exact",
|
||||||
colors: {
|
colors: {
|
||||||
primary: "#ff1744",
|
primary: "#ff1744",
|
||||||
accent: "#e0e0e0",
|
accent: "#3949ab",
|
||||||
backdrop: "rgba(0, 0, 0, 0.5)",
|
backdrop: "rgba(0, 0, 0, 0.5)",
|
||||||
background: "#000000",
|
background: "#000000",
|
||||||
disabled: "rgba(255, 255, 255, 0.38)",
|
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",
|
"name": "Absolute Dark: Purple and Gray",
|
||||||
"theme": DarkTheme
|
"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",
|
"name": "Light: Purple and Green",
|
||||||
"theme": DefaultTheme
|
"theme": DefaultTheme
|
||||||
|
|
Loading…
Reference in New Issue