aboutsummaryrefslogtreecommitdiff
path: root/static/themes/kenomo.json
blob: 98ddf97436f3f108dab73cdb49504cee33fdd65f (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
{
  "_pleroma_theme_version": 2,
  "name": "Kenomo",
  "source": {
    "themeEngineVersion": 3,
    "fonts": {},
    "shadows": {
      "panel": [],
      "topBar": [],
      "button": [
        {
          "x": 0,
          "y": 1,
          "blur": 0,
          "spread": 0,
          "color": "#FFFFFF",
          "alpha": 0.2,
          "inset": true
        },
        {
          "x": 0,
          "y": -1,
          "blur": 0,
          "spread": 0,
          "color": "#000000",
          "alpha": 0.2,
          "inset": true
        }
      ],
      "input": [
        {
          "x": 0,
          "y": "0",
          "blur": 0,
          "spread": "1",
          "color": "#576574",
          "alpha": "1",
          "inset": true
        }
      ]
    },
    "opacity": {
      "underlay": "1",
      "border": "0"
    },
    "colors": {
      "bg": "#ffffff",
      "fg": "#f6f6f6",
      "text": "#494949",
      "underlay": "#ffffff",
      "link": "#818181",
      "accent": "#818181",
      "cBlue": "#2e86de",
      "cRed": "#c96248",
      "cGreen": "#0fa00f",
      "cOrange": "#aa7623",
      "postLink": "#2e86de",
      "border": "#ffffff",
      "icon": "#8a8a8a",
      "panel": "transparent",
      "topBarText": "#4b4b4b",
      "tab": "--btn,-30",
      "btn": "#576574"
    },
    "radii": {
      "panel": "0",
      "avatar": "6",
      "avatarAlt": "6"
    }
  }
}