summaryrefslogtreecommitdiffstats
path: root/app/src/main/assets/themes/cyanea_themes.json
blob: db8eff2b16ab8bbd4b6521f2955c5c2ec22cb8af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
  {
    "theme_name": "Dark",
    "base_theme": "DARK",
    "primary": "#FF272727",
    "primary_dark": "#FF272727",
    "primary_light": "#FFd9e1e8",
    "accent": "#FF2b90d9",
    "accent_dark": "#FF1b80c9",
    "accent_light": "#FF772b90d9",
    "background": "#FF121212",
    "background_dark": "#FF282c37",
    "background_light": "#FF282c37",
    "should_tint_statusbar": true,
    "should_tint_navbar": true
  },
  {
    "theme_name": "Light",
    "base_theme": "LIGHT",
    "primary": "#FFFFFF",
    "primary_dark": "#FFFFFFFF",
    "primary_light": "#FFd9e1e8",
    "accent": "#FF2b90d9",
    "accent_dark": "#FF1b80c9",
    "accent_light": "#FF772b90d9",
    "background": "#FFFFFFFF",
    "background_dark": "#FFFFFFFF",
    "background_light": "#FFFFFFFF",
    "should_tint_statusbar": true,
    "should_tint_navbar": true
  },
  {
    "theme_name": "Black",
    "base_theme": "DARK",
    "primary": "#FF000000",
    "primary_dark": "#FF000000",
    "primary_light": "#FF000000",
    "accent": "#FF606984",
    "accent_dark": "#FF606984",
    "accent_light": "#FF606984",
    "background": "#FF000000",
    "background_dark": "#FF000000",
    "background_light": "#FF000000",
    "should_tint_statusbar": true,
    "should_tint_navbar": true
  }
]