aboutsummaryrefslogtreecommitdiff
path: root/static/themes/mammal.json
blob: 50b8e2f00218d0097db6e099f16d9f67ad4f2ec5 (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
48
49
50
51
52
53
54
55
56
57
{
  "_pleroma_theme_version": 2,
  "name": "Mammal",
  "theme": {
    "shadows": {
      "button": [],
      "buttonHover": [
        {
          "x": "0",
          "y": "0",
          "blur": "0",
          "spread": 1024,
          "color": "#56a7e1",
          "alpha": "1",
          "inset": true
        }
      ],
      "buttonPressed": [
        {
          "x": "0",
          "y": "0",
          "blur": "0",
          "spread": 1024,
          "color": "#56a7e1",
          "alpha": "1",
          "inset": true
        }
      ],
      "panel": [],
      "panelHeader": [],
      "topBar": []
    },
    "opacity": { "input": "1" },
    "colors": {
      "bg": "#282c37",
      "text": "#f8f8f8",
      "link": "#9bacc8",
      "fg": "#444b5d",
      "input": "#FFFFFF",
      "inputText": "#282c37",
      "btn": "#2b90d9",
      "btnText": "#FFFFFF",
      "cRed": "#7f3142",
      "cBlue": "#2b90d9",
      "cGreen": "#2bd850",
      "cOrange": "#ca8f04"
    },
    "radii": {
      "btn": 4,
      "input": 4,
      "panel": "0",
      "avatar": "4",
      "avatarAlt": "4",
      "attachment": "4"
    }
  }
}