aboutsummaryrefslogtreecommitdiff
path: root/static/themes/paper.json
blob: a3b90a0a11df09861ffa3268aee6d755a6d64f12 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
  "_pleroma_theme_version": 2,
  "name": "Paper",
  "source": {
    "themeEngineVersion": 3,
    "fonts": {},
    "shadows": {
      "panel": [
        {
          "x": "0",
          "y": "2",
          "blur": "9",
          "spread": 0,
          "inset": false,
          "color": "#668bb2",
          "alpha": "0.1"
        },
        {
          "x": "0",
          "y": "1",
          "blur": "2",
          "spread": "-1",
          "inset": false,
          "color": "#668bb2",
          "alpha": "0.1"
        }
      ],
      "topBar": [
        {
          "x": 0,
          "y": "3",
          "blur": "8",
          "spread": 0,
          "inset": false,
          "color": "#3e618e",
          "alpha": "0.1"
        },
        {
          "x": 0,
          "y": "1",
          "blur": "4",
          "spread": 0,
          "inset": false,
          "color": "#3e618e",
          "alpha": "0.1"
        }
      ],
      "button": [
        {
          "x": 0,
          "y": "2",
          "blur": "5",
          "spread": 0,
          "color": "#463f78",
          "alpha": "0.1",
          "inset": false
        }
      ],
      "input": [
        {
          "x": 0,
          "y": "1",
          "blur": "2",
          "spread": 0,
          "inset": true,
          "color": "#6277b7",
          "alpha": "0.1"
        }
      ],
      "buttonHover": [
        {
          "x": 0,
          "y": "2",
          "blur": "5",
          "spread": 0,
          "color": "#494949",
          "alpha": "0.1"
        },
        {
          "x": 0,
          "y": "2",
          "blur": "0",
          "spread": "20",
          "color": "#ffffff",
          "alpha": "1",
          "inset": true
        }
      ],
      "buttonPressed": [
        {
          "x": 0,
          "y": 0,
          "blur": "4",
          "spread": "0",
          "color": "#494949",
          "alpha": "0.8",
          "inset": false
        }
      ],
      "avatarStatus": [
        {
          "x": "0",
          "y": "2",
          "blur": "4",
          "spread": "0",
          "inset": false,
          "color": "#3e618e",
          "alpha": "0.1"
        }
      ],
      "avatar": [
        {
          "x": 0,
          "y": "2",
          "blur": "5",
          "spread": "0",
          "color": "#3e618e",
          "alpha": "0.9"
        }
      ],
      "popup": [
        {
          "x": "0",
          "y": "3",
          "blur": "11",
          "spread": 0,
          "color": "#668bb2",
          "alpha": "0.2"
        },
        {
          "x": "0",
          "y": "2",
          "blur": "3",
          "spread": "-1",
          "color": "#668bb2",
          "alpha": "0.2"
        }
      ]
    },
    "opacity": {
      "underlay": "1",
      "border": "0"
    },
    "colors": {
      "bg": "#ffffff",
      "fg": "#f6f6f6",
      "text": "#494949",
      "underlay": "#ffffff",
      "link": "#788ca1",
      "accent": "#97a0aa",
      "cBlue": "#788ca1",
      "cRed": "#eed7ce",
      "cGreen": "#788ca1",
      "cOrange": "#788ca1",
      "postLink": "#788ca1",
      "border": "#ffffff",
      "icon": "#b6c9c4",
      "panel": "#ffffff",
      "topBarText": "#4b4b4b"
    },
    "radii": {
      "btn": "0",
      "input": "0",
      "checkbox": "0",
      "panel": "0",
      "avatar": "2",
      "avatarAlt": "2",
      "tooltip": "0",
      "attachment": "0"
    }
  }
}